Change fuel type for vehicle
Location
Vehicle Fuel Type Configuration
Structure
{
model = "myCar",
fuelType = FuelType.NATURAL,
}FuelType = {
NATURAL = 1,
DIESEL = 2,
EV = 3,
LPG = 4,
CNG = 5,
MILK = 6,
AVIATION = 7,
}Example of the "VehicleFuelType"
Last updated