mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-28 18:33:36 +00:00
Observers var for reference
This commit is contained in:
parent
164d2e7c6c
commit
f077a873f3
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ function GetTeamCounts(%game)
|
|||
//Variables
|
||||
$TotalTeamPlayerCount = $TeamRank[1, count] + $TeamRank[2, count];
|
||||
$AllPlayerCount = $HostGamePlayerCount;
|
||||
$Observers = $HostGamePlayerCount - ($TeamRank[1, count] + $TeamRank[2, count]);
|
||||
|
||||
//echo("$PlayerCount[0] " @ $HostGamePlayerCount - ($TeamRank[1, count] + $TeamRank[2, count]));
|
||||
//echo("$PlayerCount[1] " @ $TeamRank[1, count]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue