BayImmortal
Sudan Çıkmış
- En iyi cevaplar
- 0
-/yılbaşıhediyesi yazılınca bi menü açılsın ve bi tane yılbaşı hediyesi kutusu olsun oyuncular ona basınca bir kit alsınlar ve para
command /yilbasihediyesi:
trigger:
if {sett::%player%} is not set:
send "&e-----------------" to player
send "&aHediye Durumu&e=&c Alınmamış" to player
send "&a Almak için /Al Yazın bu komutu kullanmak için 30 saniyeniz var" to player
send "&e-----------------" to player
set {set::%player%} to true
wait 30 second
if {sett::%player%} is not set:
delete {set::%player%}
send "&e size tanınan süre bitti" to player
else:
send "&e------------------" to player
send "&a Hediye Durumu&e= &cAlinmis" to player
send "&e------------------" to player
on command "/Al":
if {set::%player%} is set:
set {sett::%player%} to true
execute console command "kit kitismi %player%"
execute console command "eco give %player% paramiktari"
kardeş al şunu kullan bak on command "evet" kısmının altında paramiktarı var orayı sil vermek istedigin para mikatırını yaz vede onun üstünde kitismi var onu sil vermek istedigin kiti yaz bi sorun olursa bana burdan foto at düzeltimJavaScript:command /yilbasihediyesi: trigger: if {sett::%player%} is not set: send "&e-----------------" to player send "&aHediye Durumu&e=&c Alınmamış" to player send "&a Almak için /Al Yazın bu komutu kullanmak için 30 saniyeniz var" to player send "&e-----------------" to player set {set::%player%} to true wait 30 second if {sett::%player%} is not set: delete {set::%player%} send "&e size tanınan süre bitti" to player else: send "&e------------------" to player send "&a Hediye Durumu&e= &cAlinmis" to player send "&e------------------" to player on command "/Al": if {set::%player%} is set: set {sett::%player%} to true execute console command "kit kitismi %player%" execute console command "eco give %player% paramiktari"
[/ çok teşekürler öncelikle şöyle bi sorun var bu hediyeyi 1 sefer değil hep alabiliyoruz onu 1 seferliğe yapabilirmisin ?
command /yilbasihediyesi:
permission: vip.hediye
permission message: &cBu hediyeyi alabilmek için VIP almalısın!
trigger:
if {sett::%player%} is set:
send "&e-----------------" to player
send "&aHediye Durumu&e=&c Alınmamış" to player
send "&a Almak için /Al Yazın bu komutu kullanmak için 30 saniyeniz var" to player
send "&e-----------------" to player
set {set::%player%} to true
wait 30 second
if {sett::%player%} is not set:
delete {set::%player%}
send "&e size tanınan süre bitti" to player
stop
else:
send "&e------------------" to player
send "&a Hediye Durumu&e= &cAlinmis" to player
send "&e------------------" to player
on command "/Al":
if {set::%player%} is set:
set {sett::%player%} to true
execute console command "kit kitismi %player%"
execute console command "eco give %player% paramiktari"