stock SetPlayerHealthEx(playerid, Float:health){ if(health > 100) SetPlayerHealth(playerid, 100); else SetPlayerHealth(playerid, health);}