Remove gate spawn

main
Anorak_1 2022-09-05 15:26:03 +00:00
parent 62a8ef170d
commit ec84130237
1 changed files with 5 additions and 6 deletions

View File

@ -55,7 +55,6 @@ command /minigame_flags_start:
send title "§c§l1. KOLO" to all players send title "§c§l1. KOLO" to all players
if {flags_kola} is 1: if {flags_kola} is 1:
spawngate(3)
spawnteam(1,1) spawnteam(1,1)
spawnteam(2,2) spawnteam(2,2)
spawnteam(3,3) spawnteam(3,3)
@ -84,14 +83,14 @@ command /minigame_flags_start:
wait 1 second wait 1 second
send title "§c§l%{flags_kola}%. KOLO" with subtitle "2" to all players send title "§c§l%{flags_kola}%. KOLO" with subtitle "2" to all players
play sound "custom.cas" at volume 50 to all players play sound "custom.cas" at volume 50 to all players
spawngate(2)
wait 1 second wait 1 second
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
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
spawngate(1)
if {game_status} is "next": if {game_status} is "next":
@ -117,7 +116,7 @@ command /minigame_flags_start:
clear {flag_won::*} clear {flag_won::*}
spawngate(3)
if {flags_kola} is 2: if {flags_kola} is 2:
@ -269,14 +268,14 @@ command /minigame_flags_start:
wait 1 second wait 1 second
send title "§c§l%{flags_kola}%. KOLO" with subtitle "2" to all players send title "§c§l%{flags_kola}%. KOLO" with subtitle "2" to all players
play sound "custom.cas" at volume 50 to all players play sound "custom.cas" at volume 50 to all players
spawngate(2)
wait 1 second wait 1 second
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
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
spawngate(1)
set {flags_timer} to {čas_kola} # NASTAVENÍ ČASU set {flags_timer} to {čas_kola} # NASTAVENÍ ČASU