command /efekt2 [<text>]:
permission: efekt.all
trigger:
if arg 1 is "wlacz":
if {efekt.chmura.%player%} is false:
set {efekt.chmura.%player%} to true
send "&4&lWlaczyles kule" to player
stop
if arg 1 is "wylacz":
if {efekt.chmura.%player%} is true:
set {efekt.chmura.%player%} to false
send "&4&lWlaczyles kule" to player
every 0.5 second:
loop all players:
if {efekt.chmura.%loop-player%} is true:
play note at the loop-player
Pytanie
ejer 5
command /efekt2 [<text>]:
permission: efekt.all
trigger:
if arg 1 is "wlacz":
if {efekt.chmura.%player%} is false:
set {efekt.chmura.%player%} to true
send "&4&lWlaczyles kule" to player
stop
if arg 1 is "wylacz":
if {efekt.chmura.%player%} is true:
set {efekt.chmura.%player%} to false
send "&4&lWlaczyles kule" to player
every 0.5 second:
loop all players:
if {efekt.chmura.%loop-player%} is true:
play note at the loop-player
Odnośnik do komentarza
Udostępnij na innych stronach
8 odpowiedzi na to pytanie
Rekomendowane odpowiedzi