stock DecreaseHealth(playerid){ new Float: health ; GetPlayerHealth(playerid, health); return SetPlayerHealth(playerid, health - 1.0);}