Eğer oyuncunun 9999.99 parası var ise de verecek biliyorsun değil mi?Kod:command /coinal: trigger: player's balance is greater than 9999: give 1 gold ingot named "&eCoin" to player execute command "eco take %player% 10000" else: send "&cYeterli paran yok"
command /coinal:
trigger:
player's balance is more than or equal to 10000:
give 1 gold ingot named "&eCoin" to player
execute command "eco take %player% 10000"
else:
send "&cYeterli paran yok"
Calisdi Yaptigin Icin TSKKod:command /coinal: trigger: player's balance is greater than 9999: give 1 gold ingot named "&eCoin" to player execute command "eco take %player% 10000" else: send "&cYeterli paran yok"
[/QUOTE]Eğer oyuncunun 9999.99 parası var ise de verecek biliyorsun değil mi?
Doğrusu:
Kod:command /coinal: trigger: player's balance is more than or equal to 10000: give 1 gold ingot named "&eCoin" to player execute command "eco take %player% 10000" else: send "&cYeterli paran yok"