🎛️Installation Items

For Bodycam & Dashcam v2, the following items must be added to the server!


OX Inventory

  • You can add the items by going to ox_inventory/data/items.lua this path and opening the file

['bodycam'] = {
    label = 'Body Cam',
    weight = 20,
    stack = false,
    close = true,
    description = 'A bodycam for recording',
},
['dashcam'] = {
    label = 'Dash Cam',
    weight = 20,
    stack = false,
    close = true,
    description = 'A dashcam for streaming',
},

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


Item pictures

bodycam - picture
dashcam - picture

Last updated