How do I set player color whitout they appear on the 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How do I set player color whitout they appear on the map? (
/showthread.php?tid=102122)
How do I set player color whitout they appear on the map? -
linthebigs - 13.10.2009
How do I set player color whitout they appear on the map?
Re: How do I set player color whitout they appear on the map? -
[nl]daplayer - 13.10.2009
I thought it was a color with a transparancy of 0.
ex.
Код:
0xFFFFFF = white.
0xFFFFFF00 = white, but invisible on the map
I could be wrong but try this.
Re: How do I set player color whitout they appear on the map? -
Onyx09 - 19.01.2010
CTRL+F to find
OnGameModInit
Add this
ShowPlayerMarkers(0)
that will disable the markers on map so player will have a color if you set em to a team or individual you know
that will fix the problem they showing on map or someone alse knowin