public AddPlayerHealth( playerid, Float:Amount ){ new Float:Health; GetPlayerHealth(playerid, Health); SetPlayerHealth (playerid, Health + Amount); return floatround(Health + Amount);}