Page cover image

Baspel DJ

Script Preview

Installation Guide

Follow these steps:

  1. First you need xSound from Xogos

  2. Be sure you ensure xsound and ox_lib before script

  3. Optional ox_target, you dont need it if you dont want

  4. Download script from my github

  5. Place the script to your resource folder

  6. Write the script into your server.cfg: ensure dj_baspel

  7. You can add more locations in config

  8. Set things in config by yourself

  9. Enjoy the script 🎉

How to add locations

  1. 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