SA-MP Forums Archive
How to make more colors in SendClientMessage - 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: How to make more colors in SendClientMessage (/showthread.php?tid=471067)



-Remove- - PawnoPro - 21.10.2013

-Remove


Re: How to make more colors in SendClientMessage - -Prodigy- - 21.10.2013

pawn Код:
{RRGGBB}



Re: How to make more colors in SendClientMessage - PawnoPro - 21.10.2013

Quote:
Originally Posted by -Prodigy-
Посмотреть сообщение
pawn Код:
{RRGGBB}
What does that mean?


Respuesta: How to make more colors in SendClientMessage - [CG]Milito - 21.10.2013

http://www.colorpicker.com/


Re: How to make more colors in SendClientMessage - Superhot - 21.10.2013

Don't really know how to use colors, and offering scripting service lol..


Re: How to make more colors in SendClientMessage - Zex Tan - 21.10.2013

Something like define it will make it lot easier
pawn Код:
#define COLOR_WHITE "{FFFFFF}"
And in your message
pawn Код:
SendClientMessage(playerid, 0xFF0000, "Hello, "COLOR_WHITE"user");



Re: How to make more colors in SendClientMessage - xganyx - 21.10.2013

choose your color from colorpicker.com then use this

pawn Код:
#define COLOR_SOMETHING    "{pickedcolorfromcolorpikerhere}" //that's mean picked color from colorpicker here

//stuff
SendClientMessage(playerid,-1,""COLOR_SOMETHING"Hello world");



Respuesta: How to make more colors in SendClientMessage - RafaelZam - 21.10.2013

i guess that this can help ya
https://sampforum.blast.hk/showthread.php?tid=464936