You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
Describe the bug
When execute this: exports.ox_inventory:AddItem(inv, item, count, metadata, slot, cb) and in count put 0 it adds the item to inventory and it bugs in inventory dont allowind to do nothing with it.
Describe the bug
When execute this: exports.ox_inventory:AddItem(inv, item, count, metadata, slot, cb) and in count put 0 it adds the item to inventory and it bugs in inventory dont allowind to do nothing with it.
Framework
QBX
Resource version
2.44.1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Just add item if count > 0.