mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-11 14:14:33 +00:00
Added some changeable variables
Cleaned up some stuff Added some host changeable variables
This commit is contained in:
parent
faa2c99ebc
commit
63984711b6
8 changed files with 273 additions and 81 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue