SA-MP Forums Archive
Players color on radar - 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: Players color on radar (/showthread.php?tid=337897)



Players color on radar - Leo_M - 28.04.2012

Hey, dear scripter.
I just edited a little bit raven's roleplay
I upload that every player has tag name just like the car factions
(example: If faction have black vehicles, then the member of this faction will have black name)
Now, in the Radar I can see the colors of those players and I want to make it invisable.
Help please


(btw: sorry for my bad english)


Re: Players color on radar - James Coral - 28.04.2012

pawn Код:
ShowPlayerMarkers(mode);

MODES=

PLAYER_MARKERS_MODE_OFF         (0)
PLAYER_MARKERS_MODE_GLOBAL      (1)
PLAYER_MARKERS_MODE_STREAMED   (2)
so you need that: ShowPlayerMarkers(0);