13 lines
359 B
Lua
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
|
||
|
}
|
||
|
}
|