Supported Inventories
0r-multicharacterv3 supports a wide range of popular inventory systems.
π¦ Inventory Compatibility
ox_inventory
β
β
qb-inventory
β
β
ps-inventory
β
β
qs-inventory
β
β
codem-inventory
β
β
origen_inventory
β
β
core_inventory
β
β
tgiann-inventory
β
β
jpr-inventory
β
β
βοΈ How It Works
The script automatically detects your inventory and uses the appropriate exports for:
Adding starter items to new characters
Managing inventory data during character switching
π Module Location
Inventory modules are located in:
Each module exports:
Inventory.AddItem(source, item, amount, slot, metadata)
π§ ox_inventory
Recommended inventory for all frameworks.
Setup
Install ox_inventory
Configure for your framework
Start before 0r-multicharacterv3
π§ qb-inventory
π§ ps-inventory
π§ qs-inventory
β Adding Custom Inventory Support
If your inventory isn't supported, create a module:
Step 1: Create Module Folder
Step 2: Create Module Code
Step 3: Add to fxmanifest.lua
π Starter Items Configuration
Starter items are configured in config/config.lua:
β Troubleshooting
"Inventory not detected" error
Check inventory is started before multicharacter
Verify the inventory name matches exactly
Check server console for errors
Items not adding
Verify item names match inventory items
Check item exists in your items table/config
Review inventory's add item function requirements
Metadata not saving
Check if your inventory supports metadata
Verify metadata format matches inventory expectations
Last updated