Pawno colours - Roleplay colours - 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: Pawno colours - Roleplay colours (
/showthread.php?tid=343992)
Pawno colours - Roleplay colours -
Dopey. - 19.05.2012
I want to know what colours are used for /me's and /do's for roleplay servers, i mean i tried alot of times, but the one i took and added 0x at the start made it into a different colour.. The colour should be lightpurple, so anyone know what's the code for it? +rep
Re: Pawno colours - Roleplay colours -
TheDominator - 19.05.2012
Go here:
http://www.colorpicker.com/ choose your desired color and then add 0x to the front of it and FF to the end of it, so here's an example:
I have the red code: FF0000
I add 0x to make it: 0xFF0000
I add FF to make it: 0xFF0000FF
So the code would be:
pawn Code:
#define COLOR_EXAMPLE 0xFF0000FF
Re: Pawno colours - Roleplay colours -
Dopey. - 19.05.2012
Oh my god! Thanks alot! Repped!
Re: Pawno colours - Roleplay colours -
TheDominator - 19.05.2012
No problem mate, glad I could help