Update 'flagstp.sk'

main
Anorak_1 2022-09-05 16:54:30 +00:00
parent 5c9f32737f
commit d7da0d356f
1 changed files with 10 additions and 0 deletions

View File

@ -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