Storage System
Per-mechanic item storage with shared or personal stash support.
Features
- Physical storage prop in world (default:
prop_toolchest_03_l2) - Per-mechanic stash with unique ID
- Shared mode: All employees with the same job share the stash
- Personal mode: Each player has their own stash
- Configurable slots and max weight
- Works with ox_inventory, qs-inventory, and codem-inventory
- Interaction: E key or ox_target/qb-target
Configuration
| Option | Default | Description |
|---|---|---|
enabled | true | Enable storage system |
propModelDefault | prop_toolchest_03_l2 | Storage prop model |
defaults.slots | 50 | Number of inventory slots |
defaults.maxWeight | 100000 | Max weight in grams (100kg) |
defaults.shared | true | Job-shared or personal |
defaults.useProp | true | Show prop in world |
stashPrefix | mechanic_storage_ | Stash ID prefix |
