24.01.2011, 17:32
SAMP 0.3c colors can't be used as parament on msg. Need to be put on the msg:
pawn Код:
#define color 0xFFFFFFFF // WHITE ( Wont have a effect, in this case )
#define blue "{A1C2FF}"
// I just use a color as SendClientMessage parament because it needs this parament
SendClientMessage(playerid,color,""#blue"MESSAGE");