2 Colors in 1 line?
#1

Hello How I can put 2 colors in 1 line, I remember to put in the strin {FF000} or smth, Can you guys give me a list of those colors?
Reply
#2

i advice you to download the pawn color picker tool by naruto_emilio
Reply
#3

https://sampwiki.blast.hk/wiki/Hex_colours
https://sampwiki.blast.hk/wiki/Colour_Embedding
Reply
#4

List of 0.3c colours:

pawn Код:
#define COL_EASY "{FFF1AF}"
#define COL_WHITE "{FFFFFF}"
#define COL_BLACK "{0E0101}"
#define COL_GREY "{C3C3C3}"
#define COL_GREEN "{6EF83C}"
#define COL_RED "{F81414}"
#define COL_YELLOW "{F3FF02}"
#define COL_ORANGE "{FFAF00}"
#define COL_LIME "{B7FF00}"
#define COL_CYAN "{00FFEE}"
#define COL_LIGHTBLUE "{00C0FF}"
#define COL_BLUE "{0049FF}"
#define COL_MAGENTA "{F300FF}"
#define COL_VIOLET "{B700FF}"
#define COL_PINK "{FF00EA}"
#define COL_MARONE "{A90202}"
#define COL_CMD "{B8FF02}"
#define COL_PARAM "{3FCD02}"
#define COL_SERVER "{AFE7FF}"
#define COL_VALUE "{A3E4FF}"
#define COL_RULE "{F9E8B7}"
#define COL_RULE2 "{FBDF89}"
#define COL_RWHITE "{FFFFFF}"
#define COL_LGREEN "{C9FFAB}"
#define COL_LRED "{FFA1A1}"
#define COL_LRED2 "{C77D87}"
Reply
#5

Example:
pawn Код:
SendClientMessage(playerid, YOUR_COLOR, "{00FFEE}Hello! {FFFFFF}How are you?");
// {00FFEE} = Cyan
// {FFFFFF} = White
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)