Posts: 302
Threads: 93
Joined: Aug 2013
Reputation:
0
I change this number, but its not change nothing, i want see icons on radar just near
LimitPlayerMarkerRadius(5.0);
Posts: 302
Threads: 93
Joined: Aug 2013
Reputation:
0
ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
right?
Posts: 324
Threads: 108
Joined: Dec 2013
Reputation:
0
LimitPlayerMarkerRadius(100.0); > This will limit the markers for players for icons..
// Make the players marker an invisible white (chat will be white but marker will be gone).
SetPlayerMarkerForPlayer( 42, 1, 0xFFFFFF00 );
ShowPlayerMarkers(PLAYER_MARKERS_MODE_OFF); > to disable map markers completly