installation
Prerequisites
Before installing ControlPaneel V3, make sure you have:
- A running FiveM server (latest recommended artifacts)
- The BRABO-Sirens resource installed (contains the audio banks)
- The
baseeventsresource started (used for vehicle enter/leave detection)
- 1
Step 1 - Download & Extract
- Download the latest release of
controlPanelV3from the BRABO Customs store. - Extract the resource folder into your server's
resourcesdirectory.
resources/[BRABO-Controlpaneel-V3] ├── BRABO-Sirens/ ├── BRABO-ControlPaneel-V3/ │ ├── client/ │ ├── server/ │ ├── shared/ │ ├── html/ │ └── fxmanifest.lua ├── BRABO-ControlPaneel-V3-DB/ ├── BRABO-VisualSettings/ - Download the latest release of
- 2
Step 2 - Install BRABO-Sirens
The siren audio is handled by a separate resource called BRABO-Sirens. This resource contains the DLC audio banks that the control panel uses to play siren, horn, and dual siren sounds.
- Place the
BRABO-Sirensfolder in yourresourcesdirectory. - Make sure it starts before the control panel in your
server.cfg.
- Place the
- 3
Step 3 - Configure server.cfg
Add the following lines to your
server.cfg:ensure baseevents ensure [BRABO-Controlpaneel-V3]Start order matters.
BRABO-Sirensmust start beforecontrolPanelV3so the audio banks are loaded when the control panel initializes.If you start the resources as the provided resource group (
[BRABO-Controlpaneel-V3]), this start order is handled automatically - 4
Step 4 - Add Vehicle Configs
Without vehicle configuration files, no vehicles will be recognized by the control panel. See Vehicle Configuration to create your first config.
Vehicle configs are placed in the
configs/folder inside the resource, each named after the vehicle's spawn name:configs/ ├── politie1.config.lua ├── ambulance1.config.lua ├── brandweer1.config.lua └── ... - 5
Step 5 - Verify
- Start your server and join.
- Spawn an emergency vehicle (class 18) that has a configuration file.
- Enter the vehicle - the control panel should appear on screen.
- Press NUMPAD 7 to toggle blue lights.
If the control panel appears and blue lights toggle, you're all set! Proceed to Quick Start Guide for a walkthrough of all features.
Having issues? Check the Troubleshooting page or reach out to BRABO support.