Skip to content

Installation & Dependencies

Put these folders in your server resources directory. Keep the folder names exactly as shown:

  • lx-computer
  • lx-storerobbery
ensure ox_lib
ensure lx-computer
ensure lx-storerobbery

Start lx-computer before lx-storerobbery.

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.

['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.