--[[ ['Innocence'] = { settings = { label = 'Bennys Motorworks', -- Text label for anything that wants it welcomeLabel = "Welcome to Benny's Motorworks!", -- Welcome label in the UI enabled = true, -- If the location can be used at all }, blip = { label = 'Bennys Motorworks', coords = vector3(-205.6992, -1312.7377, 31.1588), sprite = 446, scale = 0.65, color = 0, display = 4, enabled = true, }, categories = { -- Only include the categories you want. A category not listed defaults to FALSE. mods = true, -- Performance Mods repair = true, armor = true, respray = true, liveries = true, wheels = true, tint = true, plate = true, extras = true, neons = true, xenons = true, horn = true, turbo = true, cosmetics = true, -- Cosmetic Mods }, drawtextui = { text = "Bennys Motorworks", }, restrictions = { -- A person must pass ALL the restriction checks. Remove an item below to automatically pass that check. job = "any", -- Allowed job. Can be an array of strings for multiple jobs. Any for all jobs gang = "any", -- Allowed gang. Can be an array of strings for multiple gangs. Any for all gangs allowedClasses = {}, -- Array of allowed classes. Empty will allow any but denied classes. allowedClasses = {}, -- Array of denied classes. }, zones = { { coords = vector3(-212.55, -1320.56, 31.0), length = 6.0, width = 4.0, heading = 270.0, minZ = 29.88, maxZ = 33.48 }, { coords = vector3(-222.47, -1329.73, 31.0), length = 6.0, width = 4.4, heading = 270.0, minZ = 29.88, maxZ = 33.48 }, } }, Vehicle Classes: 0: Compacts 1: Sedans 2: SUVs 3: Coupes 4: Muscle 5: Sports Classics 6: Sports 7: Super 8: Motorcycles 9: Off-road 10: Industrial 11: Utility 12: Vans 13: Cycles 14: Boats 15: Helicopters 16: Planes 17: Service 18: Emergency 19: Military 20: Commercial 21: Trains ]] Config = Config or {} Config.Locations = { ['LSPD'] = { settings = { label = 'LSPD Motorworks', welcomeLabel = "Welcome to LSPD Motorworks!", enabled = true, }, categories = { mods = true, turbo = true, repair = true, respray = true, liveries = true, wheels = true, tint = true, plate = true, extras = true, neons = true, xenons = true, horn = true, cosmetics = true, }, drawtextui = { text = "LSPD Motorworks", }, restrictions = { job = { 'police' }, allowedClasses = { 18 }, }, zones = { { coords = vector3(452.16, -976.80, 25.70), length = 9.0, width = 4.0, heading = 88.65, minZ = 23.5, maxZ = 27.5 }, { coords = vector3(435.84, -976.04, 25.70), length = 9.0, width = 4.0, heading = 89.75, minZ = 23.5, maxZ = 27.5 } } }, ['SASP'] = { settings = { label = 'SASP Motorworks', welcomeLabel = "Welcome to SASP Motorworks!", enabled = true, }, categories = { mods = true, turbo = true, repair = true, respray = true, liveries = true, wheels = true, tint = true, plate = true, extras = true, neons = true, xenons = true, horn = true, cosmetics = true, }, drawtextui = { text = "SASP Motorworks", }, restrictions = { job = { 'sasp' }, allowedClasses = { 18 }, }, zones = { { coords = vector3(870.99, -1350.22, 26.31), length = 9.0, width = 4.0, heading = 88.98, minZ = 25.5, maxZ = 28.5 } } }, ['EMS'] = { settings = { label = 'EMS Motorworks', welcomeLabel = "Welcome to EMS Motorworks!", enabled = true, }, categories = { mods = true, turbo = true, repair = true, respray = true, liveries = true, wheels = true, tint = true, plate = true, extras = true, neons = true, xenons = true, horn = true, cosmetics = true, }, drawtextui = { text = "EMS Motorworks", }, restrictions = { job = { 'ambulance' }, allowedClasses = { 18 }, }, zones = { { coords = vector3(-851.62, -1223.66, 6.53), length = 9.0, width = 4.0, heading = 316.89, minZ = 5.8, maxZ = 8.50 }, { coords = vector3(-848.04, -1226.50, 6.74), length = 9.0, width = 4.0, heading = 319.71, minZ = 5.8, maxZ = 8.50 } } }, ['LSSD'] = { settings = { label = 'LSSD Motorworks', welcomeLabel = "Welcome to LSSD Motorworks!", enabled = true, }, categories = { mods = true, turbo = true, repair = true, respray = true, liveries = true, wheels = true, tint = true, plate = true, extras = true, neons = true, xenons = true, horn = true, cosmetics = true, }, drawtextui = { text = "LSSD Motorworks", }, restrictions = { job = { 'sheriff' }, allowedClasses = { 18 }, }, zones = { { coords = vector3(1806.32, 3682.32, 34.16), length = 9.0, width = 4.0, heading = 300.00, minZ = 32.5, maxZ = 35.5 }, { coords = vector3(1808.03, 3679.29, 34.19), length = 9.0, width = 4.0, heading = 292.00, minZ = 32.5, maxZ = 35.5 }, { coords = vector3(1809.83, 3675.70, 34.19), length = 9.0, width = 4.0, heading = 298.00, minZ = 32.5, maxZ = 35.5 }, } }, -- ['lostmc'] = { -- settings = { -- label = 'Lost MC', -- welcomeLabel = "Welcome to Lost MC!", -- enabled = true, -- }, -- blip = { -- label = 'Lost MC', -- coords = vector3(-336.20, -127.16, 39.01), -- sprite = 446, -- scale = 0.7, -- color = 2, -- display = 4, -- enabled = false, -- }, -- categories = { -- mods = true, -- turbo = true, -- repair = true, -- respray = true, -- liveries = true, -- wheels = true, -- tint = true, -- plate = true, -- extras = true, -- neons = true, -- xenons = true, -- horn = true, -- cosmetics = true, -- }, -- drawtextui = { -- text = "Lost MC" -- }, -- restrictions = { -- gang = "lostmc", -- allowedClasses = { 8 }, -- Array of allowed classes. Empty will allow any but denied classes. -- }, -- zones = { -- { coords = vector3(2521.29, 4119.12, 38.68), length = 4.7, width = 2.1, heading = 66.80, minZ = 36.5, maxZ = 40.5 }, -- { coords = vector3(2519.92, 4116.46, 38.68), length = 4.4, width = 2.1, heading = 61.93, minZ = 36.5, maxZ = 40.5 }, -- { coords = vector3(2518.51, 4113.71, 38.68), length = 4.4, width = 2.1, heading = 65.01, minZ = 36.5, maxZ = 40.5 }, -- } -- }, ['mechanic'] = { settings = { label = 'Kiralık Mekanik 1', welcomeLabel = "Welcome to Mekanik 1!", enabled = true, }, blip = { label = 'Kiralık Mekanik 1', coords = vector3(-336.20, -127.16, 39.01), sprite = 446, scale = 0.7, color = 2, display = 4, enabled = true, }, categories = { mods = true, turbo = true, repair = true, respray = true, liveries = true, wheels = true, tint = true, plate = true, extras = true, neons = true, xenons = true, horn = true, cosmetics = true, }, drawtextui = { text = "Kiralık Mekanik 1" }, restrictions = { job = { 'mechanic' } }, zones = { { coords = vector3(-322.98, -132.25, 38.96), length = 9.4, width = 4.2, heading = 68.36, minZ = 36.5, maxZ = 39.5 }, { coords = vector3(-320.78, -126.13, 38.97), length = 8.8, width = 4.2, heading = 69.38, minZ = 36.5, maxZ = 39.5 }, { coords = vector3(-318.55, -120.02, 39.01), length = 8.8, width = 4.2, heading = 69.92, minZ = 36.5, maxZ = 39.5 }, } }, ['mechanic2'] = { settings = { label = 'Kiralık Mekanik 2', welcomeLabel = "Welcome to Mekanik 2", enabled = true, }, blip = { label = 'Kiralık Mekanik 2', coords = vector3(-1416.99, -446.17, 35.91), sprite = 446, scale = 0.7, color = 2, display = 4, enabled = true, }, categories = { mods = true, turbo = true, repair = true, respray = true, liveries = true, wheels = true, tint = true, plate = true, extras = true, neons = true, xenons = true, horn = true, cosmetics = true, }, drawtextui = { text = "Kiralık Mekanik 2" }, restrictions = { job = { 'mechanic' } }, zones = { { coords = vector3(-1423.33, -450.08, 35.91), length = 9.4, width = 4.2, heading = 31.36, minZ = 33.5, maxZ = 37.5 }, { coords = vector3(-1416.99, -446.17, 35.91), length = 8.8, width = 4.2, heading = 32.65, minZ = 33.5, maxZ = 37.5 }, { coords = vector3(-1411.16, -442.62, 33.60), length = 8.8, width = 4.2, heading = 32.65, minZ = 33.5, maxZ = 37.5 }, } }, ['mechanic3'] = { settings = { label = 'Kiralık Mekanik 3', welcomeLabel = "Welcome to Mekanik 3!", enabled = true, }, blip = { label = 'Kiralık Mekanik 3', coords = vector3(543.86, -179.23, 54.49), sprite = 446, scale = 0.7, color = 2, display = 4, enabled = true, }, categories = { mods = true, turbo = true, repair = true, respray = true, liveries = true, wheels = true, tint = true, plate = true, extras = true, neons = true, xenons = true, horn = true, cosmetics = true, }, drawtextui = { text = "Kiralık Mekanik 3" }, restrictions = { job = { 'mechanic' } }, zones = { { coords = vector3(544.49, -179.25, 54.49), length = 9.4, width = 4.2, heading = 87.13, minZ = 52.5, maxZ = 56.5 }, { coords = vector3(546.32, -189.49, 54.49), length = 8.8, width = 4.2, heading = 87.48, minZ = 52.5, maxZ = 56.5 }, { coords = vector3(533.89, -184.07, 54.21), length = 8.8, width = 4.2, heading = 85.68, minZ = 52.5, maxZ = 56.5 }, } }, ['mechanic4'] = { settings = { label = 'Kiralık Mekanik 4', welcomeLabel = "Welcome to Mekanik 4!", enabled = true, }, blip = { label = 'Kiralık Mekanik 4', coords = vector3(-212.36, -1327.61, 30.89), sprite = 446, scale = 0.7, color = 2, display = 4, enabled = true, }, categories = { mods = true, turbo = true, repair = true, respray = true, liveries = true, wheels = true, tint = true, plate = true, extras = true, neons = true, xenons = true, horn = true, cosmetics = true, }, drawtextui = { text = "Brotherhood Mekanik" }, restrictions = { job = { 'mechanic' } }, zones = { { coords = vector3(-213.05, -1321.33, 30.89), length = 9.4, width = 4.2, heading = 275.54, minZ = 28.5, maxZ = 32.5 }, { coords = vector3(-222.49, -1330.24, 30.89), length = 8.8, width = 4.2, heading = 271.26, minZ = 28.5, maxZ = 32.5 }, { coords = vector3(-214.12, -1331.03, 30.89), length = 8.8, width = 4.2, heading = 0.80, minZ = 28.5, maxZ = 32.5 }, } }, ['illegalmechanic'] = { settings = { label = 'Kiralık Mekanik', welcomeLabel = "Kiralık Mekanik'e hoşgeldiniz", enabled = true, }, blip = { label = 'Kiralık Mekanik 5', coords = vector3(866.46, -2111.97, 30.43), sprite = 446, scale = 0.7, color = 2, display = 4, enabled = true, }, categories = { mods = true, turbo = true, repair = true, respray = true, liveries = true, wheels = true, tint = true, plate = true, extras = true, neons = true, xenons = true, horn = true, cosmetics = true, }, drawtextui = { text = "İllegal Mekanik" }, restrictions = { job = { 'illegalmechanic' } }, zones = { { coords = vector3(875.90, -2125.17, 29.56), length = 9.4, width = 4.2, heading = 354.59, minZ = 28.5, maxZ = 32.5 }, { coords = vector3(887.27, -2126.09, 29.56), length = 8.8, width = 4.2, heading = 355.02, minZ = 28.5, maxZ = 32.5 }, { coords = vector3(897.87, -2127.01, 29.56), length = 8.8, width = 4.2, heading = 355.02, minZ = 28.5, maxZ = 32.5 }, { coords = vector3(909.24, -2128.31, 29.56), length = 8.8, width = 4.2, heading = 355.78, minZ = 28.5, maxZ = 32.5 }, } } }