new Float:Health;GetPlayerHealth(playerid, Health);SetPlayerHealth(playerid, Health+10.0);if(Health > 100.0){ SetPlayerHealth(playerid, 100.0);}