stock Float:GetVehicleHealthEx(vehicleid) { new Float:health; GetVehicleHealth(vehicleid, health); if ( health > 900.0) { return health / 10.0; } else return ( health / 10.0 )-(24); } forward Float: GetVehicleHealthEx(vehicleid);