- Mesaj
- 147
- Çözümler
- 1
- Beğeni
- 462
- Puan
- 784
- Ticaret Puanı
- 0
uiwhisper.py:
# importlara eklenir
import constInfo
# aratılır
self.minimizeButton.Show()
# altına eklenir
if constInfo.whisperPCAlert != 1:
chat.AppendWhisper(chat.WHISPER_TYPE_SYSTEM, targetName, "Hesap bilgilerinizi yetkililer dahil kimseye vermeyin...")
constInfo.whisperPCAlert = 1
# aratılır
def Close(self):
# bloğun sonuna eklenir
constInfo.whisperPCAlert = 0
constInfo.py:
# eklenir
whisperPCAlert = 0