ScriptsAboutBlogToolsKnowledge BaseReviewsFAQBasketDocsSupport
Inventorywarning

Item exists but doesn't show / can't be used in inventory

Also seen as: item not showing ox_inventory item image missing can't use item fivem

What causes it

An item is defined but not appearing or usable — usually a missing image, an item name mismatch between the giving code and items.lua, a duplicate item key, or the useable hook not registered.

How to fix it

Confirm the item definition, image, and name all line up.

  1. Check the item name in items.lua exactly matches the name used when giving it.
  2. Add the item image to ox_inventory/web/images (name must match the item).
  3. Check for duplicate item keys in items.lua (use a duplicate finder).
  4. Register the useable hook if it should do something on use.

Related errors

Related guides

Still stuck? We can help.

Viper Multi-Job lets players hold several jobs and switch between them with grade, salary and duty handled — QBCore, QBox and ESX, validated server-side.