mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-10 15:22:07 +00:00
Test commit
This commit is contained in:
parent
b677cec1af
commit
509a80e0ca
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
IncludeScript("base_ctf");
|
||||
|
||||
function startup()
|
||||
enabled_teams = { Team.kBlue, Team.kRed }
|
||||
enabled_teams = { Team.kBlue, Team.kRed }
|
||||
SetPlayerLimit(Team.kBlue, 0)
|
||||
SetPlayerLimit(Team.kRed, 0)
|
||||
SetPlayerLimit(Team.kYellow, -1)
|
||||
|
@ -10,8 +10,8 @@ function startup()
|
|||
|
||||
-- disable civilians
|
||||
for index, iteam in ipairs( enabled_teams ) do
|
||||
local team = GetTeam(iteam)
|
||||
team:SetClassLimit(Player.kCivilian, -1)
|
||||
local team = GetTeam(iteam)
|
||||
team:SetClassLimit(Player.kCivilian, -1)
|
||||
end
|
||||
|
||||
ConsoleToAll("No map lua found! Loaded default")
|
||||
|
|
Loading…
Reference in a new issue