#lcfuel and JG dealerships

9 messages · Page 1 of 1 (latest)

slender mulch
#

hi all i just got myself JG dealerships and wanted to know if anyone knows how to get it to work with this fuel script love this fuel and want to keep using it

cerulean cryptBOT
#

@slender mulch

⚠️ This channel is for support related to free scripts ⚠️

Posts unrelated to free scripts will be removed: https://discord.com/channels/526560685262503946/1345837317587468288

🔧 Support Guidelines 🔧

  1. Show Your Troubleshooting Efforts: Explain what you tried to fix the issue. Actively participate in the solution-finding process. Don't just expect others to fix the code for you.
  2. Describe Your Issue Clearly: Provide a step-by-step explanation of the problem. A video showing the issue greatly helps!
  3. Post the Full Error Message: Open F8 or your server console and search for any errors.
somber jewel
dapper cedar
quick thistle
#

Read jg docs. Find other fuel scripts, put there LC fuel export. try do it yourself, learn a little bit to make such simply things.

#

(cl-functions)

#
  1. funcion GetFuel:
        return exports[Config.FuelSystem]:GetFuel(vehicle)```
#
  1. functionSetFuel:
        exports[Config.FuelSystem]:SetFuel(vehicle, fuel)```
#

do not forget to set in config.lua Config.FuelSystem = "lc_fuel"