01.06.2014, 22:48
Have you defined the color "red"?
If not add this ontop of your script:
And change that line to:
If not add this ontop of your script:
pawn Код:
#define red 0xAA3333AA
pawn Код:
if(AFK[playerid] == 1) return SendClientMessage(playerid, red, "You can't talk while being AFK.");

