FAQ
Does it support direct YouTube video or audio links?
No. FiveM doesn’t support streaming media from YouTube, so direct YouTube URLs won’t play. Use a hosted file from a CDN like Fivemanage, Catbox, or Cloudflare R2 instead, or drop the file locally into the resource.
What audio formats are supported?
Direct audio files only: .mp3, .wav, .ogg, .m4a, .aac, .flac, .opus. Anything else won’t play.
What background formats work?
.mp4, .webm, .png, .jpg. Anything else won’t load.
Can I rename the resource folder?
Yes. Rename it to whatever you want, then make sure the name in your ensure line in server.cfg matches.
Where do local files go?
It depends on what you’re adding:
- Backgrounds:
web/build/backgrounds/ - Images and icons:
web/build/images/ - Music:
web/public/music/
Reference them in config.lua with a relative path like './backgrounds/myfile.mp4'.
Can I edit the source code?
The resource is escrow protected, so the source is locked. config.lua is escrow-ignored though, so you can edit anything in there. If you need a custom feature that the config doesn’t cover, ping us in Discord and we’ll usually expose an option for it.
How many tracks, team members, or buttons can I add?
There’s no hard limit. The UI scrolls automatically if the list gets long.
My background or music isn’t loading. What’s wrong?
Usually one of these:
- The URL isn’t a direct file link. Open it in a browser. It should immediately download or play, not show a webpage.
- The format isn’t supported (check the lists above).
- The file is on a host that blocks hotlinking or needs auth.
Need help with something else?
Hop into our Discord and we’ll help you out.