Scripts/resources/[qb]/[qb_jobs]/qb-djbooth/config.lua
2024-12-29 21:06:22 +01:00

13 lines
359 B
Lua

Config = {}
Config.DefaultVolume = 0.5 -- Accepted values are 0.01 - 1
Config.Locations = {
['vanilla'] = {
['job'] = 'vanilla', -- Required job to use booth
['radius'] = 30, -- The radius of the sound from the booth
['coords'] = vector3(120.52, -1281.5, 29.48), -- Where the booth is located
['playing'] = false
}
}