on load:
set {sohbet} to true
on chat:
if {sohbet} is false:
send "&cSohbet kapalıdır!"
cancel event
command /sohbetdurumu:
permission: sohbet.durumu
permission message: &cBunun için iznin yok!
trigger:
if {sohbet} is true:
set {sohbet} to false
send "&aSohbet kapatıldı!"
else:
set {sohbet} to true
send "&aSohbet açıldı!"
command /cc:
permission: cc.admin
permission message: &6Bunu yapmak için izniniz yok!
trigger:
loop 200 times:
send "" to all players
send "&cKonuşma &e%player% &ctarafından temizlendi!" to all players
yani kardeşim hangi komutu yazına sohbet kapanıyor ve hangi komutu yazınca sohbet açılıyor ?Sohbet Kilitleme;
Kod:on load: set {sohbet} to true on chat: if {sohbet} is false: send "&cSohbet kapalıdır!" cancel event command /sohbetdurumu: permission: sohbet.durumu permission message: &cBunun için iznin yok! trigger: if {sohbet} is true: set {sohbet} to false send "&aSohbet kapatıldı!" else: set {sohbet} to true send "&aSohbet açıldı!"
Sohbet Temizleme;
Alıntıdır.Kod:command /cc: permission: cc.admin permission message: &6Bunu yapmak için izniniz yok! trigger: loop 200 times: send "" to all players send "&cKonuşma &e%player% &ctarafından temizlendi!" to all players
/SohbetDurumu Yazinca Acik Ise Kapiyor Kapali Ise Açılıyoryani kardeşim hangi komutu yazına sohbet kapanıyor ve hangi komutu yazınca sohbet açılıyor ?