warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for 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.