- Katılım
- 4 yıl 5 ay 1 gün
- Mesajlar
- 368
Bu ayarlarda yarım depo ile 4 mil gidiyorum.
Kod:
Config.Classes = {
[0] = 0.2, -- Compacts
[1] = 0.2, -- Sedans
[2] = 0.2, -- SUVs
[3] = 0.2, -- Coupes
[4] = 0.2, -- Muscle
[5] = 0.2, -- Sports Classics
[6] = 0.2, -- Sports
[7] = 0.2, -- Super
[8] = 0.2, -- Motorcycles
[9] = 0.2, -- Off-road
[10] = 0.2, -- Industrial
[11] = 0.2, -- Utility
[12] = 0.2, -- Vans
[13] = 0.0, -- Cycles
[14] = 0.2, -- Boats
[15] = 0.2, -- Helicopters
[16] = 0.2, -- Planes
[17] = 0.2, -- Service
[18] = 0.2, -- Emergency
[19] = 0.2, -- Military
[20] = 0.2, -- Commercial
[21] = 0.2, -- Trains
}
-- The left part is at percentage RPM, and the right is how much fuel (divided by 10) you want to remove from the tank every second
Config.FuelUsage = {
[1.0] = 0.5,
[0.9] = 0.4,
[0.8] = 0.3,
[0.7] = 0.2,
[0.6] = 0.1,
[0.5] = 0.0,
[0.4] = 0.0,
[0.3] = 0.0,
[0.2] = 0.0,
[0.1] = 0.0,
[0.0] = 0.0,
}