note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
LimitPlayerMarkerRadius
Description
Set the player marker radius.
Name | Description |
---|---|
Float:markerRadius | The radius that markers will show at |
Returns
This function does not return any specific values.
Examples
public OnGameModeInit()
{
LimitPlayerMarkerRadius(100.0);
}
Related Functions
- ShowPlayerMarkers: Decide if the server should show markers on the radar.
- SetPlayerMarkerForPlayer: Set a player's marker.
- LimitGlobalChatRadius: Limit the distance between players needed to see their chat.