GetTeamClientCount Function

Retrieves the number of players in a certain team. Note: This native should not be called before OnMapStart.

int GetTeamClientCount(int index)

Parameters

int index

Team index.

Return Value

Number of players in the team.

Errors

Invalid team index.