IServerServiceSetTeamCount Method |
This function is used to change the amount of teams used in the game mode. It has no obvious way of being used, but can
help to indicate the number of teams used for better (more effective) internal handling. This function should only be
used in the OnGameModeInit callback.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxvoid SetTeamCount(
int count
)
Parameters
- count
- Type: SystemInt32
The number of teams the game mode uses.
See Also