SA-MP Forums Archive
Player icons on map? - 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: Player icons on map? (/showthread.php?tid=324308)



Player icons on map? - Carlb - 09.03.2012

Hello

Im new here but im looking if there is any player icon for a map cuz i cant see where anyone on my map in my server?


Re: Player icons on map? - eesh - 09.03.2012

https://sampwiki.blast.hk/wiki/ShowPlayerMarkers

if that doesnt work, check the alpha of SetPlayerColor


Re: Player icons on map? - Bingo - 09.04.2014

Add this under OnGameModeInit:-
pawn Код:
ShowPlayerMarkers(0);
0 is the mode.

Modes:-
PLAYER_MARKERS_MODE_OFF (0)
PLAYER_MARKERS_MODE_GLOBAL (1)
PLAYER_MARKERS_MODE_STREAMED (2)