Baspel DJ
Script Preview
Installation Guide
Follow these steps:
First you need xSound from Xogos
Be sure you ensure xsound and ox_lib before script
Optional ox_target, you dont need it if you dont want
Download script from my github
Place the script to your resource folder
Write the script into your server.cfg: ensure dj_baspel
You can add more locations in config
Set things in config by yourself
Enjoy the script 🎉
How to add locations
Add more locations in config file
Config.Locations = { { onlyJob = true, -- If false then everyone can access the location job = 'vanilla', -- if onJob true, you have to write the name of that job here like 'vanilla' name = 'Vanilla', -- Name of zone coords = vec3(120.5638, -1280.9021, 29.4805), -- Coordinates where menu will appear if you are nearby radius = 30, -- Playing music distance (radius) distance = 2.5, -- Menu appear distance isPlaying = false -- Dont touch this!!!! } }
Last updated