23.10.2010, 14:50
Hi... I get this warning: tag missmatch (that's in the return line) and it doesn't work...
where's the problem?
Код:
stock GetVehicleDamage(vehicleid)
{
new Float:vhealth;
GetVehicleHealth(vehicleid, vhealth);
vhealth = (100 / 1000 * vhealth);
return vhealth = (floatround(vhealth * 10.0) / 10.0);
}

