LimitPlayerMarkerRadius
From SA-MP Wiki
Description:
Set the player marker radius.
(Float:marker_radius)
Float:marker_radius | The radius that markers will show at |
Return Values:
This function does not return any specific values.
Example Usage:
public OnGameModeInit() { LimitPlayerMarkerRadius(100.0); }
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- 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.