Skip to main content

LimitPlayerMarkerRadius

Description​

Set the player marker radius.

NameDescription
Float:markerRadiusThe radius that markers will show at

Returns​

This function does not return any specific values.

Examples​

public OnGameModeInit()
{
LimitPlayerMarkerRadius(100.0);
}