print("^2Jim^7-^2DJBooth ^7v^41^7.^43^7.^42 ^2by ^1Jimathy^7") Config = { Lan = "en", Debug = false, -- Set to true to show target locations Core = "qb-core", Menu = "qb", Notify = "qb", Locations = { { -- İskele DJ Booth job = "iskelebar", -- Set this to required job role enableBooth = false, -- option to disable rather than deleting code DefaultVolume = 0.1, -- 0.01 is lowest, 1.0 is max radius = 30, -- The radius of the sound from the booth coords = vec3(-1836.15, -1184.45, 13.59), -- Where the booth is located }, { -- LostMC compound next to Casino job = "mclub", enableBooth = true, DefaultVolume = 0.1, radius = 20, coords = vec3(983.14, -133.17, 79.59), }, { -- Bahama Mama's job = "bahama", enableBooth = true, DefaultVolume = 0.1, radius = 20, coords = vec3(-1391.15, -605.01, 31.52), soundLoc = vec3(-1392.29, -599.44, 30.21), }, { -- Çakır Düğün job = "bahama", enableBooth = true, DefaultVolume = 0.1, radius = 20, coords = vec3(-2847.8, 1417.53, 101.17), soundLoc = vec3(-2859.56, 1412.75, 100.17), }, { -- TequiLaLa job = "teuqila", enableBooth = true, DefaultVolume = 0.1, radius = 20, coords = vec3(-552.4309, 284.3550, 82.8231), soundLoc = vec3(-552.4309, 284.3550, 82.8231), }, { -- Lux job = "luxclub", enableBooth = true, DefaultVolume = 0.1, radius = 20, coords = vec3(-303.06, 218.05, 79.49), soundLoc = vec3(-304.92, 227.48, 77.94), }, { -- Göl Bar job = "golbar", enableBooth = true, DefaultVolume = 0.1, radius = 20, coords = vec3(-480.22, 4455.81, 33.38), soundLoc = vec3(-478.31, 4448.68, 33.38), }, { -- Bellevue job = "bellevue", enableBooth = true, DefaultVolume = 0.1, radius = 20, coords = vec3(-3010.04, 59.53, 12.6), }, }, } Loc = {}