10.10.2012, 14:20
I want to make player markers visible from far away and when you get too close they vanish.
so basically the opposite of this
Is this possible?
so basically the opposite of this
PHP код:
public OnGameModeInit()
{
LimitPlayerMarkerRadius(100.0);
}

