Scripts/resources/[qb]/[qb_jobs]/qb-djbooth/config.lua

13 lines
359 B
Lua
Raw Normal View History

2024-12-29 20:06:22 +00:00
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
}
}