installation

Prerequisites

Before installing BMT ControlPaneel V3, make sure you have:

  • A running FiveM server (latest recommended artifacts)

  • The BMT-Sirens resource installed (contains the audio banks)

  • The baseevents resource started (used for vehicle enter/leave detection)

1

Step 1 — Download & Extract

  1. Download the latest release of controlPanelV3 from the BMT store or the link provided upon purchase.

  2. Extract the resource folder into your server's resources directory.

resources/
├── [BMT-Sirens]/          ← Audio bank resource
├── [controlPanelV3]/      ← This resource
│   ├── client/
│   ├── server/
│   ├── shared/
│   ├── configs/           ← Vehicle configuration files
│   ├── html/              ← NUI interface
│   └── fxmanifest.lua
2

Step 2 — Install BMT-Sirens

The siren audio is handled by a separate resource called BMT-Sirens. This resource contains the DLC audio banks that the control panel uses to play siren, horn, and dual siren sounds.

  1. Place the BMT-Sirens folder in your resources directory.

  2. Make sure it starts before the control panel in your server.cfg.

3

Step 3 — Configure server.cfg

Add the following lines to your server.cfg:

ensure baseevents
ensure BMT-Sirens
ensure controlPanelV3
circle-exclamation
4

Step 4 — Add Vehicle Configs

Without vehicle configuration files, no vehicles will be recognized by the control panel. See Vehicle Configurationarrow-up-right 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

  1. Start your server and join.

  2. Spawn an emergency vehicle (class 18) that has a configuration file.

  3. Enter the vehicle — the control panel should appear on screen.

  4. Press NUMPAD 7 to toggle blue lights.

circle-check
circle-info

Having issues? Check the Troubleshootingarrow-up-right page or reach out to BMT support.