Item Not Usable
Various guides for unusable items
Last updated
Various guides for unusable items
Item may be required to be unique / non-stackable. For example, blueprints, smokable packs, consumables packs, vapes, bongs. Any item that has to carry metadata (info inside the item) must be unique / non-stackable.
If you are using ox_inventory & QBCore, checkout QB & ox_inv Issues for the most common issues.
If you have an item with consume = x in the item config at ox_inventory/data/items.lua, remove that line. This is the most common reason for unusable items.
Last updated