06.04.2012, 18:57
Also, as new, you need to know that the colors in SendClientMessage() will not work if you didn't defined them.
You have to define every color with the name and its "color-code" (means the hex number, but I don't want to confuse you).
This could help:
When you'll add this after your define of COLOR_RED, you'll have these four colors and you'll be able to use them in the script.
You have to define every color with the name and its "color-code" (means the hex number, but I don't want to confuse you).
This could help:
pawn Код:
#define COLOR_GREEN 0x00FF00FF
#define COLOR_BLUE 0x0000FFFF
#define COLOR_YELLOW 0xFFFF00FF
#define COLOR_WHITE 0xFFFFFFFF