Click or drag to resize

ServerServiceSetTeamCount 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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public void SetTeamCount(
	int count
)

Parameters

count
Type: SystemInt32
The number of teams the game mode uses.

Implements

IServerServiceSetTeamCount(Int32)
See Also