public OnPlayerCommandText(playerid, cmdtext[]){ if(strcmp(cmdtext, "/kill", true) == 0) { SetPlayerHealth(playerid, 0.0); return 1;}