/cc-fuel

Re write of LegacyFuel for QB-Core using qb-target for interactions

Primary LanguageLua

cc-fuel

Re write of LegacyFuel for QB-Core using qb-target for interactions Full credit goes to the author of LegacyFuel, I just reworked it to fit better with qb-target

Installation

Drop the cc-fuel folder into your server resources folder

Remove LegacyFuel from your [standalone] folder Add "start cc-fuel" to your server.cfg

Note

Any scripts that use the LegacyFuel export should be changed to use the cc-fuel export instead

exports['LegacyFuel']:GetFuel(vehicle) = exports['cc-fuel']:GetFuel(vehicle)

To get the HUD fuel indicator working again replace the GetFuel export in qb-hud

Images

image

image

Original Repo - https://github.com/qbcore-framework/LegacyFuel

qb-target - https://github.com/BerkieBb/qb-target