📘C Inventory

❗ Known Issues & Solutions

Here you'll find common issues users may encounter with C Inventory, along with their solutions and setup tips.


📁 Item Images Not Showing

Problem: Item images are not visible in the inventory.

Solution: Make sure your item icons are placed in the following directory: c_inventory/web/assets/icons

Recommended Resolution: Use icons with a 256x256 pixel resolution for best quality.


🎮 Hotbar Not Visible

Problem: The hotbar doesn't show up in-game.

Solution: Ensure the hotbar is enabled in your config. Open config.lua and set:

luaKopierenBearbeitenConfig.Hotbar = true -- Enables the hotbar

Set to false if you want to disable it.


⚙️ getSharedObject Error (ESX Issue)

Problem: You're seeing errors related to getSharedObject when starting the script.

Solution: Make sure the correct ESX version compatibility is set in your config:

Set this based on your framework version.

Last updated