Particle Hatası

MutantPanda

Kömür Madencisi
En iyi cevaplar
0
Burda oyuncunun etrafında particle dönmesi gerekiyor.Ama çalışmıyor.
Sunucumda bulunan addon'lar:SkQuery,Skrayfall,DragonSk,Wildskript,Umbaska

Kod:
command /coileffect:
    trigger:
        set {kapali.%player%} to sulphur named "&eEffect'i &aAcmak &eIcin Sag Tiklayin"
        set 1st line of lore of {kapali.%player%} to "&7Sag Tiklayinca &aAcilir"
        give {kapali.%player%} to player
        play raw sound "note.harp" at player with pitch 1 volume 10
        send "&9Particle> &7Effect itemi Alindi" to player
on right click:
    player is holding {kapali.%player%}:
        play raw sound "random.click" at player with pitch 1 volume 10
        remove 1 sulphur from player's inventory
        loop 35 times:
            render red dust halo of properties 1, 5, 0, 1 tick at location 0.1 meters above player
            wait 2 tick
            render happy villager coil of properties 1, 10, 0.5, 2, 1 tick at player
            wait 0.4 second
            render happy villager coil of properties 1, 10, 0.5, 2, 1 tick at player
            wait 0.4 second
            render happy villager coil of properties 1, 10, 0.5, 2, 1 tick at player
            wait 0.4 second
            render happy villager coil of properties 1, 10, 0.5, 2, 1 tick at player
            wait 0.4 second
            render happy villager coil of properties 1, 10, 0.5, 2, 1 tick at player
            wait 0.4 second
            render happy villager coil of properties 1, 10, 0.5, 2, 1 tick at player
            wait 0.4 second
            render happy villager coil of properties 1, 10, 0.5, 2, 1 tick at player
            wait 0.4 second
            render happy villager coil of properties 1, 10, 0.5, 2, 1 tick at player
            wait 0.4 second
 
Üst