every 10 seconds:
loop all players:
if loop-player is wearing iron armor:
loop-player is wearing iron helmet
loop-player is wearing iron chestplate
loop-player is wearing iron leggings
loop-player is wearing iron boots
apply speed 1 to the player for 10 seconds
Kod:every 10 seconds: loop all players: if loop-player is wearing iron armor: loop-player is wearing iron helmet loop-player is wearing iron chestplate loop-player is wearing iron leggings loop-player is wearing iron boots apply speed 1 to the player for 10 seconds
Eğer böyle olmasını istemezsen SharpSK'nın:çok sakat bi yöntem saol yinede
sharpsk on equip:
if event-item contains "iron":
#bla bla
işte bunu istiyodum saolEğer böyle olmasını istemezsen SharpSK'nın:
eventini kullanabilirsin.Kod:sharpsk on equip: if event-item contains "iron": #bla bla