- Katılım
- 23 Eki 2022
- Mesajlar
- 6,157
- Çözümler
- 11
- Tepkime puanı
- 3,761
- 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 = 0constInfo.py
C++:
# eklenir
whisperPCAlert = 0