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-local+709673996c0cc3c0733358a87691d1009326afa7
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