Installation & Dependencies
Resources
Section titled “Resources”Put these folders in your server resources directory. Keep the folder names exactly as shown:
lx-computerlx-storerobbery
Start order (server.cfg)
Section titled “Start order (server.cfg)”ensure ox_libensure lx-computerensure lx-storerobberyStart lx-computer before lx-storerobbery.
Dependencies
Section titled “Dependencies”| Dependency | Notes |
|---|---|
ox_lib |
Required |
qbx_core or qb-core |
Auto-detected |
ox_target or qb-target |
Auto-detected |
ox_inventory or qb-inventory |
Auto-detected |
| Dispatch (optional) | ps-dispatch, cd_dispatch, lb-tablet, rcore_dispatch, or qb-policejob |
Add these items to your inventory resource.
ox_inventory
Section titled “ox_inventory”['store_vault_code'] = { label = 'Vault Code Scrap', weight = 1, stack = false, close = false, description = 'A ripped scrap with a 24/7 vault code written on it.',},['cashroll'] = { label = 'Cash Roll', weight = 10, stack = true, close = true, description = 'A tightly wrapped roll of bills. Use it to cash in.',},For QB-Core / Qbox shared items, use the same names. Keep the vault scrap unique / non-stackable. cashroll is registered as useable by the script.
Set police count, rewards, and dispatch in lx-storerobbery/config.lua — see Configuration.