ObtenerVidaVeh(vehid){ new Float:veh,asd[5]; GetVehicleHealth(vehid,veh); format(asd,sizeof(asd),"%d",floatround(veh)); return asd; }