15.05.2011, 22:47
Because SendClientMessage returns 1. Use this instead:
pawn Code:
SendClientMessage(playerid, COLOR_RED, "ERROR : Unkown Command Use /cmds To The Cool Cmds");
return 0;
}