Aller au contenu
BRABO CustomsBRABO CUSTOMS

Troubleshooting

Control Panel Doesn't Appear+

Symptoms: You enter an emergency vehicle but no UI shows up.

Possible causes:

CauseSolution
Vehicle is not class 18Check vehicles.meta must be VC_EMERGENCY
No config file for this vehicleCreate a config in the configs/ folder matching the spawn name
Config file has wrong spawn nameThe backtick spawn name in the config must exactly match the vehicle's spawn name
Resource not startedEnsure controlPanelV3 is in your server.cfg
Sitting in wrong seatCheck Config.SeatPermissions , by default only driver (-1) and front passenger (0) are configured

Debug: Use /debugConfig while in the vehicle to print the model hash and loaded config to the F8 console.

No Siren Sound+

Symptoms: The siren button toggles in the UI but no sound plays.

Possible causes:

CauseSolution
BRABO-Sirens not startedEnsure BRABO-Sirens starts before controlPanelV3 in server.cfg
Audio bank not loadedCheck F8 console for audio bank errors
Invalid siren preset nameVerify the sirene value in your config matches a key in sirenes.lua
Siren set to 'geen'This disables the siren intentionally
Sirens Not Syncing to Other Players+

Symptoms: You hear the siren but other players don't.

Possible causes:

CauseSolution
OneSync not enabledStateBag sync requires OneSync
Players too far awaySync range is 500 meters for sirens
Network ID issuesThe vehicle may not have a valid network ID, try respawning it
Extras Don't Toggle+

Symptoms: You press a button but no visual change on the vehicle.

Possible causes:

CauseSolution
Wrong extra IDs in configUse a trainer to manually check which extra numbers correspond to which visual elements
Extras don't exist on the modelThe extra must be defined in the vehicle's model (ZModeler)
SetVehicleAutoRepairDisabled conflictAnother script may be interfering with vehicle extras
Horn Doesn't Work+

Symptoms: Pressing the horn key does nothing or plays the default GTA horn.

Possible causes:

CauseSolution
No horn handler for this siren typeCheck Sirenes.HornHandler in sirenes.lua , every siren type needs a horn entry
switchWithHornKey confusionWith this enabled, a quick tap switches siren tone instead of honking. Hold longer for the horn.
Not in driver seatHorn animation and control only works from the driver seat
UI Position Doesn't Save+

Symptoms: You move the panel but it resets after reconnecting.

Possible causes:

CauseSolution
KVP storage issueTry /CP-reset and then reposition
Cache clearedFiveM's NUI storage may have been cleared
Error in F8 Console+

Sirenes is nil on client

The shared sirenes.lua file is not being loaded. Check your fxmanifest.lua to ensure the shared files are listed.

Sirenes.SireneHandler is nil

Same as above, the sirenes file loaded but the handler table is missing. Verify the file isn't being overwritten by another resource.