stock Float:GetPlayerHealthEx(playerid) { new Float:health; GetPlayerHealth(playerid, health); return health;}