Common Issues
No audio is playing
- Make sure
xsoundis installed and started beforecfx_vice_dj. - Check that the URL you entered is a valid YouTube link or a direct HTTPS stream URL.
- Spotify links and plain HTTP streams are not supported.
The interaction prompt doesn't appear
- Make sure
ox_targetis installed and running. - Check that your
coordsinconfig.luamatch the actual in-game position of the booth prop. - Try increasing the
targetRadiusvalue for that booth.
"Not authorised" message
- The booth has a
jobrestriction set. Only players with the matching ESX job can use it. - If your server uses dual jobs, make sure
Config.EnableJob2 = trueis set inconfig.lua.
Volume or distance changes aren't applying
- Volume must be between
Config.VolumeMinandConfig.VolumeMax. - Distance must be between
Config.DistanceMinand the booth'smaxDistance(orConfig.DistanceMaxif not set). - All input is validated server-side against these limits.
Broadcast Range shows as locked
- The booth has
lockDistance = trueset inconfig.lua. The range is fixed and cannot be changed in-game by design. - To allow changes, set
lockDistance = falsefor that booth.
Playlists aren't saving
- Playlist data is stored in JSON files inside the
playlists/subfolder of the resource. Make sure that folder exists and your server has write permissions to it. - Check the server console for any errors with
Config.Debug = true.
tip
Still having issues? Join our Discord and open a support ticket — our team will help you out.