AnthonyGates

Untitled

May 10th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. kmh = GetVehicleSpeed(vInfo[idx][vID]);
  2. if(kmh >= 150)
  3. vInfo[idx][vUzemanyag] -= 0.079;
  4. else if(kmh >= 80)
  5. vInfo[idx][vUzemanyag] -= 0.052;
  6. else
  7. vInfo[idx][vUzemanyag] -= 0.026;
Advertisement
Add Comment
Please, Sign In to add comment