S
Shem Cemetery
Ziyaretçi
command /cek [<text>]:Kod:
trigger:
if player's money is less than arg-1:
send "&cYetersiz Para !"
else:
send "&aCekiniz Olusturuluyor....."
wait 2 seconds
remove arg-1 from player account
give 1 paper named "&e%arg-1% TL" with lore "&6Cek Sahibi &e%player%" to player
EfeK#6993
command /cek [<integer>]:
trigger:
if arg-1 is set:
if player's balance > arg-1:
remove arg-1 from player's balance
give 1 paper named "&e%arg-1%TL Cek" to player
else:
send "&cBelirttiğin miktarda paran yok!"
else:
send "&cBir miktar girmelisin."
EfeK#6993
wait 2 seconds çok yanlış yerde bence. Böyle kullanılırsa bug abuse yapılabilir. Oyuncu 2 saniye içerisinde bu komutu isterse 10 defa spamlar.Kod:command /cek [<text>]: trigger: if player's money is less than arg-1: send "&cYetersiz Para !" else: send "&aCekiniz Olusturuluyor....." wait 2 seconds remove arg-1 from player account give 1 paper named "&e%arg-1% TL" with lore "&6Cek Sahibi &e%player%" to player
Haklısın hocam, ben özenerek yazmadım açıkçası ayak üstü yaptım.wait 2 seconds çok yanlış yerde bence. Böyle kullanılırsa bug abuse yapılabilir. Oyuncu 2 saniye içerisinde bu komutu isterse 10 defa spamlar.
Teşekkür ederim, bu kağıta nasıl sağ tıklayınca para gelmesini yapabilirim hesabımıza?Buyrun bunu deneyin.JavaScript:command /cek [<integer>]: trigger: if arg-1 is set: if player's balance > arg-1: remove arg-1 from player's balance give 1 paper named "&e%arg-1%TL Cek" to player else: send "&cBelirttiğin miktarda paran yok!" else: send "&cBir miktar girmelisin."
Teşekkür ederim, bu kağıta nasıl sağ tıklayınca para gelmesini yapabilirim hesabımıza?Buyrun bunu deneyin.JavaScript:command /cek [<integer>]: trigger: if arg-1 is set: if player's balance > arg-1: remove arg-1 from player's balance give 1 paper named "&e%arg-1%TL Cek" to player else: send "&cBelirttiğin miktarda paran yok!" else: send "&cBir miktar girmelisin."
EfeK#6993
command /cek [<integer>]:
trigger:
if arg-1 is set:
if player's balance > arg-1:
remove arg-1 from player's balance
give 1 paper named "&e%arg-1%TL Cek” with lore “&ePara Ceki” to player
else:
send "&cBelirttiğin miktarda paran yok!"
else:
send "&cBir miktar girmelisin."
on rightclick:
if player's tool is paper:
if lore of player's tool is "&ePara Ceki":
set {_b} to uncoloured name of player's tool parsed as number
add {_b} to player's balance
remove 1 of player's tool from player's inventory
tamam teşekkür ederimMobildeyim deneyemiyorum, hata çıkarsa söyleyin.JavaScript:command /cek [<integer>]: trigger: if arg-1 is set: if player's balance > arg-1: remove arg-1 from player's balance give 1 paper named "&e%arg-1%TL Cek” with lore “&ePara Ceki” to player else: send "&cBelirttiğin miktarda paran yok!" else: send "&cBir miktar girmelisin." on rightclick: if player's tool is paper: if lore of player's tool is "&ePara Ceki": set {_b} to uncoloured name of player's tool parsed as number add {_b} to player's balance remove 1 of player's tool from player's inventory
Mert#4420
options:
p: &eÇek »
command /cekyaz [<number>]:
trigger:
if arg 1 is not set:
send "{@p} &6/cekyaz &f<miktar>" to player
if arg 1 is set:
if arg 1 is bigger than 0:
set {_arg1} to "%arg 1%" parsed as number
if balance of player is bigger than or equal to {_arg1}:
execute console command "eco take %player% %{_arg1}%"
give 1 of paper named "&eÇek Kağıdı" with lore "&8&l&m--------------------" and "&dMiktar: &a$%{_arg1}%" and "&dImza: &7%player%" and "&8&l&m--------------------" to player
send "{@p} &6Çekin oluşturuldu!" to player
else:
send "{@p} &cBu Çeki yazmak için yeterli paran yok!" to player
else:
send "{@p} &cMiktar 0'dan büyük olmalıdır!" to player
on rightclick holding paper:
if tool's name is "&eÇek Kağıdı":
set {_miktar} to line 2 of lore of player's tool
replace all "&dMiktar: &a$" with "" in {_miktar}
set {_miktar} to {_miktar} parsed as number
set {_imza} to line 3 of lore of player's tool
replace all "&dImza: &7" with "" in {_imza}
set {_adet} to amount of player's tool in the player's inventory
set {_gercekmiktar} to "%{_miktar} * {_adet}%" parsed as number
remove {_adet} of paper named "&eÇek Kağıdı" with lore "&8&l&m--------------------" and "&dMiktar: &a$%{_miktar}%" and "&dImza: &7%{_imza}%" and "&8&l&m--------------------" from player's inventory
execute console command "eco give %player% %{_gercekmiktar}%"
send "{@p} &6Çek bozduruldu!" to player
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!