Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kmh = GetVehicleSpeed(vInfo[idx][vID]);
- if(kmh >= 150)
- vInfo[idx][vUzemanyag] -= 0.079;
- else if(kmh >= 80)
- vInfo[idx][vUzemanyag] -= 0.052;
- else
- vInfo[idx][vUzemanyag] -= 0.026;
Advertisement
Add Comment
Please, Sign In to add comment