CountPlayersInTeam

From Multi Theft Auto: Wiki
Revision as of 17:38, 25 October 2008 by DakiLLa (talk | contribs) (→‎Example)
Jump to navigation Jump to search

This function is for returning the number of players in the specified team.

Syntax

int countPlayersInTeam ( team theTeam )

Optional Arguments

  • theTeam: The team you wish to retrieve the player count of.

Returns

Returns an integer containing the number of players in the team, false if it could not be retrieved.

Example

Click to expand [+]
Example 1
Click to expand [+]
Example 2
Click to expand [+]
Example 3

See Also

Shared