LegacyFuel
LegacyFuel copied to clipboard
Jerry can "not enough cash" when filling car
using full jerry can vehicle says not enough cash. cant refuel from can.
after line 201 under the fuel level add
local currentCash = QBCore.Functions.GetPlayerData().money['cash']
it fixed the problem for me