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:
- ox_inventory
- qs_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_inventory
with the name of your custom inventory. - Replace
your_framework
with the name of your framework.