istek duman

GodofMilker

Nether Yerlisi
En iyi cevaplar
0
Kod:
command /duman:
    trigger:
        set {hands.%player%} to coordinate of the player's hands location
        show smoke at {hands.%player%}
        set {smoke.%player%} to true

every 1 tick:
    loop all players:
        if {smoke.%loop-player%} is true:
            show smoke at {hands.%loop-player%}

yüzde yüz hata var.[DOUBLEPOST=1435314912,1435314716][/DOUBLEPOST]o olmazsa bunu dene
Kod:
command /duman:
    trigger:
        set {righthand.%player%} to coordinate of the player's right hand location
        set {lefthand.%player%} to coordinate of the player's left hand location
        show smoke at {hands.%player%}
        set {smoke.%player%} to true

every 1 tick:
    loop all players:
        if {smoke.%loop-player%} is true:
            show smoke at {righthand.%loop-player%}
            show smoke at {lefthand.%loop-player%}
Diyorum ki java'da öyle bir olay yok :( anca elinin lokasyonunu şu kadar arttırıp alırsınız, ki o da buglu olur :(
 

HqeS

Lapis Toplayıcısı
En iyi cevaplar
0
olm google playde minecraft yazınca pocket edition çıkıyor
 
Üst