[CODE lang="python" title="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[/CODE]
[CODE lang="python" title="constInfo.py"]# eklenir
whisperPCAlert = 0[/CODE]
![]()
[CODE lang="python" title="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[/CODE]
[CODE lang="python" title="constInfo.py"]# eklenir
whisperPCAlert = 0[/CODE]
Paylaşım için teşekkürler.
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 18
- Görüntüleme
- 2K
- Cevaplar
- 8
- Görüntüleme
- 505
- Soru
- Cevaplar
- 3
- Görüntüleme
- 635
- Cevaplar
- 4
- Görüntüleme
- 1K
