SA-MP Forums Archive
[Help] Color - 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: [Help] Color (/showthread.php?tid=203258)



[Help] Color - Extreme Man - 26.12.2010

How to disable color:



Re: [Help] Color - Geso - 26.12.2010

Код:
SetPlayerColor(playerid, 0xFFFFFFAA);
Put this in OnPlayerConnect, and everybody will be white.


Re: [Help] Color - Extreme Man - 26.12.2010

I want to be white and that is before seen on a map where the


Re: [Help] Color - Geso - 26.12.2010

I don't really understand you, do you want everyone to be white?


Re: [Help] Color - Extreme Man - 26.12.2010

No...I want to not see on map with the team colors


Re: [Help] Color - Geso - 26.12.2010

Quote:
Originally Posted by Extreme Man
Посмотреть сообщение
No...I want to not see on map with the team colors
So you want people's markers not to show up on the minimap
If yes:
Код:
ShowPlayerMarkers(0);