public OnPlayerCommandText(playerid, cmdtext[]) { return0; }
/* Returning '0' is used to inform the server that the command has not been successfully processed, and passes it to other scripts. If there hasn't been a successful process, then you will get that 'SERVER: Unknown Command.' error. */