Fuel System

CS-Garages supports multiple fuel systems. This guide covers the configuration of your preferred fuel system.

Configuration

Configure your preferred fuel system in config.lua:

Config.Utils = {
    ["fuelsystem"] = "none", -- Replace with your preferred system
}

Supported Fuel Systems

The following fuel systems are supported:

  • LegacyFuel

  • ps-fuel

  • lj-fuel

  • ox_fuel

  • cdn-fuel

  • hyon_gas_station

  • okokGasStation

  • nd_fuel

  • myFuel

  • Renewed-Fuel

  • rcore_fuel

  • lc_fuel

  • none

Troubleshooting

If you encounter fuel system issues:

  1. Check server console for errors

  2. Verify all dependencies are installed

  3. Ensure resource name is exactly "cs-garages"

For support, please include:

  • Server console output

  • Configuration settings

  • List of installed dependencies

  • Steps to reproduce the issue

Last updated