Akıllı PM Sistemi

CuRSED

Üye
Üye
Mesaj
142
Çözümler
1
Beğeni
392
Puan
784
Ticaret Puanı
0
Ekran-Alintisi.png


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
 
Geri
Üst