Picture of the authoredeverce

Bodycam & Dashcam

A bodycam and dashcam script for FiveM, providing immersive video and recording features for law enforcement roleplay.

Installation

Download the Script

Download Bodycam & Dashcam (ed_bodycamdashcam) using keymaster.

Download the Dependencies

Download the latest ox_lib GitHub.

Server.cfg Configuration

Add the following lines to your server.cfg to ensure the required resources are loaded:

server.cfg
ensure ox_lib
ensure ed_bodycamdashcam

Make sure ox_lib is started before ed_bodycamdashcam.

Configuration

Ace Permission Setup

Available Ace Permissions

PermissionDescription
DashcamSetupAllows user to set up dashcam positions using the in-game setup command (/dashcamsetup).

Example Usage

server.cfg
add_ace group.admin "DashcamSetup" allow

Usage

Bodycam

  • Officers can toggle their bodycam overlay using the /bodycam command.
  • The bodycam prop can be configured via the client config.
  • Recording requires the Fivemanage service to upload the bodycam footage.

Dashcam

  • Use the /dashcamsetup command in-game to set up dashcam positions for vehicles. This command requires the DashcamSetup ace permission.

Guides

Troubleshooting

  • Ensure ox_lib is installed and started before ed_bodycamdashcam.
  • Make sure you have the correct ace permissions for dashcam setup.