Update 'flagstp.sk'
parent
b617d13487
commit
def2911aae
10
flagstp.sk
10
flagstp.sk
|
@ -44,6 +44,7 @@ command /minigame_flags_start:
|
|||
set {teamscore::8} to 0
|
||||
set {teamscore::9} to 0
|
||||
set {teamscore::10} to 0
|
||||
execute console command "/scoreboard players set MaxKolo XD 9"
|
||||
|
||||
clear {flag_won::*}
|
||||
|
||||
|
@ -55,6 +56,7 @@ command /minigame_flags_start:
|
|||
send title "§c§l1. KOLO" to all players
|
||||
|
||||
if {flags_kola} is 1:
|
||||
execute console command "/scoreboard players set Kola XD 1"
|
||||
spawnteam(1,1)
|
||||
spawnteam(2,2)
|
||||
spawnteam(3,3)
|
||||
|
@ -124,6 +126,7 @@ command /minigame_flags_start:
|
|||
|
||||
|
||||
if {flags_kola} is 2:
|
||||
execute console command "/scoreboard players set Kola XD 2"
|
||||
|
||||
spawnteam(2,1)
|
||||
spawnteam(3,2)
|
||||
|
@ -145,6 +148,7 @@ command /minigame_flags_start:
|
|||
set {game_status} to "playing"
|
||||
|
||||
if {flags_kola} is 3:
|
||||
execute console command "/scoreboard players set Kola XD 3"
|
||||
spawnteam(6,1)
|
||||
spawnteam(9,2)
|
||||
spawnteam(8,3)
|
||||
|
@ -162,6 +166,7 @@ command /minigame_flags_start:
|
|||
set {game_status} to "playing"
|
||||
|
||||
if {flags_kola} is 4:
|
||||
execute console command "/scoreboard players set Kola XD 4"
|
||||
spawnteam(10,1)
|
||||
spawnteam(6,2)
|
||||
spawnteam(2,3)
|
||||
|
@ -179,6 +184,7 @@ command /minigame_flags_start:
|
|||
set {game_status} to "playing"
|
||||
|
||||
if {flags_kola} is 5:
|
||||
execute console command "/scoreboard players set Kola XD 5"
|
||||
spawnteam(5,1)
|
||||
spawnteam(3,2)
|
||||
spawnteam(6,3)
|
||||
|
@ -196,6 +202,7 @@ command /minigame_flags_start:
|
|||
set {game_status} to "playing"
|
||||
|
||||
if {flags_kola} is 6:
|
||||
execute console command "/scoreboard players set Kola XD 6"
|
||||
spawnteam(1,1)
|
||||
spawnteam(9,2)
|
||||
spawnteam(10,3)
|
||||
|
@ -213,6 +220,7 @@ command /minigame_flags_start:
|
|||
set {game_status} to "playing"
|
||||
|
||||
if {flags_kola} is 7:
|
||||
execute console command "/scoreboard players set Kola XD 7"
|
||||
spawnteam(5,1)
|
||||
spawnteam(1,2)
|
||||
spawnteam(6,3)
|
||||
|
@ -230,6 +238,7 @@ command /minigame_flags_start:
|
|||
set {game_status} to "playing"
|
||||
|
||||
if {flags_kola} is 8:
|
||||
execute console command "/scoreboard players set Kola XD 8"
|
||||
spawnteam(5,1)
|
||||
spawnteam(6,2)
|
||||
spawnteam(1,3)
|
||||
|
@ -247,6 +256,7 @@ command /minigame_flags_start:
|
|||
set {game_status} to "playing"
|
||||
|
||||
if {flags_kola} is 9:
|
||||
execute console command "/scoreboard players set Kola XD 9"
|
||||
spawnteam(9,1)
|
||||
spawnteam(3,2)
|
||||
spawnteam(10,3)
|
||||
|
|
Loading…
Reference in New Issue