requirements
Server Requirements
- FiveM Server - Latest recommended artifacts
- OneSync - Enabled (required for StateBag synchronization)
- Game Build - Any standard build supporting vehicle class 18 (emergency)
Required Resources
| Resource | Purpose | Start Order |
|---|---|---|
baseevents | Vehicle enter/leave detection events | Before [BRABO-Controlpaneel-V3] |
Vehicle Requirements
For a vehicle to be recognized by the control panel, it must meet all of the following criteria:
- 1
Vehicle Class 18
Vehicle Class 18 - The vehicle must be classified as an emergency vehicle in its
vehicles.meta(<vehicleClass>VC_EMERGENCY</vehicleClass>). - 2
Config file present
Config file present - A matching configuration file must exist in the
configs/folder. - 3
Correct seat
Correct seat - The player must be sitting in a seat that has permissions configured (driver or front passenger by default).
If a vehicle is class 18 but has no config file, the control panel will not appear. If the vehicle has a config file but is not class 18, it will also not work.
Client Requirements
No additional client-side installations are needed. The NUI interface and all keybinds are handled automatically when the resource starts.