DJ Sistemi
Last updated
Last updated
Config = {}
Config.BoothPerms = {
["god"] = true,
["admin"] = true,
}
Config.Booths = {
['unicorn'] = {
['radius'] = 40,
['coords'] = vector3(120.55, -1281.63, 29.48),
['playing'] = false,
['job'] = "unicorn",
},
['bahamamas'] = {
['radius'] = 40,
['coords'] = vector3(-1382.69, -614.82, 31.60),
['playing'] = false,
['job'] = "bahamamas",
},
['tequilala'] = {
['radius'] = 40,
['coords'] = vector3(-552.26, 284.31, 82.84),
['playing'] = false,
['job'] = "tequilala",
},
['bellevue'] = {
['radius'] = 40,
['coords'] = vector3(-2967.66, -9.89, 9.15),
['playing'] = false,
['job'] = "dj",
},
}