Click or drag to resize

BaseModeShowPlayerMarkers Method

A function that can be used in OnInitialized(EventArgs) to enable or disable the players markers, which would normally be shown on the radar. If you want to change the marker settings at some other point in the gamemode, have a look at SetPlayerMarker(BasePlayer, Color) which does exactly that.

Namespace:  SampSharp.GameMode
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public virtual void ShowPlayerMarkers(
	PlayerMarkersMode mode
)

Parameters

mode
Type: SampSharp.GameMode.DefinitionsPlayerMarkersMode
The mode you want to use.
See Also