SA-MP Forums Archive
Question - 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: Question (/showthread.php?tid=100821)



Question - Angelus~ - 06.10.2009

SetPlayerColor changes the color of a player's name and map icon
but is there a way just to change the color of the name and not the map icon? or remove the map icon?


Re: Question - [XST]O_x - 06.10.2009

I Think that should be under OnGameModeInit
pawn Код:
ShowPlayerMarkers( 0 );



Re: Question - woot - 06.10.2009

I heard you should use "AA" (100% Alpha) in your hex colourcodes to make players fully transparent on the radar.

Examply white would be;
0xFFFFFFAA


Re: Question - [XST]O_x - 06.10.2009

Quote:
Originally Posted by //exora
I heard you should use "AA" (100% Alpha) in your hex colourcodes to make players fully transparent on the radar.

Examply white would be;
0xFFFFFFAA
Idk,that sounds a little more complicated than what i Gave.
It will Completely remove The player's Icons from the radar,Exactly what he asked for.