Oyuniçi Sohbet Banı Quest

  • Konuyu Başlatan Konuyu Başlatan depocu
  • Başlangıç tarihi Başlangıç tarihi
MG Yaşı
1 Yıl 2 Ay 12 Gün
Katılım
21 Ocak 2025
Konular
0
Mesajlar
10
Tepkime puanı
8
Puan
13
Merhaba arkadaşlar. oyun içi sohbet banı questini sizlerle paylaşmak istedim. İyi forumlar.

gm_chat_ban.lua:

C++:
quest gm_chat_ban begin
    state start begin
        when letter with pc.is_gm() begin
        send_letter("GM: Chat Ban ")
        end
        when button or info begin
 
            say("Sohbet engeli atılacak hesap ismini giriniz.")
            local ban_isim = input()
            say("Sohbet engel süresini giriniz.")
            local sohbet_sure = input()
            sohbet_sure = tonumber(sohbet_sure)*60
            duyuru_sohbet_sure = sohbet_sure/60
            notice_all("|cffffcc00 >>BAN DUYURU<< |cffffffff Oyuncu |cffADFF2F ''"..ban_isim.."'' |cffFF4500 ["..duyuru_sohbet_sure.."]|cffffffff dk sohbet cezası aldı. ")
            command("block_chat "..ban_isim.." "..sohbet_sure)
            send_letter("GM: Chat Ban ")
    


        end
    end
end

[Resim: 983zw2w.png]
 
Geri
Üst