Use this page to quickly find answers to common questions and fixes. If something is missing, reach out on our Discord server.
I found a bug — what should I do?
I found a bug — what should I do?
Please post a detailed bug report in our Discord channel #errors. Include steps to reproduce, screenshots, and the FiveM server console output if possible. We’ll try to fix it as soon as we can.
Do I have to import an SQL file?
Do I have to import an SQL file?
No. RoadCarRadio creates every table it needs on start and prints:That applies to updates as well — new tables and new columns are added automatically.
roadcarradio.sql is still shipped if you prefer to import the schema by hand, but you never need to.If you don’t see that line, check the console for [RoadCarRadio] Database: warnings — they name the table that failed.I'm coming from RoadCarPlay — what changes?
I'm coming from RoadCarPlay — what changes?
The resource folder, the items and the exports were all renamed. If another script on your server talks to it, it needs updating:
Your installed vehicles migrate themselves. On the first start the old
roadshop_carplay_cars table is copied over and renamed to roadshop_carplay_cars_migrated. Nothing to do by hand.Full migration table
Including commands and config keys
How do I give myself or others permission to approve music?
How do I give myself or others permission to approve music?
Songs that players submit through the Music app have to be approved before they land in the library. The approval permission is handed out with
/carmusic-verify:- The command toggles: no permission → grants it, already has it → revokes it
PLAYERIDis the server ID of the player (visible in the player list / txAdmin)- Only administrators can run the command
server.cfg
All Commands
Full command reference for RoadCarRadio
My Music Library is empty — what do I do?
My Music Library is empty — what do I do?
A fresh library only fills up once songs have been submitted and approved. Work through this checklist:
1
Add songs through the Music app
Players submit songs directly in the app. They land in the pending queue first, not in the library.
2
Approve the pending songs
Someone with the music approval permission (see above) has to approve them. Once approved, they show up in the library for everyone.
I don't hear music in the Music app
I don't hear music in the Music app
Checklist
- Confirm
Config.AudioLibrarymatches what you actually run —'xsound'or'mxsurround' - Clear your client cache
- Check that GTA music is turned on
- Verify your Windows volume mixer isn’t at 0% (this is independent of FiveM)
- Music is positional: you have to be near the vehicle.
Config.DefaultMusicRangecontrols how near
The rear camera keeps popping up while I manoeuvre
The rear camera keeps popping up while I manoeuvre
It waits for continuous reversing before it opens, so a quick tap of S does not trigger it. If it still feels twitchy, raise the delay:Set it to
config.lua
0 to switch instantly, or turn the automatic off entirely with autoWhenReversing = false — the keybind still works.The rear camera doesn't open at all
The rear camera doesn't open at all
Switch on diagnostics and let the resource tell you why:Then get into the vehicle and run
config.lua
/rearcamdebug. It prints to your own F8 console which condition is blocking — vehicle type, driver seat, install status or first person.Reading the output
What each line means
How can I disable apps?
How can I disable apps?
Open
/public/static/config/config.json, find AppStore, and remove the block for the app(s) you want gone. The home screen grid re-flows on its own.The same file is where you rename apps and swap their icons — nothing in the app list is hard-coded.Can I change the wallpaper?
Can I change the wallpaper?
Every vehicle keeps its own background, stored per licence plate. In Settings → Wallpaper a player can either pick an included image, paste a link to their own, or build a gradient in the editor — linear, radial or conic, with up to eight colour stops.To ship your own images, drop them into
public/img/backgrounds/ and add them to backgrounds in public/static/config/config.json.Players are playing games while driving
Players are playing games while driving
They are not — every game locks itself as soon as the vehicle moves, and only unlocks once it stops. Coming back from a lock goes to a paused state rather than straight back into play, so nothing starts moving on screen while the driver is still looking at the road.
Still stuck?
Installation
Requirements, setup and every config option
Common Issues
Problems that affect all RoadShop resources