β½nova_fuel
Features
Configuration
FuelConfig = {
PricePerLiter = 3, -- Cost per liter
TankCapacity = 65, -- Default tank size (liters)
GlobalMultiplier = 1.0, -- Global consumption multiplier
ConsumptionInterval = 10000, -- Fuel check interval (ms)
InteractDistance = 3.0,
DrawDistance = 15.0,
InteractKey = 38, -- E key
JerryCan = {
itemName = 'jerrycan',
fuelAmount = 25,
useDistance = 3.0,
useDuration = 5000,
shopPrice = 200,
},
ClassMultiplier = {
[0] = 1.0, -- Compacts
[1] = 1.0, -- Sedans
[2] = 1.2, -- SUVs
[3] = 0.9, -- Coupes
[4] = 1.3, -- Muscle
[5] = 1.5, -- Sports Classics
[6] = 1.5, -- Sports
[7] = 2.0, -- Super
[8] = 0.7, -- Motorcycles
[9] = 0.5, -- Off-road
-- More classes...
},
Blip = { sprite = 361, color = 1, scale = 0.6 },
Stations = {
{ coords = vector3(49.42, 2778.79, 58.04), label = 'Gas Station' },
-- 24 more stations...
},
}Configuration Options
Option
Type
Description
How It Works
Jerry Can
Dependencies
Notes
Last updated