Installation
Install all resource dependencies
⚠️
Make sure you have the latest versions installed of the resources listed below!
- qbx_core, qb-core, ox_core, es_extended or ND_Core
- ox_inventory
- ox_lib
- ox_target, interact or sleepless_interact
- skillchecks (optional)
Resource start order
⚠️
It is very important for your resources to start in a correct order to prevent errors from missing dependencies.
ensure ox_lib
ensure framework
ensure ox_target
ensure ox_inventory
ensure peak_military
Onesync
Set onesync to infinity in txAdmin
Items
Add items to ox_inventory/data/items.lua
['usb_red'] = {
label = 'Red USB',
weight = 100,
stack = true,
close = true,
},
['usb_yellow'] = {
label = 'Yellow USB',
weight = 100,
stack = true,
close = true,
},
Config
Configurate the script to your liking