LimitPlayerMarkerRadius
Description:
Function LimitPlayerMarkerRadius set the player marker radius.
Function LimitPlayerMarkerRadius was added in 0.3a and will not work in earlier versions! |
Parameters:
(Float:radius)
float | radius | The radius that markers will show at |
Return Values:
This function does not return any specific values.
Examples:
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.