Remove gate spawn
parent
62a8ef170d
commit
ec84130237
11
flagstp.sk
11
flagstp.sk
|
@ -55,7 +55,6 @@ command /minigame_flags_start:
|
|||
send title "§c§l1. KOLO" to all players
|
||||
|
||||
if {flags_kola} is 1:
|
||||
spawngate(3)
|
||||
spawnteam(1,1)
|
||||
spawnteam(2,2)
|
||||
spawnteam(3,3)
|
||||
|
@ -84,14 +83,14 @@ command /minigame_flags_start:
|
|||
wait 1 second
|
||||
send title "§c§l%{flags_kola}%. KOLO" with subtitle "2" to all players
|
||||
play sound "custom.cas" at volume 50 to all players
|
||||
spawngate(2)
|
||||
|
||||
wait 1 second
|
||||
send title "§c§l%{flags_kola}%. KOLO" with subtitle "1" to all players
|
||||
play sound "custom.cas" at volume 50 to all players
|
||||
wait 1 second
|
||||
send title "GO" with subtitle "" to all players
|
||||
play sound "custom.cas2" at volume 50 to all players
|
||||
spawngate(1)
|
||||
|
||||
|
||||
|
||||
if {game_status} is "next":
|
||||
|
@ -117,7 +116,7 @@ command /minigame_flags_start:
|
|||
|
||||
|
||||
clear {flag_won::*}
|
||||
spawngate(3)
|
||||
|
||||
|
||||
if {flags_kola} is 2:
|
||||
|
||||
|
@ -269,14 +268,14 @@ command /minigame_flags_start:
|
|||
wait 1 second
|
||||
send title "§c§l%{flags_kola}%. KOLO" with subtitle "2" to all players
|
||||
play sound "custom.cas" at volume 50 to all players
|
||||
spawngate(2)
|
||||
|
||||
wait 1 second
|
||||
send title "§c§l%{flags_kola}%. KOLO" with subtitle "1" to all players
|
||||
play sound "custom.cas" at volume 50 to all players
|
||||
wait 1 second
|
||||
send title "GO" with subtitle "" to all players
|
||||
play sound "custom.cas2" at volume 50 to all players
|
||||
spawngate(1)
|
||||
|
||||
|
||||
set {flags_timer} to {čas_kola} # NASTAVENÍ ČASU
|
||||
|
||||
|
|
Loading…
Reference in New Issue