mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-27 23:39:13 +00:00
Sounds and TeamCounts update
This commit is contained in:
parent
be90903595
commit
a39d2c62bd
4 changed files with 28 additions and 24 deletions
|
|
@ -56,12 +56,15 @@ function GetTeamCounts( %game, %client, %respawn )
|
|||
if($CurrentMissionType $= "CTF" && $TotalTeamPlayerCount !$= 0 && $countdownStarted $= true && $MatchStarted $= true) {
|
||||
TeamBalanceNotify::AtSpawn( %game, %client, %respawn );
|
||||
}
|
||||
//Start
|
||||
if($CurrentMissionType $= "sctf" && $TotalTeamPlayerCount !$= 0 && $countdownStarted $= true && $MatchStarted $= true) {
|
||||
TeamBalanceNotify::AtSpawn( %game, %client, %respawn );
|
||||
}
|
||||
//Start Base Rape Notify
|
||||
//Make sure it's CTF Mode
|
||||
if($CurrentMissionType $= "CTF" && $countdownStarted $= true && $MatchStarted $= true) {
|
||||
PlayerNotify::AtSpawn( %game, %client, %respawn );
|
||||
}
|
||||
//AntiCloak Start
|
||||
//AntiCloak Start
|
||||
//if($CurrentMissionType $= "CTF") {
|
||||
//ActivateAntiCloak ();
|
||||
//}
|
||||
|
|
@ -86,4 +89,4 @@ function GetTeamCounts( %game, %client, %respawn )
|
|||
//if(!%client.isAIControlled())
|
||||
//$PlayerCount[%client.team]++;
|
||||
//}
|
||||
//}
|
||||
//}
|
||||
Loading…
Add table
Add a link
Reference in a new issue