public DecreaseHealth(playerid, decreaseby){ new Float:Health; GetPlayerHealth(playerid, Health); SetPlayerHealth(playerid, Health-decreaseby); return 1;}