Skip to content

Support for Electric Vehicles #6

@cekdat1

Description

@cekdat1

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions