public OnPlayerUpdate(playerid) { new Float:V; GetPlayerHealth(playerid, V); if(V > 100) { SetPlayerHealth(playerid, 100); } return 1;}