Message Color [Need Help] ! I will rep!!!
#1

i'm using COLOR_RED, COLOR_GREEN, COLOR_BLUE ...but i dont know what this code called
Код:
{FFFFFF} << its white color.
the problem is how can i do like this?

Код:
SendClientMessage(playerid,-1,"Welcome to {COLOR_BLUE} San Fierro Roleplay!
i tried that but not worked... is there anywhere i can convert the COLOR_BLUE to like this with brackets? {COLOR_BLUE}
Reply
#2

You should go to: www.colorpicker.com

At the website you choose your color and right up there code will be showed to you.

You copy the code (example): IIELKF (instead of this IIELKF you put your code) and in pawno at the top:

#define COLOR_BLUE {IIELKF} // Instead IIELKF color code
Reply
#3

go to colorpicker.com and pick the color,copy the code of it and put it in the brackets
Reply
#4

Quote:

#define COL_WHITE "{FFFFFF}"
#define COL_RED "{F81414}"
#define COL_GREEN "{00FF22}"
#define COL_LIGHTBLUE "{00CED1}"
#define COL_BLUE "{1229FA}"
#define COL_WHITE "{FFFFFF}"
#define COL_ORA "{E0A21B}"
#define COL_YELLOW "{F5E618}"
#define CHAT_WHITE "{FFFFFF}"

i have find this if that can help you.
Reply
#5

Define the colors as described above and you will be able to use them like you want.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)