- Mesaj
- 4.580
- Çözümler
- 192
- Beğeni
- 4.280
- Puan
- 1.850
- Ticaret Puanı
- 6
karakter oyundan çıkınca (çıkış ile) veya karakter değiştirince bağırmaya devam ediyordu. bende bu yolla fixledim. kullanmak isteyenler kullanabilirler. sistem için teşekkürler.
uisystem.py:
arat
def __ClickChangeCharacterButton(self):
self.Close()
net.ExitGame()
altına ekle
constInfo.auto_shout_text = ""
constInfo.auto_shout_status = 0
arat
def __ClickLogOutButton(self):
if SYSTEM_MENU_FOR_PORTAL:
if app.loggined:
self.Close()
net.ExitApplication()
else:
self.Close()
net.LogOutGame()
else:
self.Close()
net.LogOutGame()
altına ekle
constInfo.auto_shout_text = ""
constInfo.auto_shout_status = 0
arat
def __ClickExitButton(self):
self.Close()
net.ExitApplication()
altına ekle
constInfo.auto_shout_text = ""
constInfo.auto_shout_status = 0