17.03.2012, 07:23
You've probably changed the return 0 at the end of OnPlayerCommandText to return 1;
Change it to return 0;
If you want a custom message, change return 0; to return SendClientMessage(playerid, color, message);
Change it to return 0;
If you want a custom message, change return 0; to return SendClientMessage(playerid, color, message);

