- Katılım
- 23 Eki 2022
- Mesajlar
- 3,514
- Çözümler
- 9
- Tepkime puanı
- 2,145
- Puanları
- 113
- Yaş
- 28
uiwhisper.py
C++:
# 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
C++:
# eklenir
whisperPCAlert = 0