public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext, "/a", true) == 0||strcmp(cmdtext, "/b", true) == 0) { // TEH CODEZ FOR U XD return 1; } return 0; }