04.07.2014, 17:35
PHP код:
new Float:FloatValue;
===== ERROR LINE ===== new totfuel = VehicleFuel[vehicleid]+FloatValue = float(fuel);
error 022: must be lvalue (non-constant)
new Float:FloatValue;
===== ERROR LINE ===== new totfuel = VehicleFuel[vehicleid]+FloatValue = float(fuel);
float(fuel) = VehicleFuel[vehicleid]+FloatValue;