Added Annotations

This commit is contained in:
ChocoTaco 2019-02-06 13:39:36 -05:00
parent 237e45927e
commit 98a85d26f4
2 changed files with 14 additions and 5 deletions

View file

@ -1,4 +1,10 @@
//Fire Autobalance
// Enable or Disable Autobalance
// $Host::EnableAutobalance = 1;
//
// Run from TeamBalanceNotify.cs via StatsUnbalanceSound( %game )
// Getting random client aspects run in GetTeamCounts.cs
//
// Fire Autobalance
function Autobalance( %game, %AutobalanceSafetynetTrys )
{
if( $CurrentMissionType !$= "LakRabbit" && $Host::EnableTeamBalanceNotify && $StatsMsgPlayed $= 1 && !$Host::TournamentMode )

View file

@ -1,8 +1,11 @@
//Enable or Disable
//$Host::EnableTeamBalanceNotify = 1;
// Enable or Disable
// $Host::EnableTeamBalanceNotify = 1;
// Enable or Disable Autobalance
// $Host::EnableAutobalance = 1;
//
//Give the client a notification on the current state of balancing.
//This function is in GetTeamCounts.cs
// Give the client a notification on the current state of balancing.
//
// This function is in GetTeamCounts.cs
function TeamBalanceNotify( %game )
{
if( $CurrentMissionType !$= "LakRabbit" && $TotalTeamPlayerCount !$= 0 && $Host::EnableTeamBalanceNotify && !$Host::TournamentMode )