I need : meow sound fungunrod
skript :
# fun gun system
on right click with blaze rod:
if {cool.%player%} is 2 or 1:
send "&eFun&6Gun &8» &7You must wait %{cool.%player%}% &7seconds."
else:
shoot a snowball at speed 1
set {cool.%player%} to 2
loop 2 times:
wait 1 second
subtract 1 from {cool.%player%}
set {cool.%player%} to 0
on projectile hit:
projectile is a snowball:
loop all players:
show 5 "heart" particles at event-location for loop-player offset by 0.1, 0.3, 0.1
show 5 "lava" particles at event-location for loop-player offset by 0.1, 0.1, 0.1
play raw sound "LEVEL_UP" at event-location with pitch 1 volume 100
[doublepost=1609026165,1609021032][/doublepost]And if i mention player play for mentioned player level_up or any thing
skript :
# fun gun system
on right click with blaze rod:
if {cool.%player%} is 2 or 1:
send "&eFun&6Gun &8» &7You must wait %{cool.%player%}% &7seconds."
else:
shoot a snowball at speed 1
set {cool.%player%} to 2
loop 2 times:
wait 1 second
subtract 1 from {cool.%player%}
set {cool.%player%} to 0
on projectile hit:
projectile is a snowball:
loop all players:
show 5 "heart" particles at event-location for loop-player offset by 0.1, 0.3, 0.1
show 5 "lava" particles at event-location for loop-player offset by 0.1, 0.1, 0.1
play raw sound "LEVEL_UP" at event-location with pitch 1 volume 100
[doublepost=1609026165,1609021032][/doublepost]And if i mention player play for mentioned player level_up or any thing