Update 'flagstp.sk'
parent
5c9f32737f
commit
d7da0d356f
10
flagstp.sk
10
flagstp.sk
|
@ -88,6 +88,11 @@ command /minigame_flags_start:
|
||||||
send title "§c§l%{flags_kola}%. KOLO" with subtitle "1" to all players
|
send title "§c§l%{flags_kola}%. KOLO" with subtitle "1" to all players
|
||||||
play sound "custom.cas" at volume 50 to all players
|
play sound "custom.cas" at volume 50 to all players
|
||||||
wait 1 second
|
wait 1 second
|
||||||
|
loop 10 times:
|
||||||
|
loop entries of team "IDList%loop-number%":
|
||||||
|
set {_loc} to location of the player loop-value-2
|
||||||
|
remove 5 from {_loc}'s y-coordinate
|
||||||
|
teleport loop-value-2 to {_loc}
|
||||||
send title "GO" with subtitle "" to all players
|
send title "GO" with subtitle "" to all players
|
||||||
play sound "custom.cas2" at volume 50 to all players
|
play sound "custom.cas2" at volume 50 to all players
|
||||||
|
|
||||||
|
@ -273,6 +278,11 @@ command /minigame_flags_start:
|
||||||
send title "§c§l%{flags_kola}%. KOLO" with subtitle "1" to all players
|
send title "§c§l%{flags_kola}%. KOLO" with subtitle "1" to all players
|
||||||
play sound "custom.cas" at volume 50 to all players
|
play sound "custom.cas" at volume 50 to all players
|
||||||
wait 1 second
|
wait 1 second
|
||||||
|
loop 10 times:
|
||||||
|
loop entries of team "IDList%loop-number%":
|
||||||
|
set {_loc} to location of the player loop-value-2
|
||||||
|
remove 5 from {_loc}'s y-coordinate
|
||||||
|
teleport loop-value-2 to {_loc}
|
||||||
send title "GO" with subtitle "" to all players
|
send title "GO" with subtitle "" to all players
|
||||||
play sound "custom.cas2" at volume 50 to all players
|
play sound "custom.cas2" at volume 50 to all players
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue