-- Zones for Menues Config = Config or {} Config.UseTarget = GetConvar('UseTarget', 'false') == 'true' -- Use qb-target interactions (don't change this, go to your server.cfg and add `setr UseTarget true` to use this and just that from true to false or the other way around) Config.BossMenus = { ['police'] = { vector3(-1067.90, -836.24, 19.28), }, ['mechanic'] = { vector3(-305.70, -120.90, 39.01), }, ['mechanic2'] = { vector3(-1427.76, -458.33, 35.91), }, ['mechanic3'] = { vector3(542.53, -201.44, 54.49), }, ['mechanic4'] = { vector3(-206.69, -1331.41, 34.89), }, ['illegalmechanic'] = { vector3(886.94, -2099.32, 34.89), }, ['cicekci'] = { vector3(1987.46, 3051.05, 47.22), }, ['cicekci2'] = { vector3(550.43, 2656.41, 42.22), }, ['emlak'] = { vector3(-80.14, -800.42, 243.40), }, ['emlak2'] = { vector3(-1371.35, -464.18, 72.04), }, ['emlak3'] = { vector3(-579.38, -711.47, 116.81), }, ['emlak4'] = { vector3(-1555.19, -576.10, 108.53), }, ['gunshop'] = { vector3(-1555.19, -576.10, 108.53), }, ['gunshop2'] = { vector3(-664.85, -933.60, 21.83), }, ['gunshop3'] = { vector3(-1303.45, -392.16, 36.70), }, ['gunshop4'] = { vector3(254.76, -48.10, 69.94), }, } Config.BossMenuZones = { ['police'] = { { coords = vector3(-1067.90, -836.24, 19.28), length = 1.35, width = 1.45, heading = 351.0, minZ = 17.00, maxZ = 21.73 }, }, ['mechanic'] = { { coords = vector3(-305.70, -120.90, 39.01), length = 1.35, width = 1.45, heading = 351.0, minZ = 37.00, maxZ = 40.73 }, }, ['mechanic2'] = { { coords = vector3(-1427.76, -458.33, 35.91), length = 1.35, width = 1.45, heading = 351.0, minZ = 33.00, maxZ = 37.73 }, }, ['mechanic3'] = { { coords = vector3(542.53, -201.44, 54.49), length = 1.35, width = 1.45, heading = 351.0, minZ = 52.00, maxZ = 56.73 }, }, ['mechanic4'] = { { coords = vector3(-206.69, -1331.41, 34.89), length = 1.35, width = 1.45, heading = 351.0, minZ = 32.00, maxZ = 37.73 }, }, ['illegalmechanic'] = { { coords = vector3(886.94, -2099.32, 34.89), length = 1.35, width = 1.45, heading = 351.0, minZ = 32.00, maxZ = 37.73 }, }, ['cicekci'] = { { coords = vector3(1987.46, 3051.05, 47.22), length = 1.35, width = 1.45, heading = 351.0, minZ = 45.00, maxZ = 49.73 }, }, ['cicekci2'] = { { coords = vector3(550.43, 2656.41, 42.22), length = 1.35, width = 1.45, heading = 351.0, minZ = 40.00, maxZ = 43.73 }, }, ['emlak'] = { { coords = vector3(-80.14, -800.42, 243.40), length = 1.35, width = 1.45, heading = 351.0, minZ = 241.00, maxZ = 245.73 }, }, ['emlak2'] = { { coords = vector3(-1371.35, -464.18, 72.04), length = 1.35, width = 1.45, heading = 351.0, minZ = 70.00, maxZ = 74.73 }, }, ['emlak3'] = { { coords = vector3(-579.38, -711.47, 116.81), length = 1.35, width = 1.45, heading = 351.0, minZ = 114.00, maxZ = 118.73 }, }, ['emlak4'] = { { coords = vector3(-1555.19, -576.10, 108.53), length = 1.35, width = 1.45, heading = 351.0, minZ = 106.00, maxZ = 110.73 }, }, ['gunshop'] = { { coords = vector3(20.25, -1104.67, 29.80), length = 1.35, width = 1.45, heading = 351.0, minZ = 27.00, maxZ = 32.73 }, }, ['gunshop2'] = { { coords = vector3(-664.85, -933.60, 21.83), length = 1.35, width = 1.45, heading = 351.0, minZ = 19.00, maxZ = 23.73 }, }, ['gunshop3'] = { { coords = vector3(-1303.45, -392.16, 36.70), length = 1.35, width = 1.45, heading = 351.0, minZ = 34.00, maxZ = 38.73 }, }, ['gunshop4'] = { { coords = vector3(254.76, -48.10, 69.94), length = 1.35, width = 1.45, heading = 351.0, minZ = 67.00, maxZ = 71.73 }, }, } Config.GangMenus = { ['malikane1'] = { vector3(-165.19, 920.79, 240.5), }, } Config.GangMenuZones = { ['malikane1'] = { { coords = vector3(-165.19, 920.79, 240.5), length = 0.6, width = 1.0, heading = 25.0, minZ = 238.943, maxZ = 241.74 }, }, }