Showplayermarkers - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Showplayermarkers (
/showthread.php?tid=566734)
Showplayermarkers -
abyss. - 07.03.2015
I put this
LimitPlayerMarkerRadius(50.0);
and this
ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
But still cant see players on mini-map. Why?
Re: Showplayermarkers -
Fantje - 07.03.2015
Add color? You don't have a color for marker
Re: Showplayermarkers -
X337 - 08.03.2015
PLAYER_MARKERS_MODE_STREAMED it's only visible on nearby players
Код:
ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
Try this
Код:
ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
Re: Showplayermarkers -
abyss. - 21.03.2015
Changed them on Global mode. still nothing.