CMD:kill(playerid, params[]){ SetPlayerHealth(playerid, 0); //sets the player's health to 0 out of 100%. return 1;}