ShowPlayerMarkers - 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: ShowPlayerMarkers (
/showthread.php?tid=605499)
ShowPlayerMarkers -
Nin9r - 20.04.2016
Hello !
I want to see all the players on radar but it doesn't work. I am using 'ShowPlayerMarkers(1);' on 'public OnGameModeInit' but it still not working. Why?
Re: ShowPlayerMarkers -
oMa37 - 20.04.2016
PHP код:
ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
https://sampwiki.blast.hk/wiki/ShowPlayerMarkers
Next time try using ****** dude
Re: ShowPlayerMarkers -
Nin9r - 21.04.2016
it doesn't matter if you use ShowPlayerMarkers(1); or what PLAYER_MARKERS_MODE_STREAMED. it has no sense. anyone?
Re: ShowPlayerMarkers -
iKevin - 22.04.2016
Quote:
Originally Posted by Nin9r
it doesn't matter if you use ShowPlayerMarkers(1); or what PLAYER_MARKERS_MODE_STREAMED. it has no sense. anyone?
|
Yes it has sense. 1 is global mode, use 2 or the PLAYER_MARKERS_MODE_STREAMED
Re: ShowPlayerMarkers -
Nin9r - 25.04.2016
Quote:
Originally Posted by KevinExec
Yes it has sense. 1 is global mode, use 2 or the PLAYER_MARKERS_MODE_STREAMED
|
I knew it.. it has no sense about my problem. I fixed it with ONPLAYERSTREAMIN.