LimitPlayerMarkerRadius

From SA-MP Wiki

Jump to: navigation, search


LimitPlayerMarkerRadius was added in SA-MP 0.3a This Function was added in SA-MP 0.3a and will not work in earlier versions!


Set the player marker radius.


Parameters:
(Float:marker_radius)
Float:marker_radiusThe radius that markers will show at


ReturnsThis function doesn't return a specific value


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.

Personal tools