Feature Proposal: Support for Electric Vehicles
Add native support for electric vehicles in ox_fuel, or at minimum, provide a configuration option to exclude specific vehicle models from fuel consumption logic.
As FiveM servers increasingly adopt realistic vehicle systems, electric vehicles are becoming more common especially with custom models and brands on some servers. Currently, ox_fuel treats all vehicles as fuel-dependent, which breaks immersion and realism for EVs.
Proposed Features
Configurable exclusion list: Allow server owners to define vehicle models that should not consume fuel.
Something along the lines of this
Config.ExcludedVehicles = {
[cyclone] = true,
[neon] = true,/
[raiden] = true,
[tezeract] = true,
[voltic] = true
}
Feature Proposal: Support for Electric Vehicles
Add native support for electric vehicles in
ox_fuel, or at minimum, provide a configuration option to exclude specific vehicle models from fuel consumption logic.As FiveM servers increasingly adopt realistic vehicle systems, electric vehicles are becoming more common especially with custom models and brands on some servers. Currently,
ox_fueltreats all vehicles as fuel-dependent, which breaks immersion and realism for EVs.Proposed Features
Configurable exclusion list: Allow server owners to define vehicle models that should not consume fuel.
Something along the lines of this
Config.ExcludedVehicles = {
[
cyclone] = true,[
neon] = true,/[
raiden] = true,[
tezeract] = true,[
voltic] = true}