29.11.2012, 23:43
Hello all , I'm having troubles with color embeddings , can anyone show me how's the code
#define green "{3DE3B1}"
SendClientMessage(playerid, Yellow, "This text is yellow "green"but this text is green!");
new string[44];
format(string, sizeof(string), "This text is yellow "green"but this text is green!");
SendClientMessage(playerid, Yellow, string);
#define COLOR_GREY 0xAFAFAFAA #define COLOR_GREEN 0x33AA33AA #define COLOR_RED 0xAA3333AA #define COLOR_LIGHTRED 0xFF6347AA #define COLOR_LIGHTBLUE 0x33CCFFAA #define COLOR_LIGHTGREEN 0x9ACD32AA #define COLOR_LLIGHTBLUE 0x33CCFFAA #define COLOR_LLIGHTGREEN 0x9ACD32AA #define COLOR_YELLOW 0xFFFF00AA #define COLOR_LIGHTYELLOW 0xFFFF91FF #define COLOR_YELLOW2 0xF5DEB3AA #define COLOR_WHITE 0xFFFFFFAA #define COLOR_LIGHT_BLUE 0x9FB1EEAA #define COLOR_PURPLE 0xC2A2DAAA