Custom Inventory
Learn how to add a custom inventory to the Weapon Mod Workbench resource.
If you use a custom inventory and want to add it to the Weapon Mod Workbench resource, you can do so by following these steps:
Right now these inventories are supported:
- qb-inventory
- ox_inventory
If you want other inventories to be supported, please request it to our support.
Adding a custom inventory
- Navigate to your framework's server.lua, which you can find inside theresources/[your-framework]folder.
- Add or uncomment the following code:
- Replace custom_inventorywith the name of your custom inventory.
- Replace your_frameworkwith the name of your framework.