overextended / ox_fuel

Simplistic fuel resource meant for use with ox_inventory
https://overextended.dev/ox_fuel
GNU General Public License v3.0
59 stars 79 forks source link

Error when fueling without money in QBCore #71

Closed zZOGZz closed 1 year ago

zZOGZz commented 1 year ago

image This only happens when you don't have money in the inventory and try to fuel, you get the progress bar but it isn't fueling anything

thelindat commented 1 year ago

If you don't have money then the money count is 0, and you won't start fuelling; even if the "money" item doesn't exist it will return 0.

No situation is leading to this error, and you have included no information.