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 = 'Bodycam for Police',
    weight = 1000,
    client = { image = 'bodycam.png' },
},

['bodycam_dashboard'] = {
    label = 'Police Bodycam Dashboard',
    weight = 1000,
    client = { image = 'bodycam_dashboard.png' },
},

📦 qb-core

qb-core/shared/items.lua

Last updated