Added some changeable variables

Cleaned up some stuff
Added some host changeable variables
This commit is contained in:
ChocoTaco 2018-11-04 16:59:10 -05:00
parent faa2c99ebc
commit 63984711b6
8 changed files with 273 additions and 81 deletions

View file

@ -62,22 +62,14 @@ function GetTeamCounts( %game, %client, %respawn )
//Start Base Rape Notify
//Make sure it's CTF Mode
if($CurrentMissionType $= "CTF") {
PlayerNotify::AtSpawn( %game, %client, %respawn );
}
PlayerNotify::AtSpawn( %game, %client, %respawn );
//Call Team Balance Notify
//Make sure it's CTF Mode
if($CurrentMissionType $= "CTF" && $TotalTeamPlayerCount !$= 0) {
TeamBalanceNotify::AtSpawn( %game, %client, %respawn );
}
if($CurrentMissionType $= "sctf" && $TotalTeamPlayerCount !$= 0) {
TeamBalanceNotify::AtSpawn( %game, %client, %respawn );
}
//AntiCloak Start
//if($CurrentMissionType $= "CTF") {
//ActivateAntiCloak ();
//}
TeamBalanceNotify::AtSpawn( %game, %client, %respawn );
//AntiCloak Start
ActivateAntiCloak ();
$GetCountsClientTeamChange = false;