🔩Installation Items
Items needed for Evidence.
You should have read and done the How to set it up page before proceeding with these steps.
OX Inventory
You can add the items by going to ox_inventory/data/items.lua this path and opening the file
['evidence_bag'] = {
label = 'Filled evidence bag',
weight = 100,
stack = false,
},
['empty_evidence_bag'] = {
label = 'Empty evidence bag',
weight = 100,
stack = true,
},
['bullet_case'] = {
label = 'Bullet casing',
weight = 100,
stack = false,
},QB Inventory - QS Inventory
You can add the items by going to shared/items.lua this path and opening the file
ESX Items - SQL Table
Last updated