public OnPlayerCommandText(playerid, cmdtext[]){ if(!strcmp(cmdtext, "/mycommand", true)) { // Nothing here. return 1; } return SendClientMessage(playerid, -1, "{FFCC33}This command doesn't exists.");}