mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-23 07:53:35 +00:00
parent
3fc2533701
commit
9d49d6e24d
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ function TeamBalanceNotify::AtSpawn( %game, %client, %respawn )
|
|||
if( $CurrentMissionType !$= "LakRabbit" && $TotalTeamPlayerCount !$= 0 && $Host::EnableTeamBalanceNotify )
|
||||
{
|
||||
//variables
|
||||
|
||||
%Team1Difference = $PlayerCount[1] - $PlayerCount[2];
|
||||
%Team2Difference = $PlayerCount[2] - $PlayerCount[1];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue