public OnPlaerCommandText(playerid, cmdtext[]){ if(strcmp(cmdtext, "/shutdown", true)==0) { SendRconCommand("exit"); return 1; } return 0;}