Sunucuda 1 Saat durana golden apple verme

BerkantEserTR

Demir Madencisi
En iyi cevaplar
0
Kod:
every second:
  loop all players:
    add 1 to {gapplesure.saniye.%loop-player%}
    if {gapplesure.saniye.%loop-player%} is 60:
        add 1 to {gapplesure.dakika.%loop-player%}
        set {gapplesure.dakika.%loop-player%} to 0
    if {gapplesure.dakika.%loop-player%} is 60:
        add 1 to {gapplesure.saat.%loop-player%}
        set {gapplesure.saat.%loop-player%} to 0
    if {gapplesure.saat.%loop-player%} is 1:
        give golden apple to loop-player
 
Üst