29.06.2012, 14:32
Post something along these lines at the top of your script. Format: '#define COLORNAME HTMLCOLORCODE'
Then if you want to send a client message to a player do this.
pawn Код:
#define COLOR_GREY 0xAFAFAFAA
pawn Код:
SendClientMessage(playerid, COLOR_GREY, "Your message here");