if(strcmp(cmdtext, "/do something rcon only") == 0){ if(IsPlayerAdmin(playerid)) { //you can do that rcon only thing } else { //you can't } return 1;}