Exemplo n.º 1
0
	def DelAfk(self):
		if player.IsOpenPrivateShop():
			self.Notification = _ui().Popup("Pazar acikken bu eylemi gerceklestiremezsin", None, None)
			return
		
		net.SendChatPacket("/remove_afk")
		self.OpenWindow()
Exemplo n.º 2
0
def IsBuildingPrivateShop():
    global g_isBuildingPrivateShop
    if player.IsOpenPrivateShop() or g_isBuildingPrivateShop:
        return True
    else:
        return False