Removing the color of the nametags - 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: Removing the color of the nametags (
/showthread.php?tid=251791)
Removing the color of the nametags -
Andregood - 28.04.2011
How do I remove the color at the name tags and also at the score board? Any help at all would be awesome, thanks.
Re: Removing the color of the nametags -
Vince - 28.04.2011
pawn Код:
#define COLOR_WHITE 0xFFFFFFAA
SetPlayerColor(playerid, COLOR_WHITE);
?
Re: Removing the color of the nametags -
Andregood - 28.04.2011
Well I want to color the scoreboard and also names as on roleplay servers.