Showplayermarkers
#1

I put this

LimitPlayerMarkerRadius(50.0);

and this

ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);


But still cant see players on mini-map. Why?
Reply
#2

Add color? You don't have a color for marker
Reply
#3

PLAYER_MARKERS_MODE_STREAMED it's only visible on nearby players
Код:
ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
Try this
Код:
ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
Reply
#4

Changed them on Global mode. still nothing.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)