Items
🎥 Bodycam Items
Add the following items to your inventory system to enable the Police Bodycam and Bodycam Dashboard features.
📦 ox_inventory
ox_inventory/data/items.lua
['body_cam'] = {
label = 'Polis Bodycam',
weight = 1000,
client = {
image = 'bodycam.png' ,
export = 'frkn-bodycam.bodyCam'
},
},
['bodycam_dashboard'] = {
label = 'Polis Bodycam Dashboard',
weight = 1000,
client = {
image = 'bodycam_dashboard.png' ,
export = 'frkn-bodycam.bodycam_dashboard'
},
},📦 qb-core
qb-core/shared/items.lua
Last updated