Click or drag to resize

BaseModeSetTeamCount 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 OnInitialized(EventArgs) callback.

Namespace:  SampSharp.GameMode
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual void SetTeamCount(
	int count
)

Parameters

count
Type: SystemInt32
Number of teams the gamemode knows.
Remarks
You can pass 2 billion here if you like, this function has no effect at all.
See Also