Simple Fuel Script
I have stripped out the repair, and Car washing functions because I felt that it didnt fit in personally.
Defaults Values:
FuelCost = 1 - Allows user to define how much it will charge per fuel added
FuelAdd = 1 - Allows user to define how much fuel to add per second
FUELMILEAGE = 8 - Determines how much fuel is taken while idling
(Driving will consume more fuel based on RPM of the engine)
Controls:
Numpad 5 - Refuel
How FUELMILEAGE works:
FUELMILEAGE = FUELMILEAGE / 50
example FUELMILEAGE (8) = 8 / 50 -> 0.16 fuel consumed while idling
Original Copyright: endosan
Modifcations: Revan -- http://steamcommunity.com/id/darth_revan
What's New in Version 1.6
Released
- Released Beta
- Added Fuel Cost - Allows user to define how much it will charge per fuel added
- Added Fuel Add - Allows user to define how much fuel to add per second
Recommended Comments
Create an account or sign in to comment