- Katılım
- Tem 11, 2024
- Mesajlar
- 260
- Tepkime puanı
- 369
- Konum
- ANKARA
- Dark Puan
- 3,203
- Discord
- farques6
- TagLise
- farques

İçeriği görüntülemek için Oturum Açmanız veya Kaydolmanız gerekir.
Python:
def SendWhisper(self):
text = self.chatLine.GetText()
textLength = len(text)
if textLength > 0:
if net.IsInsultIn(text):
chat.AppendChat(chat.CHAT_TYPE_INFO, localeInfo.CHAT_INSULT_STRING)
return
net.SendWhisperPacket(self.targetName, text)
self.chatLine.SetText("")
chat.AppendWhisper(chat.WHISPER_TYPE_CHAT, self.targetName, player.GetName() + " : " + text)
Full değiştirilir