public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid){new Float:health;GetPlayerHealth(damagedid,health);if(health == 0) {SetPlayerHealth(damagedid,-2);}return 1;}