Skip to main content

Common Issues

No audio is playing

  • Make sure xsound is installed and started before cfx_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_target is installed and running.
  • Check that your coords in config.lua match the actual in-game position of the booth prop.
  • Try increasing the targetRadius value for that booth.

"Not authorised" message

  • The booth has a job restriction set. Only players with the matching ESX job can use it.
  • If your server uses dual jobs, make sure Config.EnableJob2 = true is set in config.lua.

Volume or distance changes aren't applying

  • Volume must be between Config.VolumeMin and Config.VolumeMax.
  • Distance must be between Config.DistanceMin and the booth's maxDistance (or Config.DistanceMax if not set).
  • All input is validated server-side against these limits.

Broadcast Range shows as locked

  • The booth has lockDistance = true set in config.lua. The range is fixed and cannot be changed in-game by design.
  • To allow changes, set lockDistance = false for 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.