- En iyi cevaplar
- 0
Kod:
function setVer(p: player, t: text, n: number):
{bounty.%{_p}%} > {_n}:
{_t} is "p1":
wait 2 ticks
give a iron chestplate of protection 1 to {_p}
give a iron leggings of protection 1 to {_p}
give a iron helmet of protection 1 to {_p}
give a iron boots of protection 1 to {_p}
send "{@p} &e1 adet &aP1 Demir Set &esatın aldın." to {_p}
else:
send "{@p} &csa" to {_p}
else:
send "{@p} &cYetersiz bounty." to {_p}
Chest üzerinde hallediyorum olayı ve TuSKe kullanıyorum.
Kod:
make gui slot 12 of player with iron chestplate of protection 1 named "{@p} &aKoruma 1 Demir Set" with lore "&eBu seti||&8[&62000 Bounty&8] &eödeyerek||&esatın alabilirsin.||&eAlırsanız, tüm set||&eparçaları beraber gelir." to close then run function setVer(player, p1, 1999)