SA-MP Forums Archive
Each job own 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)
+--- Thread: Each job own color (/showthread.php?tid=461425)



Each job own color - SpringValeRPG - 01.09.2013

Hello
I have RP server, I want when player change job his color of name change too
Plesae give me a way to do that


Re: Each job own color - Tom1412 - 01.09.2013

To set a players color you need to use

pawn Код:
SetPlayerColor(playerid, 0xFFFF00AA);
Add this to the part of changing their job, since im guessing it changes something.

Hope this helps