15.07.2014, 15:12
i think "COL_GREEN" is in hex Color, SendClientMessage and SendClientMesaageToAll doesn't allow this.
Put this on top of scripts under includes.
And replace "COL_GREEN" with "COLOR_GREEN".
Hope it helped.
Put this on top of scripts under includes.
pawn Код:
#define COLOR_GREEN 0x33AA33AA
Hope it helped.