SetPlayerHealth(playerid, -10.0);
new Float:health;GetPlayerHealth(playerid, health);SetPlayerHealth(playerid, health - 10);