Players on map - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Players on map (
/showthread.php?tid=603219)
Players on map -
Nin9r - 20.03.2016
Hi! How can I see the players on the minimap? I just tried to put ShowPlayerMarkers(1); or ShowPlayerMarkers(2); to OnGameModeInit and it doesn't work. Also, to paintball, war and doesn't work too. I think that is a bug but I don't know why. Please help!
Re: Players on map -
Nin9r - 27.03.2016
Anyone?
Re: Players on map -
MartinSwag - 27.03.2016
Use ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL); if you always want to see the other players on the radar and ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED); if you want to see player markers on the radar of players who are nearby. Could you post the code you tested?