๐ ๏ธSetup
This is a detailed setup guide for Bodycam & Dashcam. If you have any questions before making a purchase, you can contact us on Discord
Installation
['bodycam'] = { label = 'Radio', weight = 500, stack = false, description = 'A portable body camera used by law enforcement.', client = { event = 'cs:bodycam:useBodyCam', remove = function(total) if total < 1 then TriggerEvent('cs:bodycam:forceStop') end end } }, ['dashcam'] = { label = 'Dash Cam', weight = 500, stack = false, description = 'A vehicle-mounted dashcam used for recording footage.', client = { event = 'cs:bodycam:useDashCam', } },["bodycam"] = { name = "bodycam", label = "Body Cam", weight = 500, type = "item", image = "bodycam.png", unique = true, description = "A portable body camera used by law enforcement." }, ["dashcam"] = { name = "dashcam", label = "Dash Cam", weight = 500, type = "item", image = "dashcam.png", unique = true, description = "A vehicle-mounted dashcam used for recording footage." },INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('bodycam', 'Body Cam', 1, 0, 1), ('dashcam', 'Dash Cam', 1, 0, 1);
Configuration
General Framework Settings
Dashboard Panel & Groups
Using Standalone Mode
BodyCam Settings
DashCam Settings
Recording Settings
Enabling Automatic Recording When Using BodyCam (Item)
Adding a Keybind for Recording
How to Use
Last updated