Sounds and TeamCounts update

This commit is contained in:
ChocoTaco 2018-07-29 17:37:22 -04:00
parent be90903595
commit a39d2c62bd
4 changed files with 28 additions and 24 deletions

View file

@ -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]++;
//}
//}
//}