JOIN OUR DISCORD! https://discord.gg/9zdQYqP5gc

🎵[ESX] SASA-DJ

DOWLOAD: HERE

PREVIEW: HERE

CONFIG PREVIEW:

Config = {}

-- Locale selection ('en' or 'cs')
Config.Locale = 'cs'

-- Default distance for music to be heard
Config.DefaultRange = 20.0

-- DJ Booth Locations
Config.Zones = {
    ['test'] = {
        label = 'Test DJ',
        coords = vec3(1962.6230, 3034.5093, 47.5760), -- Example coords
        radius = 0.8,
        job = 'testjob', -- Set to nil for public
        defaultVolume = 0.3
    },
}

Last updated