19.06.2014, 10:17
Because 14.9 cannot be represented I guess. Anyways, you can fix it by adding 0.01 on the result but do it only if the fuel is 15.0
pawn Код:
if(engine == 1 && Fuel[vid] == 15.0) Fuel[vid] = (Fuel[vid] - 0.1) + 0.01;