Config = Config or {}
Loc = {}
-- //////////////////////////////////////////////////
-- ///////////////// Our Discord ////////////////////
-- //////// https://discord.gg/bJNxYDAm5u ///////////
-- //////////////////////////////////////////////////
Config = {
debug = false, -- Shows polyzones created inside the game
Lan = 'en', -- Language, if you change this, you have to change 'en' in the locales file
Framework = 'qb-core', -- 'qb-core' or 'esx' or 'standalone'
Core = {resource = "qb-core", name = "QBCore", abbrev = "qb"}, -- (QBCore Only) If you arent using qb-core no need to change anything here
EmoteMenu = "dpemotes", -- "dpemotes" or "rpemotes" or "scully" or "cylex", or put "other" if you are using another menu
Inventory = "qb", -- "ox" or "qs" or "qb" or "esx" or "lj" or "ps", if you arent using any of these inventories, put it as "other" and you will need to edit the inventory export function, or open a ticket on discord.
Dispatch = "ps", -- "ps" or "cd" or "qs", if you arent using any of these dispatch systems, put it as "other" and you will need to edit the dispatch export function, or open a ticket on discord.
Target = 'qb-target', -- Target name, leave it as qb-target if you are using ox_target
DiscordLogStatus = false, -- Choose whether u want to turn on discord logs or not, you need to add a webhook below for it to work
-- To add your webhook go to opensource -> server, line 1 and add your webhook there
Cooldown = {
Global = true, -- Global cooldown (Set to false to have individual cooldowns on fleecas, true to have cooldowns on all fleecas when one is robbed)
Timer = 180, -- (Minutes) timer duration
},
AllRobberiesCooldown = false, -- For this to work you need to download projectx-utility from our github
ListLength = 100, -- Length of the employee list that will appear on the board
DisableEmployeePuzzle = false, -- Disable the employee puzzle
MinimumFleecaPolice = 0, -- Minimum police required to rob a fleeca
-- Progression item (Item that can be obtained at the end of the heist, can be used for the next heist)
ItemStatus = false,
ItemChance = 15, -- Chance of item spawning
ItemName = "", -- Item name
BonusItemCount = 1, -- Amount of items that will be given to the player
RequireBag = true, -- Require bag to pickup loot
-- Strike System (Silent = High risk, Higher reward, Loud = No risk, Fixed reward)
TotalTrolleys = 4, -- Total maximum amount of trolleys that could spawn, they spawn depending on the settings below
Strikes = 2, -- How many strikes players have to reach before having their reward cut
StrikeAmount = 2, -- (Silent Approach ONLY) How many trollys will be removed if they reach the strike limit
StrikeLoud = 3, -- (Loud Approach ONLY) How many trollys will spawn (preferably less than TotalTrolleys by 1, to give them insentive to do the loud approach aswell)
-- Skill System
SkillSystem = false, -- If want to use a skill system to initiate the heist set this to true
MinimumLevel = 10, -- Minimum level required to start the heist
ServerSideEvents = true, -- If you use a server sided skill events set this to true, if you use a client sided skill events set this to false
-- Evidence and Stress Systems
Evidence = {
["Status"] = true, -- Choose whether you want to have evidence dropped on the crime scene
["Chance"] = 50, -- Chance of fingerprints on the crime scene
},
Stress = { -- Stress gets applied on minigames failing only
["Status"] = true, -- Choose whether you want to have stress system
["Chance"] = 90, -- Chance of stress on the crime scene
["Amount"] = {min = 1, max = 3}, -- Amount of stress applied
},
DispatchLocation = { -- Choose where the alarm gets triggered, only one should be picked
["KeypadTwo"] = false,
["ElectricBox"] = true,
["Vault"] = false,
},
-- Drawtext and Target options
Drawtext = "OX", -- OLDQB for old qb-drawtext, QB for new qbcore drawtext, OX for ox_lib
DrawTextZoneSize = vec3(0.8, 0.8, 2), -- Size of the drawtext zone
Interaction = { -- true = target, false = drawtext
["Button"] = 38, -- [E] by default
["KeypadOne"] = true,
["Fingerprint"] = true,
["KeypadTwo"] = true,
["Board"] = true,
["Printer"] = true,
["Fusebox"] = true,
["ShelfOne"] = true,
["ShelfTwo"] = true,
["ShelfThree"] = true,
["Search"] = true,
["Vault"] = true,
["JailDoorKeypad"] = true,
["JailDoor"] = true,
["Trolly1"] = true,
["Trolly2"] = true,
["Trolly3"] = true,
["Trolly4"] = true,
},
-- Durations
NotificationDuration = 2500, -- Duration of the displayed notifications
FingerprintDuration = 7500, -- Duration of the fingerprint progressbar
FuseboxDuration = 10000, -- Duration of the fusebox progressbar
ShelfDuration = 5000, -- Duration of the shelf progressbar
KeypadOneDuration = 10000, -- Duration of the keypad progressbar
KeypadTwoDuration = 10000, -- Duration of the keypad progressbar
SearchDuration = 10000, -- Duration of the search progressbar
ElectricBoxDuration = 7500, -- Duration of the electricbox progressbar
PrinterDuration = 7500, -- Duration of the printer progressbar
JailDoorDuration = 5000, -- Duration of the jaildoor progressbar
VaultDuration = 15000, -- Duration of the vault progressbar
JailDoorKeypadDuration = 15000, -- Duration of the jaildoor keypad progressbar
-- animations
FuseboxAnim = "buzz", -- Animation played when interacting with the fusebox
ShelfAnim = "kneel", -- Animation played when interacting with the shelf
ElectricBoxAnim = "buzz", -- Animation played when interacting with the electric box
SearchOneAnim = "mechanic3", -- (Lower locker) Animation played when interacting with the search
SearchTwoAnim = "mechanic3", -- (Top locker) Animation played when interacting with the search
SearchThreeAnim = "kneel", -- (Bag) Animation played when interacting with the search
PrinterAnim = "atm", -- Animation played when interacting with the printer
JailDoorAnim = "keyfob", -- Animation played when interacting with the jail door
MiniVaultAnim = "keyfob", -- Animation played when interacting with the mini vault
}
Config.Inputs = { -- All the ox_lib Input texts
["SecretCombination"] = {Title = 'Hidden Password', Label = 'Password', Description = 'Enter the login password', Icon = 'fas fa-lock'},
}
Config.Items ={
["Device"] = "x_device",
["Pliers"] = "pliers",
["Pictures"] = "employeepictures",
["Bag"] = "bag",
["Keys"] = "fleeca_key",
["Keycard"] = "fleecacard",
["Laptop"] = "x_laptop",
}
Config.ItemsBreak = {
["Device"] = 0, -- % chance of breaking
["Pliers"] = 0, -- % chance of breaking
["Laptop"] = 0, -- % chance of breaking
}
Config.Fleecas = {
["RockfordHills"] = {
["Reset"] = 120, -- (Minutes) Resets the bank
["AlarmCoords"] = vector3(-1218.73, -329.83, 40.09),
["KeypadOneCoords"] = vector3(-1215.25, -335.51, 38.08),
["KeypadOneHeading"] = 299.0,
["KeypadTwoCoords"] = vector3(-1214.03, -337.89, 38.08),
["KeypadTwoHeading"] = 299.0,
["KeypadThreeCoords"] = vector3(-1209.31, -335.85, 38.08),
["KeypadThreeHeading"] = 206.10,
["OnCooldown"] = false,
["DrawTextRotation"] = -60.0, -- Rotation of the drawtext
Interactions = {
["RockfordHillsFusebox"] = {
name = "RockfordHillsFusebox",
label = "Cut wires", -- Text that appears when you target
coords = vector3(-1217.27, -332.98, 42.13), -- Circle Zone Coords
drawtext = vector3(-1216.89, -332.87, 42.12),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.5, -- Circle Zone size
},
["RockfordHillsFingerprint"] = {
name = "RockfordHillsFingerprint",
label = "Fake Fingerprint", -- Text that appears when you target
coords = vector3(-1215.25, -335.51, 38.08), -- Circle Zone Coords
drawtext = vector3(-1215.48, -335.59, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-fingerprint", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsKeypadOne"] = {
name = "RockfordHillsKeypadOne",
label = "Disable Keypad", -- Text that appears when you target
coords = vector3(-1215.25, -335.51, 38.08), -- Circle Zone Coords
drawtext = vector3(-1215.48, -335.59, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsKeypadTwo"] = {
name = "RockfordHillsKeypadTwo",
label = "Enter Keyword", -- Text that appears when you target
coords = vector3(-1214.03, -337.89, 38.08), -- Circle Zone Coords
drawtext = vector3(-1214.31, -338.05, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsPrinter"] = {
name = "RockfordHillsPrinter",
label = "Print out pictures", -- Text that appears when you target
coords = vector3(-1208.91, -331.09, 37.77), -- Circle Zone Coords
drawtext = vector3(-1209.30, -331.29, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-print", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsBoard"] = {
name = "RockfordHillsBoard",
label = "Employee list", -- Text that appears when you target
coords = vector3(-1213.77, -334.45, 38.37), -- Circle Zone Coords
drawtext = vector3(-1213.9, -334.2, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-paperclip", -- Icon
size = 0.5, -- Circle Zone size
},
["RockfordHillsShelfOne"] = {
name = "RockfordHillsShelfOne",
label = "Search through papers", -- Text that appears when you target
coords = vector3(-1209.79, -332.66, 37.78), -- Circle Zone Coords
drawtext = vector3(-1209.97, -332.23, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsShelfTwo"] = {
name = "RockfordHillsShelfTwo",
label = "Search through papers", -- Text that appears when you target
coords = vector3(-1211.09, -333.26, 37.78), -- Circle Zone Coords
drawtext = vector3(-1211.3, -332.98, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsShelfThree"] = {
name = "RockfordHillsShelfThree",
label = "Search through papers", -- Text that appears when you target
coords = vector3(-1212.0, -333.68, 37.78), -- Circle Zone Coords
drawtext = vector3(-1212.27, -333.49, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsSearch"] = {
name = "RockfordHillsSearch",
label = "Crack", -- Text that appears when you target
coords = vector3(145.40, -1045.85, 29.37), -- Circle Zone Coords
drawtext = vector3(145.49, -1045.57, 29.37),
vaultOpen = 290.0, -- (Don't touch this) Heading of the vault when it is open
vaultClosed = 160.0, -- (Don't touch this) Heading of the vault when it is closed
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-vault", -- Icon
size = 0.4, -- Circle Zone size
},
["RockfordHillsElectricBox"] = {
name = "RockfordHillsElectricBox",
label = "Cut wires", -- Text that appears when you target
coords = vector3(-1214.5, -335.94, 37.98), -- Circle Zone Coords
drawtext = vector3(-1214.3, -335.99, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsVault"] = {
name = "RockfordHillsVault",
label = "Unlock Vault", -- Text that appears when you target
coords = vector3(-1210.31, -336.39, 38.21), -- Circle Zone Coords
drawtext = vector3(-1210.70, -336.52, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
VaultOpenHeading = 188.86373901367, -- (Don't touch this) Heading of the vault when it is open
VaultCloseHeading = 296.86373901367, -- (Don't touch this) Heading of the vault when it is closed
VaultCoords = vector3(-1211.261, -334.5596, 37.91989), -- (Don't touch this) Coords of the vault
},
["RockfordHillsJailDoorKeypad"] = {
name = "RockfordHillsJailDoorKeypad",
label = "Scan employee pictures", -- Text that appears when you target
coords = vector3(-1209.31, -335.85, 38.08), -- Circle Zone Coords
drawtext = vector3(-1209.55, -335.33, 37.76),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsJailDoor"] = {
name = "RockfordHillsJailDoor",
label = "Unlock", -- Text that appears when you target
coords = vector3(-1208.62, -335.57, 37.98), -- Circle Zone Coords
drawtext = vector3(-1208.7, -335.31, 37.78),
distance = 1.0, -- How far will you be able to interact with it
icon = "fab fa-keycdn", -- Icon
size = 0.3, -- Circle Zone size
},
["RockfordHillsTrolly1"] = {
name = "RockfordHillsTrolly1",
coords = vector3(-1208.92, -333.35, 37.76), -- Circle Zone Coords
drawtext = vector3(-1208.63, -333.89, 37.76),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["RockfordHillsTrolly2"] = {
name = "RockfordHillsTrolly2",
coords = vector3(-1209.22, -337.06, 37.76), -- Circle Zone Coords
drawtext = vector3(-1208.88, -336.84, 37.76),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["RockfordHillsTrolly3"] = {
name = "RockfordHillsTrolly3",
coords = vector3(-1206.28, -335.39, 37.76), -- Circle Zone Coords
drawtext = vector3(-1206.72, -335.66, 37.76),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["RockfordHillsTrolly4"] = {
name = "RockfordHillsTrolly4",
coords = vector3(-1207.85, -339.24, 37.76), -- Circle Zone Coords
drawtext = vector3(-1207.96, -338.97, 37.76),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
},
["Zone"] = {vector3(-1211.42, -315.51, 37.74), vector3(-1228.35, -323.95, 37.74), vector3(-1216.77, -346.8, 37.74), vector3(-1200.45, -336.72, 37.74)},
},
["Legion"] = {
["Reset"] = 120, -- (Minutes) Resets the bank
["AlarmCoords"] = vector3(148.76, -1036.29, 32.14),
["KeypadOneCoords"] = vector3(144.63, -1042.04, 29.67),
["KeypadOneHeading"] = 249.8,
["KeypadTwoCoords"] = vector3(143.7, -1044.62, 29.67),
["KeypadTwoHeading"] = 249.8,
["KeypadThreeCoords"] = vector3(148.47, -1046.70, 29.67),
["KeypadThreeHeading"] = 159.04,
["OnCooldown"] = false,
["DrawTextRotation"] = -110.0, -- Rotation of the drawtext
Interactions = {
["LegionFusebox"] = {
name = "LegionFusebox",
label = "Cut wires", -- Text that appears when you target
coords = vector3(135.64, -1046.56, 29.84), -- Circle Zone Coords
drawtext = vector3(135.41, -1046.76, 29.33),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.5, -- Circle Zone size
},
["LegionFingerprint"] = {
name = "LegionFingerprint",
label = "Fake Fingerprint", -- Text that appears when you target
coords = vector3(144.63, -1042.04, 29.67), -- Circle Zone Coords
drawtext = vector3(144.38, -1041.94, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-fingerprint", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionKeypadOne"] = {
name = "LegionKeypadOne",
label = "Disable Keypad", -- Text that appears when you target
coords = vector3(144.63, -1042.04, 29.67), -- Circle Zone Coords
drawtext = vector3(144.38, -1041.94, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionKeypadTwo"] = {
name = "LegionKeypadTwo",
label = "Enter Keyword", -- Text that appears when you target
coords = vector3(143.7, -1044.62, 29.67), -- Circle Zone Coords
drawtext = vector3(143.43, -1044.46, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionPrinter"] = {
name = "LegionPrinter",
label = "Print out pictures", -- Text that appears when you target
coords = vector3(152.37, -1043.79, 29.34), -- Circle Zone Coords
drawtext = vector3(151.85, -1043.59, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-print", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionBoard"] = {
name = "LegionBoard",
label = "Employee list", -- Text that appears when you target
coords = vector3(146.49, -1042.44, 29.88), -- Circle Zone Coords
drawtext = vector3(146.54, -1042.27, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-paperclip", -- Icon
size = 0.5, -- Circle Zone size
},
["LegionShelfOne"] = {
name = "LegionShelfOne",
label = "Search through papers", -- Text that appears when you target
coords = vector3(150.46, -1044.23, 29.37), -- Circle Zone Coords
drawtext = vector3(150.54, -1043.74, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionShelfTwo"] = {
name = "LegionShelfTwo",
label = "Search through papers", -- Text that appears when you target
coords = vector3(149.08, -1043.65, 29.37), -- Circle Zone Coords
drawtext = vector3(149.17, -1043.25, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionShelfThree"] = {
name = "LegionShelfThree",
label = "Search through papers", -- Text that appears when you target
coords = vector3(148.11, -1043.37, 29.37), -- Circle Zone Coords
drawtext = vector3(148.25, -1042.82, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionSearch"] = {
name = "LegionSearch",
label = "Crack", -- Text that appears when you target
coords = vector3(145.40, -1045.85, 29.37), -- Circle Zone Coords
drawtext = vector3(145.49, -1045.57, 29.37),
vaultOpen = 290.0, -- (Don't touch this) Heading of the vault when it is open
vaultClosed = 160.0, -- (Don't touch this) Heading of the vault when it is closed
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-vault", -- Icon
size = 0.4, -- Circle Zone size
},
["LegionVault"] = {
name = "LegionVault",
label = "Unlock Vault", -- Text that appears when you target
coords = vector3(147.33, -1046.30, 29.79), -- Circle Zone Coords
drawtext = vector3(147.03, -1046.12, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
VaultOpenHeading = 141.84619140625, -- (Don't touch this) Heading of the vault when it is open
VaultCloseHeading = 250.0442199707, -- (Don't touch this) Heading of the vault when it is closed
VaultCoords = vector3(148.005, -1044.360, 29.626), -- (Don't touch this) Coords of the vault
},
["LegionJailDoorKeypad"] = {
name = "LegionJailDoorKeypad",
label = "Scan employee pictures", -- Text that appears when you target
coords = vector3(148.47, -1046.70, 29.67), -- Circle Zone Coords
drawtext = vector3(148.53, -1046.2, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionJailDoor"] = {
name = "LegionJailDoor",
label = "Unlock", -- Text that appears when you target
coords = vector3(148.92, -1046.93, 29.57), -- Circle Zone Coords
drawtext = vector3(149.19, -1046.88, 29.37),
distance = 1.0, -- How far will you be able to interact with it
icon = "fab fa-keycdn", -- Icon
size = 0.3, -- Circle Zone size
},
["LegionTrolly1"] = {
name = "LegionTrolly1",
coords = vector3(150.01, -1045.07, 29.357), -- Circle Zone Coords
drawtext = vector3(149.82, -1045.63, 29.35),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["LegionTrolly2"] = {
name = "LegionTrolly2",
coords = vector3(150.74, -1048.64, 29.35), -- Circle Zone Coords
drawtext = vector3(150.33, -1048.52, 29.35),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["LegionTrolly3"] = {
name = "LegionTrolly3",
coords = vector3(147.67, -1047.58, 29.35), -- Circle Zone Coords
drawtext = vector3(148.20, -1047.67, 29.35),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["LegionTrolly4"] = {
name = "LegionTrolly4",
coords = vector3(147.05, -1049.84, 29.35), -- Circle Zone Coords
drawtext = vector3(147.26, -1049.44, 29.35),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
},
["Zone"] = {vector3(156.71, -1033.39, 29.26), vector3(149.98, -1052.85, 29.26), vector3(140.06, -1049.24, 29.26), vector3(146.39, -1028.81, 29.26)},
},
["Burton"] = {
["Reset"] = 120, -- (Minutes) Resets the bank
["AlarmCoords"] = vector3(-353.73, -42.97, 52.5),
["KeypadOneCoords"] = vector3(-356.18, -51.34, 49.34),
["KeypadOneHeading"] = 250.02,
["KeypadTwoCoords"] = vector3(-357.07, -53.93, 49.34),
["KeypadTwoHeading"] = 250.02,
["KeypadThreeCoords"] = vector3(-352.21, -55.89, 49.34),
["KeypadThreeHeading"] = 159.08,
["OnCooldown"] = false,
["DrawTextRotation"] = -110.0, -- Rotation of the drawtext
Interactions = {
["BurtonFusebox"] = {
name = "BurtonFusebox",
label = "Cut wires", -- Text that appears when you target
coords = vector3(-365.26, -71.52, 45.69), -- Circle Zone Coords
drawtext = vector3(-365.39, -71.92, 45.66),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.5, -- Circle Zone size
},
["BurtonFingerprint"] = {
name = "BurtonFingerprint",
label = "Fake Fingerprint", -- Text that appears when you target
coords = vector3(-356.18, -51.34, 49.34), -- Circle Zone Coords
drawtext = vector3(-356.43, -51.22, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-fingerprint", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonKeypadOne"] = {
name = "BurtonKeypadOne",
label = "Disable Keypad", -- Text that appears when you target
coords = vector3(-356.18, -51.34, 49.34), -- Circle Zone Coords
drawtext = vector3(-356.43, -51.22, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonKeypadTwo"] = {
name = "BurtonKeypadTwo",
label = "Enter Keyword", -- Text that appears when you target
coords = vector3(-357.07, -53.93, 49.34), -- Circle Zone Coords
drawtext = vector3(-357.38, -53.84, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonPrinter"] = {
name = "BurtonPrinter",
label = "Print out pictures", -- Text that appears when you target
coords = vector3(-348.66, -52.84, 49.04), -- Circle Zone Coords
drawtext = vector3(-349.02, -52.72, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-print", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonBoard"] = {
name = "BurtonBoard",
label = "Employee list", -- Text that appears when you target
coords = vector3(-354.4, -51.64, 49.66), -- Circle Zone Coords
drawtext = vector3(-354.35, -51.5, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-paperclip", -- Icon
size = 0.5, -- Circle Zone size
},
["BurtonShelfOne"] = {
name = "BurtonShelfOne",
label = "Search through papers", -- Text that appears when you target
coords = vector3(-350.33, -53.31, 49.04), -- Circle Zone Coords
drawtext = vector3(-350.2, -52.92, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonShelfTwo"] = {
name = "BurtonShelfTwo",
label = "Search through papers", -- Text that appears when you target
coords = vector3(-351.71, -52.82, 49.04), -- Circle Zone Coords
drawtext = vector3(-351.6, -52.34, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonShelfThree"] = {
name = "BurtonShelfThree",
label = "Search through papers", -- Text that appears when you target
coords = vector3(-352.66, -52.54, 49.04), -- Circle Zone Coords
drawtext = vector3(-352.69, -52.06, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonSearch"] = {
name = "BurtonSearch",
label = "Crack", -- Text that appears when you target
coords = vector3(-355.39, -55.05, 49.05), -- Circle Zone Coords
drawtext = vector3(-355.23, -54.52, 49.05),
vaultOpen = 290.0, -- (Don't touch this) Heading of the vault when it is open
vaultClosed = 161.0, -- (Don't touch this) Heading of the vault when it is closed
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-vault", -- Icon
size = 0.4, -- Circle Zone size
},
["BurtonVault"] = {
name = "BurtonVault",
label = "Unlock Vault", -- Text that appears when you target
coords = vector3(-353.39, -55.52, 49.46), -- Circle Zone Coords
drawtext = vector3(-353.75, -55.33, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
VaultOpenHeading = 142.85983276367, -- (Don't touch this) Heading of the vault when it is open
VaultCloseHeading = 250.85983276367, -- (Don't touch this) Heading of the vault when it is closed
VaultCoords = vector3(-352.7365, -53.57248, 49.17543), -- (Don't touch this) Coords of the vault
},
["BurtonJailDoorKeypad"] = {
name = "BurtonJailDoorKeypad",
label = "Scan employee pictures", -- Text that appears when you target
coords = vector3(-352.21, -55.89, 49.34), -- Circle Zone Coords
drawtext = vector3(-352.2, -55.53, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonJailDoor"] = {
name = "BurtonJailDoor",
label = "Unlock", -- Text that appears when you target
coords = vector3(-351.69, -56.27, 49.24), -- Circle Zone Coords
drawtext = vector3(-351.55, -55.88, 49.04),
distance = 1.0, -- How far will you be able to interact with it
icon = "fab fa-keycdn", -- Icon
size = 0.3, -- Circle Zone size
},
["BurtonTrolly1"] = {
name = "BurtonTrolly1",
coords = vector3(-350.26, -54.47, 48.01), -- Circle Zone Coords
drawtext = vector3(-350.30, -55.24, 49.01),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["BurtonTrolly2"] = {
name = "BurtonTrolly2",
coords = vector3(-353.17, -56.60, 49.01), -- Circle Zone Coords
drawtext = vector3(-352.42, -56.94, 49.01),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["BurtonTrolly3"] = {
name = "BurtonTrolly3",
coords = vector3(-350.05, -57.86, 49.01), -- Circle Zone Coords
drawtext = vector3(-352.36, -56.86, 49.01),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["BurtonTrolly4"] = {
name = "BurtonTrolly4",
coords = vector3(-353.85, -59.26, 49.01), -- Circle Zone Coords
drawtext = vector3(-353.45, -58.45, 49.01),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
},
["Zone"] = {vector3(-355.27, -38.79, 49.02), vector3(-343.72, -43.26, 49.02), vector3(-350.61, -62.6, 49.02), vector3(-368.76, -56.43, 49.02)},
},
["Alta"] = {
["Reset"] = 120, -- (Minutes) Resets the bank
["AlarmCoords"] = vector3(318.57, -275.84, 58.7),
["KeypadOneCoords"] = vector3(308.94, -280.47, 54.46),
["KeypadOneHeading"] = 249.89,
["KeypadTwoCoords"] = vector3(308.03, -283.0, 54.46),
["KeypadTwoHeading"] = 249.89,
["KeypadThreeCoords"] = vector3(312.82, -285.07, 54.46),
["KeypadThreeHeading"] = 159.83,
["OnCooldown"] = false,
["DrawTextRotation"] = -110.0, -- Rotation of the drawtext
Interactions = {
["AltaFusebox"] = {
name = "AltaFusebox",
label = "Cut wires", -- Text that appears when you target
coords = vector3(258.69, -308.01, 49.76), -- Circle Zone Coords
drawtext = vector3(258.79, -307.66, 49.65),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.5, -- Circle Zone size
},
["AltaFingerprint"] = {
name = "AltaFingerprint",
label = "Fake Fingerprint", -- Text that appears when you target
coords = vector3(308.94, -280.47, 54.46), -- Circle Zone Coords
drawtext = vector3(308.7, -280.35, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-fingerprint", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaKeypadOne"] = {
name = "AltaKeypadOne",
label = "Disable Keypad", -- Text that appears when you target
coords = vector3(308.94, -280.47, 54.46), -- Circle Zone Coords
drawtext = vector3(308.7, -280.35, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaKeypadTwo"] = {
name = "AltaKeypadTwo",
label = "Enter Keyword", -- Text that appears when you target
coords = vector3(308.03, -283.0, 54.46), -- Circle Zone Coords
drawtext = vector3(307.75, -282.88, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaPrinter"] = {
name = "AltaPrinter",
label = "Print out pictures", -- Text that appears when you target
coords = vector3(316.43, -282.08, 54.14), -- Circle Zone Coords
drawtext = vector3(316.08, -281.96, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-print", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaBoard"] = {
name = "AltaBoard",
label = "Employee list", -- Text that appears when you target
coords = vector3(310.82, -280.77, 54.55), -- Circle Zone Coords
drawtext = vector3(310.87, -280.66, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-paperclip", -- Icon
size = 0.5, -- Circle Zone size
},
["AltaShelfOne"] = {
name = "AltaShelfOne",
label = "Search through papers", -- Text that appears when you target
coords = vector3(314.79, -282.45, 54.16), -- Circle Zone Coords
drawtext = vector3(314.94, -282.13, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaShelfTwo"] = {
name = "AltaShelfTwo",
label = "Search through papers", -- Text that appears when you target
coords = vector3(313.38, -282.05, 54.16), -- Circle Zone Coords
drawtext = vector3(313.59, -281.66, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaShelfThree"] = {
name = "AltaShelfThree",
label = "Search through papers", -- Text that appears when you target
coords = vector3(312.43, -281.57, 54.16), -- Circle Zone Coords
drawtext = vector3(312.48, -281.27, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaSearch"] = {
name = "AltaSearch",
label = "Crack", -- Text that appears when you target
coords = vector3(309.72, -284.20, 54.16), -- Circle Zone Coords
drawtext = vector3(309.86, -283.78, 54.16),
vaultOpen = 290.0, -- (Don't touch this) Heading of the vault when it is open
vaultClosed = 207.0, -- (Don't touch this) Heading of the vault when it is closed
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-vault", -- Icon
size = 0.4, -- Circle Zone size
},
["AltaVault"] = {
name = "AltaVault",
label = "Unlock Vault", -- Text that appears when you target
coords = vector3(311.66, -284.67, 54.59), -- Circle Zone Coords
drawtext = vector3(311.32, -284.47, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
VaultOpenHeading = 141.86598205566, -- (Don't touch this) Heading of the vault when it is open
VaultCloseHeading = 249.86598205566, -- (Don't touch this) Heading of the vault when it is closed
VaultCoords = vector3(312.358, -282.7301, 54.30365), -- (Don't touch this) Coords of the vault
},
["AltaJailDoorKeypad"] = {
name = "AltaJailDoorKeypad",
label = "Scan employee pictures", -- Text that appears when you target
coords = vector3(312.82, -285.07, 54.46), -- Circle Zone Coords
drawtext = vector3(312.96, -284.75, 54.14),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaJailDoor"] = {
name = "AltaJailDoor",
label = "Unlock", -- Text that appears when you target
coords = vector3(313.39, -285.42, 54.36), -- Circle Zone Coords
drawtext = vector3(313.47, -285.22, 54.16),
distance = 1.0, -- How far will you be able to interact with it
icon = "fab fa-keycdn", -- Icon
size = 0.3, -- Circle Zone size
},
["AltaTrolly1"] = {
name = "AltaTrolly1",
coords = vector3(314.76, -283.70, 54.14), -- Circle Zone Coords
drawtext = vector3(314.59, -284.30, 54.14),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["AltaTrolly2"] = {
name = "AltaTrolly2",
coords = vector3(311.94, -285.85, 54.14), -- Circle Zone Coords
drawtext = vector3(312.36, -286.00, 54.14),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["AltaTrolly3"] = {
name = "AltaTrolly3",
coords = vector3(314.94, -286.97, 54.14), -- Circle Zone Coords
drawtext = vector3(314.50, -286.83, 54.14),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["AltaTrolly4"] = {
name = "AltaTrolly4",
coords = vector3(311.31, -288.38, 54.14), -- Circle Zone Coords
drawtext = vector3(311.45, -287.83, 54.14),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
},
["Zone"] = {vector3(306.58, -265.0, 53.96), vector3(326.7, -272.52, 53.93), vector3(315.11, -302.47, 53.95), vector3(291.94, -295.0, 53.95)},
},
["GrandSenoraDesert"] = {
["Reset"] = 120, -- (Minutes) Resets the bank
["AlarmCoords"] = vector3(1171.15, 2702.71, 40.67), -- Alarm coords
["KeypadOneCoords"] = vector3(1179.53, 2709.9, 38.39),
["KeypadOneHeading"] = 90.0, -- Heading of the keypad one
["KeypadTwoCoords"] = vector3(1179.52, 2712.59, 38.39),
["KeypadTwoHeading"] = 90.0, -- Heading of the keypad two
["KeypadThreeCoords"] = vector3(1174.29, 2712.89, 38.39),
["KeypadThreeHeading"] = 359.23, -- Heading of the keypad three
["OnCooldown"] = false,
["DrawTextRotation"] = -90.0, -- Rotation of the drawtext
Interactions = {
["GrandSenoraDesertFusebox"] = {
name = "GrandSenoraDesertFusebox",
label = "Cut wires", -- Text that appears when you target
coords = vector3(1158.14, 2708.95, 37.98), -- Circle Zone Coords
drawtext = vector3(1157.68, 2708.98, 37.98),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.5, -- Circle Zone size
},
["GrandSenoraDesertFingerprint"] = {
name = "GrandSenoraDesertFingerprint",
label = "Fake Fingerprint", -- Text that appears when you target
coords = vector3(1179.53, 2709.9, 38.39), -- Circle Zone Coords
drawtext = vector3(1179.89, 2709.9, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-fingerprint", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertKeypadOne"] = {
name = "GrandSenoraDesertKeypadOne",
label = "Disable Keypad", -- Text that appears when you target
coords = vector3(1179.53, 2709.9, 38.39), -- Circle Zone Coords
drawtext = vector3(1179.89, 2709.9, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertKeypadTwo"] = {
name = "GrandSenoraDesertKeypadTwo",
label = "Enter Keyword", -- Text that appears when you target
coords = vector3(1179.52, 2712.59, 38.39), -- Circle Zone Coords
drawtext = vector3(1179.84, 2712.55, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertPrinter"] = {
name = "GrandSenoraDesertPrinter",
label = "Print out pictures", -- Text that appears when you target
coords = vector3(1171.87, 2708.84, 38.09), -- Circle Zone Coords
drawtext = vector3(1172.31, 2708.84, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-print", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertBoard"] = {
name = "GrandSenoraDesertBoard",
label = "Employee list", -- Text that appears when you target
coords = vector3(1177.67, 2709.82, 38.49), -- Circle Zone Coords
drawtext = vector3(1177.66, 2709.41, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-paperclip", -- Icon
size = 0.5, -- Circle Zone size
},
["GrandSenoraDesertShelfOne"] = {
name = "GrandSenoraDesertShelfOne",
label = "Search through papers", -- Text that appears when you target
coords = vector3(1173.29, 2709.82, 38.08), -- Circle Zone Coords
drawtext = vector3(1173.29, 2709.42, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertShelfTwo"] = {
name = "GrandSenoraDesertShelfTwo",
label = "Search through papers", -- Text that appears when you target
coords = vector3(1174.61, 2709.79, 38.08), -- Circle Zone Coords
drawtext = vector3(1174.78, 2709.37, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertShelfThree"] = {
name = "GrandSenoraDesertShelfThree",
label = "Search through papers", -- Text that appears when you target
coords = vector3(1175.74, 2709.81, 38.08), -- Circle Zone Coords
drawtext = vector3(1175.92, 2709.4, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertSearch"] = {
name = "GrandSenoraDesertSearch",
label = "Crack", -- Text that appears when you target
coords = vector3(1177.52, 2713.30, 38.09), -- Circle Zone Coords
drawtext = vector3(1177.50, 2712.86, 38.09),
vaultOpen = 100.0, -- (Don't touch this) Heading of the vault when it is open
vaultClosed = 0.0, -- (Don't touch this) Heading of the vault when it is closed
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-vault", -- Icon
size = 0.4, -- Circle Zone size
},
["GrandSenoraDesertVault"] = {
name = "GrandSenoraDesertVault",
label = "Unlock Vault", -- Text that appears when you target
coords = vector3(1175.52, 2712.92, 38.51), -- Circle Zone Coords
drawtext = vector3(1175.92, 2712.85, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
VaultOpenHeading = 1.0, -- (Don't touch this) Heading of the vault when it is open
VaultCloseHeading = 90.0, -- (Don't touch this) Heading of the vault when it is closed
VaultCoords = vector3(1175.542, 2710.861, 38.22689), -- (Don't touch this) Coords of the vault
},
["GrandSenoraDesertJailDoorKeypad"] = {
name = "GrandSenoraDesertJailDoorKeypad",
label = "Scan employee pictures", -- Text that appears when you target
coords = vector3(1174.29, 2712.89, 38.39), -- Circle Zone Coords
drawtext = vector3(1174.42, 2712.56, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertJailDoor"] = {
name = "GrandSenoraDesertJailDoor",
label = "Unlock", -- Text that appears when you target
coords = vector3(1173.76, 2712.98, 38.27), -- Circle Zone Coords
drawtext = vector3(1173.48, 2712.53, 38.09),
distance = 1.0, -- How far will you be able to interact with it
icon = "fab fa-keycdn", -- Icon
size = 0.3, -- Circle Zone size
},
["GrandSenoraDesertTrolly1"] = {
name = "GrandSenoraDesertTrolly1",
coords = vector3(1172.82, 2710.87, 38.07), -- Circle Zone Coords
drawtext = vector3(1172.81, 2711.20, 38.07),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["GrandSenoraDesertTrolly2"] = {
name = "GrandSenoraDesertTrolly2",
coords = vector3(1174.95, 2714.00, 38.07), -- Circle Zone Coords
drawtext = vector3(1174.58, 2713.98, 38.07),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["GrandSenoraDesertTrolly3"] = {
name = "GrandSenoraDesertTrolly3",
coords = vector3(1171.60, 2713.88, 38.07), -- Circle Zone Coords
drawtext = vector3(1171.98, 2713.89, 38.07),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["GrandSenoraDesertTrolly4"] = {
name = "GrandSenoraDesertTrolly4",
coords = vector3(1174.60, 2716.59, 38.07), -- Circle Zone Coords
drawtext = vector3(1174.63, 2716.29, 38.07),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
},
["Zone"] = {vector3(1181.73, 2698.29, 38.0), vector3(1171.2, 2698.28, 38.0), vector3(1171.17, 2721.76, 38.0), vector3(1181.54, 2721.39, 38.0)},
},
["BanhamCanyon"] = {
["Reset"] = 120, -- (Minutes) Resets the bank
["AlarmCoords"] = vector3(-2966.54, 480.14, 18.35), -- Alarm coords
["KeypadOneCoords"] = vector3(-2959.72, 478.33, 16.0), -- Keypad one coords
["KeypadOneHeading"] = 358.0, -- Heading of the keypad one
["KeypadTwoCoords"] = vector3(-2957.02, 478.22, 16.0), -- Keypad two coords
["KeypadTwoHeading"] = 358.0, -- Heading of the keypad one
["KeypadThreeCoords"] = vector3(-2956.45, 483.33, 16.0), -- Keypad two coords
["KeypadThreeHeading"] = 266.27, -- Heading of the keypad one
["OnCooldown"] = false,
["DrawTextRotation"] = -90.0, -- Rotation of the drawtext
Interactions = {
["BanhamCanyonFusebox"] = {
name = "BanhamCanyonFusebox",
label = "Cut wires", -- Text that appears when you target
coords = vector3(-2948.08, 481.18, 15.44), -- Circle Zone Coords
drawtext = vector3(-2947.67, 481.29, 15.44),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.5, -- Circle Zone size
},
["BanhamCanyonFingerprint"] = {
name = "BanhamCanyonFingerprint",
label = "Fake Fingerprint", -- Text that appears when you target
coords = vector3(-2959.72, 478.31, 16.10), -- Circle Zone Coords
drawtext = vector3(-2959.75, 478.06, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-fingerprint", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonKeypadOne"] = {
name = "BanhamCanyonKeypadOne",
label = "Disable Keypad", -- Text that appears when you target
coords = vector3(-2959.72, 478.31, 16.10), -- Circle Zone Coords
drawtext = vector3(-2959.75, 478.06, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonKeypadTwo"] = {
name = "BanhamCanyonKeypadTwo",
label = "Enter Keyword", -- Text that appears when you target
coords = vector3(-2957.02, 478.22, 16.10), -- Circle Zone Coords
drawtext = vector3(-2957.06, 477.87, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-keyboard", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonPrinter"] = {
name = "BanhamCanyonPrinter",
label = "Print out pictures", -- Text that appears when you target
coords = vector3(-2960.42, 485.96, 15.70), -- Circle Zone Coords
drawtext = vector3(-2960.44, 485.58, 15.70),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-print", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonBoard"] = {
name = "BanhamCanyonBoard",
label = "Employee list", -- Text that appears when you target
coords = vector3(-2959.76, 480.16, 16.30), -- Circle Zone Coords
drawtext = vector3(-2960.06, 480.2, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-paperclip", -- Icon
size = 0.5, -- Circle Zone size
},
["BanhamCanyonShelfOne"] = {
name = "BanhamCanyonShelfOne",
label = "Search through papers", -- Text that appears when you target
coords = vector3(-2959.49, 484.52, 15.7), -- Circle Zone Coords
drawtext = vector3(-2959.87, 484.49, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonShelfTwo"] = {
name = "BanhamCanyonShelfTwo",
label = "Search through papers", -- Text that appears when you target
coords = vector3(-2959.53, 482.96, 15.7), -- Circle Zone Coords
drawtext = vector3(-2959.93, 483.06, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonShelfThree"] = {
name = "BanhamCanyonShelfThree",
label = "Search through papers", -- Text that appears when you target
coords = vector3(-2959.56, 481.98, 15.7), -- Circle Zone Coords
drawtext = vector3(-2959.97, 482.07, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-sheet-plastic", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonSearch"] = {
name = "BanhamCanyonSearch",
label = "Crack", -- Text that appears when you target
coords = vector3(-2956.34, 480.20, 15.70), -- Circle Zone Coords
drawtext = vector3(-2956.63, 480.17, 15.70),
vaultOpen = 10.0, -- (Don't touch this) Heading of the vault when it is open
vaultClosed = 268.0, -- (Don't touch this) Heading of the vault when it is closed
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-vault", -- Icon
size = 0.4, -- Circle Zone size
},
["BanhamCanyonVault"] = {
name = "BanhamCanyonVault",
label = "Unlock Vault", -- Text that appears when you target
coords = vector3(-2956.47, 482.19, 16.12), -- Circle Zone Coords
drawtext = vector3(-2956.54, 481.77, 15.70),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
VaultOpenHeading = 250.0, -- (Don't touch this) Heading of the vault when it is open
VaultCloseHeading = 358.0, -- (Don't touch this) Heading of the vault when it is closed
VaultCoords = vector3(-2958.539, 482.2706, 15.83595), -- (Don't touch this) Coords of the vault
},
["BanhamCanyonJailDoorKeypad"] = {
name = "BanhamCanyonJailDoorKeypad",
label = "Scan employee pictures", -- Text that appears when you target
coords = vector3(-2956.45, 483.33, 16.0), -- Circle Zone Coords
drawtext = vector3(-2956.82, 483.37, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fas fa-bolt", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonJailDoor"] = {
name = "BanhamCanyonJailDoor",
label = "Unlock", -- Text that appears when you target
coords = vector3(-2956.23, 484.01, 16.0), -- Circle Zone Coords
drawtext = vector3(-2956.59, 484.26, 15.7),
distance = 1.0, -- How far will you be able to interact with it
icon = "fab fa-keycdn", -- Icon
size = 0.3, -- Circle Zone size
},
["BanhamCanyonTrolly1"] = {
name = "BanhamCanyonTrolly1",
coords = vector3(-2958.52, 485.04, 15.68), -- Circle Zone Coords
drawtext = vector3(-2957.82, 485.04, 15.68),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["BanhamCanyonTrolly2"] = {
name = "BanhamCanyonTrolly2",
coords = vector3(-2955.43, 482.84, 15.68), -- Circle Zone Coords
drawtext = vector3(-2955.42, 483.29, 15.68),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["BanhamCanyonTrolly3"] = {
name = "BanhamCanyonTrolly3",
coords = vector3(-2955.37, 486.02, 15.68), -- Circle Zone Coords
drawtext = vector3(-2955.37, 485.71, 15.68),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
["BanhamCanyonTrolly4"] = {
name = "BanhamCanyonTrolly4",
coords = vector3(-2952.77, 482.98, 15.68), -- Circle Zone Coords
drawtext = vector3(-2953.21, 483.02, 15.68),
distance = 1.0, -- How far will you be able to interact with it
size = 0.4, -- Circle Zone size
},
},
["Zone"] = {vector3(-2972.54, 490.35, 15.3), vector3(-2942.93, 488.71, 15.3), vector3(-2944.23, 468.44, 15.3), vector3(-2973.19, 469.75, 15.3)},
},
}
Config.Sounds = {
["DoorUnlockSound"] = 'DoorOpen', -- The sound that is played when unlocking doors
["DoorUnlockSoundVolume"] = 2.0, -- The volume of the sound that is played
["DoorUnlockSoundDistance"] = 3.0, -- The distance that the sound reaches
["AlarmSound"] = 'security-alarm', -- The sound that is played when the alarm is on
["AlarmSoundVolume"] = 0.05, -- The volume of the sound that is played
["AlarmSoundDistance"] = 35.0, -- The distance that the sound reaches
["AlarmRepeat"] = 75, -- At 75 and Wait at 8000, the alarm will blare every 8 seconds for a total of 10 minutes
["AlarmWait"] = 8000, -- Waits between each alarm blare
}
Config.PuzzleSettings = {
["ShowFirstLetter"] = {
["Status"] = true, -- Show the first letter of the hidden word
["Replace"] = "?" -- If ["Status"] is false, replace the hidden word with the chosen string
},
["ShowLastLetter"] = {
["Status"] = false, -- Show the first letter of the hidden word
["Replace"] = "?" -- If ["Status"] is false, replace the hidden word with the chosen string
},
["HideOneClue"] = {
["Status"] = true, -- Hide one of the clues
["Replace"] = "* **Missing** *" -- If ["Status"] is false, replace the hidden word with the chosen string
}
}
Config.RewardCash = {
["ObtainPerPickup"] = true, -- Obtain the specified items below per cash stack pickup from the trolley, false - Obtain the item/cash specified below at the end of the trolley animation
['Cash'] = true, -- Set this to false to use a cash "item", or true to use cash
['CashItem'] = "markedbills", -- Item you want to use for cash (['Cash'] = false)
['StackAmount'] = {min = 45, max = 110}, -- Cash that is recieved from each cash stack, if you have ["ObtainPerPickup"] set to false, this will be the amount of cash you recieve at the end of the trolley animation
['ItemInfo'] = false, -- Item info for the cash item, this is used if you have markedbills that has random amount of money in info
}
Config.RewardGold = {
["ObtainPerPickup"] = false, -- Obtain the specified items below per gold bar pickup from the trolley, false - Obtain the item/cash specified below at the end of the trolley animation
['Cash'] = false, -- Set this to false to use a cash "item", or true to use cash
['GoldItem'] = "goldbar", -- Item you want to use for cash (['Cash'] = false)
['StackAmount'] = {min = 3, max = 5}, -- Cash that is recieved from each cash stack, if you have ["ObtainPerPickup"] set to false, this will be the amount of gold bars you recieve at the end of the trolley animation
['ItemInfo'] = false, -- Item info for the cash item, this is used if you have markedbills that has random amount of money in info
}
Config.RewardDiamond = {
["ObtainPerPickup"] = true, -- Obtain the specified items below per diamond box pickup from the trolley, false - Obtain the item/cash specified below at the end of the trolley animation
['Cash'] = false, -- Set this to false to use a cash "item", or true to use cash
['DiamondItem'] = "diamond", -- Item you want to use for cash (['Cash'] = false)
['StackAmount'] = {min = 1, max = 1}, -- Cash that is recieved from each cash stack, if you have ["ObtainPerPickup"] set to false, this will be the amount of diamonds you recieve at the end of the trolley animation
['ItemInfo'] = false, -- Item info for the cash item, this is used if you have markedbills that has random amount of money in info
}
Config.Trollys = {
-- For Gold trollys: (Replace the settings below to change the loot type, trollys dont have to be all the same reward)
-- model = 'ch_prop_gold_trolly_01a', -- (Gold by default) Model of the trolley
-- lootmodel = 'ch_prop_gold_bar_01a', -- (Gold by default) Model of the loot
-- loot = "gold", -- (Gold by default) Should be set according to the model
-- label = 'Grab Gold', -- Text that appears when you target
-- For Diamond trollys: (Replace the settings below to change the loot type, trollys dont have to be all the same reward)
-- model = 'ch_prop_diamond_trolly_01a', -- (Diamond by default) Model of the trolley
-- lootmodel = 'ch_prop_vault_dimaondbox_01a', -- (Diamond by default) Model of the loot
-- loot = "diamond", -- (Diamond by default) Should be set according to the model
-- label = 'Grab Diamonds', -- Text that appears when you target
["RockfordHills"] = {
['Trolly1'] = {
name = 'Trolly1', -- !!! Do not touch !!!
coords = vector3(-1208.92, -333.35, 36.76),
heading = 206.08,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly2'] = {
name = 'Trolly2', -- !!! Do not touch !!!
coords = vector3(-1209.22, -337.06, 36.76),
heading = 293.29,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly3'] = {
name = 'Trolly3', -- !!! Do not touch !!!
coords = vector3(-1206.28, -335.39, 36.76),
heading = 112.60,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly4'] = {
name = 'Trolly4', -- !!! Do not touch !!!
coords = vector3(-1207.85, -339.24, 36.76),
heading = 22.91,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
},
["Legion"] = {
['Trolly1'] = {
name = 'Trolly1', -- !!! Do not touch !!!
coords = vector3(150.01, -1045.07, 28.35),
heading = 158.45,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly2'] = {
name = 'Trolly2', -- !!! Do not touch !!!
coords = vector3(150.74, -1048.64, 28.35),
heading = 67.31,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly3'] = {
name = 'Trolly3', -- !!! Do not touch !!!
coords = vector3(147.67, -1047.58, 28.35),
heading = 250.00,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly4'] = {
name = 'Trolly4', -- !!! Do not touch !!!
coords = vector3(147.05, -1049.84, 28.35),
heading = 340.03,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
},
["Burton"] = {
['Trolly1'] = {
name = 'Trolly1', -- !!! Do not touch !!!
coords = vector3(-350.26, -54.47, 48.01),
heading = 161.88,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly2'] = {
name = 'Trolly2', -- !!! Do not touch !!!
coords = vector3(-353.17, -56.60, 49.01),
heading = 249.10,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly3'] = {
name = 'Trolly3', -- !!! Do not touch !!!
coords = vector3(-350.05, -57.86, 49.01),
heading = 71.61,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly4'] = {
name = 'Trolly4', -- !!! Do not touch !!!
coords = vector3(-353.85, -59.26, 49.01),
heading = 341.20,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
},
["Alta"] = {
['Trolly1'] = {
name = 'Trolly1', -- !!! Do not touch !!!
coords = vector3(314.76, -283.70, 53.14),
heading = 160.0,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly2'] = {
name = 'Trolly2', -- !!! Do not touch !!!
coords = vector3(311.94, -285.85, 53.14),
heading = 250.0,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly3'] = {
name = 'Trolly3', -- !!! Do not touch !!!
coords = vector3(314.94, -286.97, 53.14),
heading = 67.49,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly4'] = {
name = 'Trolly4', -- !!! Do not touch !!!
coords = vector3(311.31, -288.38, 53.14),
heading = 338.0,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
},
["GrandSenoraDesert"] = {
['Trolly1'] = {
name = 'Trolly1', -- !!! Do not touch !!!
coords = vector3(1172.82, 2710.87, 37.07),
heading = 359.64,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly2'] = {
name = 'Trolly2', -- !!! Do not touch !!!
coords = vector3(1174.95, 2714.00, 37.07),
heading = 90.32,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly3'] = {
name = 'Trolly3', -- !!! Do not touch !!!
coords = vector3(1171.60, 2713.88, 37.07),
heading = 267.97,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly4'] = {
name = 'Trolly4', -- !!! Do not touch !!!
coords = vector3(1174.60, 2716.59, 37.07),
heading = 178.65,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
},
["BanhamCanyon"] = {
['Trolly1'] = {
name = 'Trolly1', -- !!! Do not touch !!!
coords = vector3(-2958.52, 485.04, 15.68),
heading = 263.77,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly2'] = {
name = 'Trolly2', -- !!! Do not touch !!!
coords = vector3(-2955.43, 482.84, 15.68),
heading = 353.27,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly3'] = {
name = 'Trolly3', -- !!! Do not touch !!!
coords = vector3(-2955.37, 486.02, 15.68),
heading = 179.22,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
['Trolly4'] = {
name = 'Trolly4', -- !!! Do not touch !!!
coords = vector3(-2952.77, 482.98, 15.68),
heading = 90.85,
model = 'ch_prop_ch_cash_trolly_01a', -- (Cash by default) Model of the trolley
lootmodel = 'hei_prop_heist_cash_pile', -- (Cash by default) Model of the loot
loot = "cash", -- (Cash by default) Should be set according to the model
label = 'Grab Cash', -- Text that appears when you target
icon = 'fas fa-dollar-sign', -- Icon for Trolly3
distance = 1.0, -- How far will you be able to interact with it
size = 0.3, -- Circle Zone size
},
},
}
Config.Employees = {
[1] = {first = "Olivia", last = "Roberts", residence = "Hawaii", age = "27"},
[2] = {first = "Ethan", last = "Parker", residence = "Kentucky", age = "34"},
[3] = {first = "Sophia", last = "Adams", residence = "Mississippi", age = "45"},
[4] = {first = "Benjamin", last = "Taylor", residence = "Montana", age = "19"},
[5] = {first = "Ava", last = "Wright", residence = "SouthDakota", age = "31"},
[6] = {first = "Liam", last = "Davis", residence = "Arizona", age = "40"},
[7] = {first = "Emma", last = "Wilson", residence = "Connecticut", age = "22"},
[8] = {first = "Noah", last = "Martinez", residence = "WestVirginia", age = "29"},
[9] = {first = "Isabella", last = "Anderson", residence = "Delaware", age = "36"},
[10] = {first = "Alexander", last = "Nelson", residence = "Maryland", age = "50"},
[11] = {first = "Mia", last = "Johnson", residence = "Iowa", age = "25"},
[12] = {first = "Elijah", last = "Garcia", residence = "NewMexico", age = "33"},
[13] = {first = "Sofia", last = "Clark", residence = "Vermont", age = "28"},
[14] = {first = "William", last = "Brown", residence = "Minnesota", age = "42"},
[15] = {first = "Charlotte", last = "Harris", residence = "Tennessee", age = "37"},
[16] = {first = "James", last = "Turner", residence = "Wisconsin", age = "30"},
[17] = {first = "Amelia", last = "Smith", residence = "NorthDakota", age = "23"},
[18] = {first = "Liam", last = "Anderson", residence = "Texas", age = "26"},
[19] = {first = "Olivia", last = "Walker", residence = "Virginia", age = "39"},
[20] = {first = "Emma", last = "Roberts", residence = "Louisiana", age = "32"},
[21] = {first = "Ethan", last = "Johnson", residence = "Alabama", age = "33"},
[22] = {first = "Sophia", last = "Garcia", residence = "Alaska", age = "42"},
[23] = {first = "Benjamin", last = "Lee", residence = "Arkansas", age = "19"},
[24] = {first = "Ava", last = "Anderson", residence = "California", age = "30"},
[25] = {first = "Liam", last = "Williams", residence = "Colorado", age = "40"},
[26] = {first = "Emma", last = "Brown", residence = "Florida", age = "24"},
[27] = {first = "Noah", last = "Davis", residence = "Georgia", age = "29"},
[28] = {first = "Isabella", last = "Taylor", residence = "Idaho", age = "35"},
[29] = {first = "Alexander", last = "Harris", residence = "Illinois", age = "47"},
[30] = {first = "Mia", last = "Moore", residence = "Indiana", age = "26"},
[31] = {first = "Elijah", last = "Clark", residence = "Kansas", age = "39"},
[32] = {first = "Sofia", last = "Martinez", residence = "Iowa", age = "28"},
[33] = {first = "William", last = "Turner", residence = "Kentucky", age = "41"},
[34] = {first = "Charlotte", last = "Johnson", residence = "Louisiana", age = "31"},
[35] = {first = "James", last = "Anderson", residence = "Maine", age = "27"},
[36] = {first = "Amelia", last = "Walker", residence = "Maryland", age = "23"},
[37] = {first = "Liam", last = "Smith", residence = "Massachusetts", age = "36"},
[38] = {first = "Olivia", last = "Taylor", residence = "Michigan", age = "44"},
[39] = {first = "Emma", last = "Parker", residence = "Minnesota", age = "32"},
[40] = {first = "Noah", last = "Garcia", residence = "Mississippi", age = "25"},
[41] = {first = "Sophia", last = "Moore", residence = "Missouri", age = "38"},
[42] = {first = "Alexander", last = "Davis", residence = "Nebraska", age = "49"},
[43] = {first = "Ava", last = "Brown", residence = "Nevada", age = "29"},
[44] = {first = "Benjamin", last = "Johnson", residence = "NewHampshire", age = "21"},
[45] = {first = "Ethan", last = "Martinez", residence = "NewJersey", age = "37"},
[46] = {first = "Olivia", last = "Clark", residence = "NewMexico", age = "43"},
[47] = {first = "Sophia", last = "Williams", residence = "NewYork", age = "28"},
[48] = {first = "Liam", last = "Turner", residence = "NorthCarolina", age = "30"},
[49] = {first = "Emma", last = "Walker", residence = "NorthDakota", age = "26"},
[50] = {first = "Oliver", last = "Wilson", residence = "Ohio", age = "33"},
[51] = {first = "Lily", last = "Morris", residence = "Georgia", age = "28"},
[52] = {first = "Carter", last = "Smith", residence = "Florida", age = "32"},
[53] = {first = "Ghazi", last = "Bekker", residence = "NorthCarolina", age = "41"},
[54] = {first = "Henry", last = "Baker", residence = "Texas", age = "41"},
[55] = {first = "Ella", last = "Foster", residence = "California", age = "29"},
[56] = {first = "Aiden", last = "Gomez", residence = "NewYork", age = "27"},
[57] = {first = "Scarlett", last = "Rivera", residence = "Arizona", age = "36"},
[58] = {first = "Logan", last = "Wright", residence = "Montana", age = "33"},
[59] = {first = "Aria", last = "Mitchell", residence = "Kansas", age = "23"},
[60] = {first = "Gabriel", last = "Sanchez", residence = "Colorado", age = "30"},
[61] = {first = "Madison", last = "Lopez", residence = "Alabama", age = "26"},
[62] = {first = "Wyatt", last = "Turner", residence = "Louisiana", age = "35"},
[63] = {first = "Luna", last = "Ward", residence = "Maryland", age = "38"},
[64] = {first = "Owen", last = "Green", residence = "Minnesota", age = "31"},
[65] = {first = "Avery", last = "Coleman", residence = "NorthDakota", age = "29"},
[66] = {first = "Jack", last = "Jenkins", residence = "Michigan", age = "43"},
[67] = {first = "Isabelle", last = "Russell", residence = "NewMexico", age = "22"},
[68] = {first = "Luke", last = "Stewart", residence = "SouthDakota", age = "26"},
[69] = {first = "Emily", last = "White", residence = "Wisconsin", age = "31"},
[70] = {first = "Mason", last = "Robinson", residence = "Tennessee", age = "34"},
[71] = {first = "Zoey", last = "Gonzalez", residence = "Delaware", age = "25"},
[72] = {first = "Sebastian", last = "Lee", residence = "Iowa", age = "39"},
[73] = {first = "Addison", last = "Cooper", residence = "Mississippi", age = "28"},
[74] = {first = "Eli", last = "Hernandez", residence = "NewJersey", age = "30"},
[75] = {first = "Natalie", last = "Phillips", residence = "Ohio", age = "37"},
[76] = {first = "Grayson", last = "Reed", residence = "Indiana", age = "33"},
[77] = {first = "Hannah", last = "Price", residence = "Maine", age = "24"},
[78] = {first = "Caleb", last = "Simmons", residence = "Kentucky", age = "29"},
[79] = {first = "Elizabeth", last = "Barnes", residence = "WestVirginia", age = "39"},
[80] = {first = "Levi", last = "Ross", residence = "Alaska", age = "28"},
[81] = {first = "Chloe", last = "Butler", residence = "Arkansas", age = "36"},
[82] = {first = "Andrew", last = "Fisher", residence = "Connecticut", age = "31"},
[83] = {first = "Eleanor", last = "Griffin", residence = "Hawaii", age = "30"},
[84] = {first = "Lincoln", last = "Hart", residence = "Nebraska", age = "35"},
[85] = {first = "Hazel", last = "Hawkins", residence = "Idaho", age = "27"},
[86] = {first = "Ezra", last = "Washington", residence = "Missouri", age = "32"},
[87] = {first = "Penelope", last = "Morgan", residence = "NewHampshire", age = "26"},
[88] = {first = "Daniel", last = "Hughes", residence = "Illinois", age = "29"},
[89] = {first = "Aubrey", last = "Diaz", residence = "Virginia", age = "33"},
[90] = {first = "Mateo", last = "Bell", residence = "Nevada", age = "31"},
[91] = {first = "Samantha", last = "Hayes", residence = "Wisconsin", age = "26"},
[92] = {first = "Adrian", last = "Kim", residence = "Oregon", age = "38"},
[93] = {first = "Zoe", last = "Harrison", residence = "NorthDakota", age = "30"},
[94] = {first = "Nolan", last = "Peterson", residence = "Kansas", age = "29"},
[95] = {first = "Ariana", last = "Gardner", residence = "Iowa", age = "24"},
[96] = {first = "Dominic", last = "Cole", residence = "SouthCarolina", age = "31"},
[97] = {first = "Riley", last = "Campbell", residence = "Oklahoma", age = "28"},
[98] = {first = "Brooklyn", last = "Sullivan", residence = "RhodeIsland", age = "29"},
[99] = {first = "Elias", last = "Perry", residence = "Louisiana", age = "37"},
[100] = {first = "Layla", last = "Powell", residence = "Utah", age = "26"},
[101] = {first = "Max", last = "Rossi", residence = "Vermont", age = "25"},
[102] = {first = "Bella", last = "Gutierrez", residence = "Michigan", age = "28"},
[103] = {first = "Adam", last = "Ward", residence = "Mississippi", age = "31"},
[104] = {first = "Stella", last = "Chapman", residence = "Connecticut", age = "27"},
[105] = {first = "Ian", last = "Medina", residence = "Arizona", age = "33"},
[106] = {first = "Violet", last = "Meyer", residence = "Montana", age = "29"},
[107] = {first = "Lucas", last = "Zhang", residence = "NorthCarolina", age = "35"},
[108] = {first = "Hannah", last = "Lin", residence = "Texas", age = "32"},
[109] = {first = "Nathan", last = "Molina", residence = "California", age = "30"},
[110] = {first = "Paisley", last = "Reyes", residence = "NewYork", age = "26"},
[111] = {first = "Evan", last = "Ibrahim", residence = "Alabama", age = "29"},
[112] = {first = "Lila", last = "Garcia", residence = "Louisiana", age = "28"},
[113] = {first = "Miles", last = "Larson", residence = "Maryland", age = "31"},
[114] = {first = "Ariana", last = "Khan", residence = "Missouri", age = "27"},
[115] = {first = "Caleb", last = "Nelson", residence = "SouthDakota", age = "33"},
[116] = {first = "Nova", last = "Chen", residence = "NorthDakota", age = "25"},
[117] = {first = "Aaron", last = "Li", residence = "Wisconsin", age = "30"},
[118] = {first = "Brielle", last = "Gomez", residence = "Tennessee", age = "29"},
[119] = {first = "Hudson", last = "Roberts", residence = "Delaware", age = "36"},
[120] = {first = "Ayla", last = "Wright", residence = "Iowa", age = "27"},
[121] = {first = "Jace", last = "Adams", residence = "Mississippi", age = "32"},
[122] = {first = "Sophie", last = "Hall", residence = "Nebraska", age = "31"},
[123] = {first = "Caden", last = "Rivera", residence = "NorthDakota", age = "24"},
[124] = {first = "Nora", last = "Hernandez", residence = "Kansas", age = "29"},
[125] = {first = "Grayson", last = "Gonzalez", residence = "Virginia", age = "30"},
[126] = {first = "Elaina", last = "Bennett", residence = "Nevada", age = "28"},
[127] = {first = "Harrison", last = "Sanchez", residence = "Wisconsin", age = "33"},
[128] = {first = "Skylar", last = "Morris", residence = "Oregon", age = "27"},
[129] = {first = "Theo", last = "Perez", residence = "Washington", age = "31"},
[130] = {first = "Mila", last = "Cook", residence = "Indiana", age = "26"},
[131] = {first = "Beckett", last = "Jackson", residence = "NewHampshire", age = "29"},
[132] = {first = "Savannah", last = "Ward", residence = "Illinois", age = "28"},
[133] = {first = "Ezra", last = "Barnes", residence = "Ohio", age = "33"},
[134] = {first = "Ruby", last = "Wright", residence = "Oklahoma", age = "26"},
[135] = {first = "Oscar", last = "Foster", residence = "RhodeIsland", age = "31"},
[136] = {first = "Luna", last = "Jenkins", residence = "Arkansas", age = "29"},
[137] = {first = "Carter", last = "Cruz", residence = "Minnesota", age = "32"},
[138] = {first = "Clara", last = "Hamilton", residence = "WestVirginia", age = "27"},
[139] = {first = "Micah", last = "Sullivan", residence = "Alaska", age = "30"},
[140] = {first = "Summer", last = "Bell", residence = "Hawaii", age = "28"},
[141] = {first = "Tristan", last = "Kim", residence = "Colorado", age = "33"},
[142] = {first = "Valentina", last = "Peterson", residence = "Kentucky", age = "25"},
[143] = {first = "Easton", last = "Gardner", residence = "Michigan", age = "29"},
[144] = {first = "Maddison", last = "Rossi", residence = "Mississippi", age = "30"},
[145] = {first = "August", last = "Diaz", residence = "Missouri", age = "26"},
[146] = {first = "Remi", last = "Hayes", residence = "NewMexico", age = "32"},
[147] = {first = "Hayden", last = "Washington", residence = "NewYork", age = "27"},
[148] = {first = "Brynlee", last = "Martin", residence = "NorthCarolina", age = "30"},
[149] = {first = "Maximus", last = "Lin", residence = "Texas", age = "28"},
[150] = {first = "Evangeline", last = "Gomez", residence = "California", age = "33"},
[151] = {first = "Roman", last = "Sanchez", residence = "Louisiana", age = "29"},
[152] = {first = "Emery", last = "Young", residence = "Iowa", age = "28"},
[153] = {first = "Sawyer", last = "Allen", residence = "NorthDakota", age = "33"},
[154] = {first = "Jordyn", last = "Fisher", residence = "NewYork", age = "26"},
[155] = {first = "Ryder", last = "Gomez", residence = "Florida", age = "31"},
[156] = {first = "Emerson", last = "Harris", residence = "Arizona", age = "29"},
[157] = {first = "Elliot", last = "Williams", residence = "Montana", age = "32"},
[158] = {first = "Harmony", last = "Rivera", residence = "NorthCarolina", age = "27"},
[159] = {first = "Phoenix", last = "Sullivan", residence = "Colorado", age = "30"},
[160] = {first = "Lennon", last = "Martinez", residence = "California", age = "28"},
[161] = {first = "Kieran", last = "Lee", residence = "NewJersey", age = "33"},
[162] = {first = "Cameron", last = "Clark", residence = "Missouri", age = "26"},
[163] = {first = "Rowan", last = "Davis", residence = "Ohio", age = "31"},
[164] = {first = "Skyler", last = "Morris", residence = "Illinois", age = "29"},
[165] = {first = "Zion", last = "Perry", residence = "Florida", age = "32"},
[166] = {first = "Sage", last = "Parker", residence = "Georgia", age = "27"},
[167] = {first = "Marley", last = "Turner", residence = "Indiana", age = "30"},
[168] = {first = "Archer", last = "Nelson", residence = "Kentucky", age = "28"},
[169] = {first = "Lyric", last = "Smith", residence = "Louisiana", age = "33"},
[170] = {first = "Elliott", last = "Allen", residence = "Maine", age = "26"},
[171] = {first = "Olivia", last = "Roberts", residence = "Hawaii", age = "27"},
[172] = {first = "Ethan", last = "Parker", residence = "Kentucky", age = "34"},
[173] = {first = "Sophia", last = "Adams", residence = "Mississippi", age = "45"},
[174] = {first = "Benjamin", last = "Taylor", residence = "Montana", age = "19"},
[175] = {first = "Ava", last = "Wright", residence = "SouthDakota", age = "31"},
[176] = {first = "Liam", last = "Davis", residence = "Arizona", age = "40"},
[177] = {first = "Emma", last = "Wilson", residence = "Connecticut", age = "22"},
[178] = {first = "Noah", last = "Martinez", residence = "WestVirginia", age = "29"},
[179] = {first = "Isabella", last = "Anderson", residence = "Delaware", age = "36"},
[180] = {first = "Alexander", last = "Nelson", residence = "Maryland", age = "50"},
[181] = {first = "Mia", last = "Johnson", residence = "Iowa", age = "25"},
[182] = {first = "Elijah", last = "Garcia", residence = "NewMexico", age = "33"},
[183] = {first = "Sofia", last = "Clark", residence = "Vermont", age = "28"},
[184] = {first = "William", last = "Brown", residence = "Minnesota", age = "42"},
[185] = {first = "Charlotte", last = "Harris", residence = "Tennessee", age = "37"},
[186] = {first = "James", last = "Turner", residence = "Wisconsin", age = "30"},
[187] = {first = "Amelia", last = "Smith", residence = "NorthDakota", age = "23"},
[188] = {first = "Liam", last = "Anderson", residence = "Texas", age = "26"},
[189] = {first = "Olivia", last = "Walker", residence = "Virginia", age = "39"},
[190] = {first = "Emma", last = "Roberts", residence = "Louisiana", age = "32"},
[191] = {first = "Ethan", last = "Johnson", residence = "Alabama", age = "33"},
[192] = {first = "Sophia", last = "Garcia", residence = "Alaska", age = "42"},
[193] = {first = "Benjamin", last = "Lee", residence = "Arkansas", age = "19"},
[194] = {first = "Ava", last = "Anderson", residence = "California", age = "30"},
[195] = {first = "Liam", last = "Williams", residence = "Colorado", age = "40"},
[196] = {first = "Emma", last = "Brown", residence = "Florida", age = "24"},
[197] = {first = "Noah", last = "Davis", residence = "Georgia", age = "29"},
[198] = {first = "Isabella", last = "Taylor", residence = "Idaho", age = "35"},
[199] = {first = "Alexander", last = "Harris", residence = "Illinois", age = "47"},
[200] = {first = "Mia", last = "Moore", residence = "Indiana", age = "26"},
[201] = {first = "Elijah", last = "Clark", residence = "Kansas", age = "39"},
[202] = {first = "Sofia", last = "Martinez", residence = "Iowa", age = "28"},
[203] = {first = "William", last = "Turner", residence = "Kentucky", age = "41"},
[204] = {first = "Charlotte", last = "Johnson", residence = "Louisiana", age = "31"},
[205] = {first = "James", last = "Anderson", residence = "Maine", age = "27"},
[206] = {first = "Amelia", last = "Walker", residence = "Maryland", age = "23"},
[207] = {first = "Liam", last = "Smith", residence = "Massachusetts", age = "36"},
[208] = {first = "Olivia", last = "Taylor", residence = "Michigan", age = "44"},
[209] = {first = "Emma", last = "Parker", residence = "Minnesota", age = "32"},
[210] = {first = "Noah", last = "Garcia", residence = "Mississippi", age = "25"},
[211] = {first = "Sophia", last = "Moore", residence = "Missouri", age = "38"},
[212] = {first = "Alexander", last = "Davis", residence = "Nebraska", age = "49"},
[213] = {first = "Ava", last = "Brown", residence = "Nevada", age = "29"},
[214] = {first = "Benjamin", last = "Johnson", residence = "NewHampshire", age = "21"},
[215] = {first = "Ethan", last = "Martinez", residence = "NewJersey", age = "37"},
[216] = {first = "Olivia", last = "Clark", residence = "NewMexico", age = "43"},
[217] = {first = "Sophia", last = "Williams", residence = "NewYork", age = "28"},
[218] = {first = "Liam", last = "Turner", residence = "NorthCarolina", age = "30"},
[219] = {first = "Emma", last = "Walker", residence = "NorthDakota", age = "26"},
[220] = {first = "Oliver", last = "Wilson", residence = "Ohio", age = "33"},
[221] = {first = "Lily", last = "Morris", residence = "Georgia", age = "28"},
[222] = {first = "Carter", last = "Smith", residence = "Florida", age = "32"},
[223] = {first = "Grace", last = "Allen", residence = "NorthCarolina", age = "24"},
[224] = {first = "Sophia", last = "Nguyen", residence = "Florida", age = "28"},
[225] = {first = "Ella", last = "Foster", residence = "California", age = "29"},
[226] = {first = "Aiden", last = "Gomez", residence = "NewYork", age = "27"},
[227] = {first = "Scarlett", last = "Rivera", residence = "Arizona", age = "36"},
[228] = {first = "Logan", last = "Wright", residence = "Montana", age = "33"},
[229] = {first = "Aria", last = "Mitchell", residence = "Kansas", age = "23"},
[230] = {first = "Gabriel", last = "Sanchez", residence = "Colorado", age = "30"},
[231] = {first = "Madison", last = "Lopez", residence = "Alabama", age = "26"},
[232] = {first = "Wyatt", last = "Turner", residence = "Louisiana", age = "35"},
[233] = {first = "Luna", last = "Ward", residence = "Maryland", age = "38"},
[234] = {first = "Owen", last = "Green", residence = "Minnesota", age = "31"},
[235] = {first = "Avery", last = "Coleman", residence = "NorthDakota", age = "29"},
[236] = {first = "Jack", last = "Jenkins", residence = "Michigan", age = "43"},
[237] = {first = "Isabelle", last = "Russell", residence = "NewMexico", age = "22"},
[238] = {first = "Luke", last = "Stewart", residence = "SouthDakota", age = "26"},
[239] = {first = "Emily", last = "White", residence = "Wisconsin", age = "31"},
[240] = {first = "Mason", last = "Robinson", residence = "Tennessee", age = "34"},
[241] = {first = "Zoey", last = "Gonzalez", residence = "Delaware", age = "25"},
[242] = {first = "Sebastian", last = "Lee", residence = "Iowa", age = "39"},
[243] = {first = "Addison", last = "Cooper", residence = "Mississippi", age = "28"},
[244] = {first = "Eli", last = "Hernandez", residence = "NewJersey", age = "30"},
[245] = {first = "Natalie", last = "Phillips", residence = "Ohio", age = "37"},
[246] = {first = "Grayson", last = "Reed", residence = "Indiana", age = "33"},
[247] = {first = "Hannah", last = "Price", residence = "Maine", age = "24"},
[248] = {first = "Caleb", last = "Simmons", residence = "Kentucky", age = "29"},
[249] = {first = "Elizabeth", last = "Barnes", residence = "WestVirginia", age = "39"},
[250] = {first = "Levi", last = "Ross", residence = "Alaska", age = "28"},
[251] = {first = "Chloe", last = "Butler", residence = "Arkansas", age = "36"},
[252] = {first = "Andrew", last = "Fisher", residence = "Connecticut", age = "31"},
[253] = {first = "Eleanor", last = "Griffin", residence = "Hawaii", age = "30"},
[254] = {first = "Lincoln", last = "Hart", residence = "Nebraska", age = "35"},
[255] = {first = "Hazel", last = "Hawkins", residence = "Idaho", age = "27"},
[256] = {first = "Ezra", last = "Washington", residence = "Missouri", age = "32"},
[257] = {first = "Penelope", last = "Morgan", residence = "NewHampshire", age = "26"},
[258] = {first = "Daniel", last = "Hughes", residence = "Illinois", age = "29"},
[259] = {first = "Aubrey", last = "Diaz", residence = "Virginia", age = "33"},
[260] = {first = "Mateo", last = "Bell", residence = "Nevada", age = "31"},
[261] = {first = "Samantha", last = "Hayes", residence = "Wisconsin", age = "26"},
[262] = {first = "Adrian", last = "Kim", residence = "Oregon", age = "38"},
[263] = {first = "Zoe", last = "Harrison", residence = "NorthDakota", age = "30"},
[264] = {first = "Nolan", last = "Peterson", residence = "Kansas", age = "29"},
[265] = {first = "Ariana", last = "Gardner", residence = "Iowa", age = "24"},
[266] = {first = "Dominic", last = "Cole", residence = "SouthCarolina", age = "31"},
[267] = {first = "Riley", last = "Campbell", residence = "Oklahoma", age = "28"},
[268] = {first = "Brooklyn", last = "Sullivan", residence = "RhodeIsland", age = "29"},
[269] = {first = "Elias", last = "Perry", residence = "Louisiana", age = "37"},
[270] = {first = "Layla", last = "Powell", residence = "Utah", age = "26"},
[271] = {first = "Max", last = "Rossi", residence = "Vermont", age = "25"},
[272] = {first = "Bella", last = "Gutierrez", residence = "Michigan", age = "28"},
[273] = {first = "Adam", last = "Ward", residence = "Mississippi", age = "31"},
[274] = {first = "Stella", last = "Chapman", residence = "Connecticut", age = "27"},
[275] = {first = "Ian", last = "Medina", residence = "Arizona", age = "33"},
[276] = {first = "Violet", last = "Meyer", residence = "Montana", age = "29"},
[277] = {first = "Evan", last = "Woods", residence = "NewYork", age = "36"},
[278] = {first = "Lucy", last = "Ferguson", residence = "California", age = "27"},
[279] = {first = "Axel", last = "Porter", residence = "Alabama", age = "31"},
[280] = {first = "Brianna", last = "Hunt", residence = "WestVirginia", age = "30"},
[281] = {first = "Miles", last = "Lawrence", residence = "Kansas", age = "25"},
[282] = {first = "Nora", last = "Shaw", residence = "Maine", age = "34"},
[283] = {first = "Hudson", last = "Sims", residence = "Florida", age = "28"},
[284] = {first = "Caroline", last = "Ortega", residence = "NorthCarolina", age = "26"},
[285] = {first = "Micah", last = "Jennings", residence = "Nebraska", age = "29"},
[286] = {first = "Savannah", last = "Ross", residence = "Nevada", age = "31"},
[287] = {first = "Jace", last = "Wheeler", residence = "Louisiana", age = "27"},
[288] = {first = "Aaliyah", last = "Holt", residence = "Utah", age = "32"},
[289] = {first = "Blake", last = "Douglas", residence = "Vermont", age = "24"},
[290] = {first = "Everly", last = "Barton", residence = "Michigan", age = "30"},
[291] = {first = "Kai", last = "Yu", residence = "Mississippi", age = "25"},
[292] = {first = "Genesis", last = "Morrison", residence = "Connecticut", age = "28"},
[293] = {first = "Tristan", last = "Newton", residence = "Arizona", age = "35"},
[294] = {first = "Valentina", last = "Francis", residence = "Montana", age = "31"},
[295] = {first = "Maddox", last = "Sherman", residence = "NewYork", age = "29"},
[296] = {first = "Isla", last = "Silva", residence = "California", age = "34"},
[297] = {first = "Emmett", last = "Hanson", residence = "Alabama", age = "27"},
[298] = {first = "Delilah", last = "Patterson", residence = "WestVirginia", age = "30"},
[299] = {first = "Cole", last = "Banks", residence = "Kansas", age = "26"},
[300] = {first = "Kate", last = "Fitzgerald", residence = "Maine", age = "31"},
}
Config.MaleNoGloves = { -- None gloves in men hand clothing (Change depending on your hand clothing numbers)
[0] = true,
[1] = true,
[2] = true,
[3] = true,
[4] = true,
[5] = true,
[6] = true,
[7] = true,
[8] = true,
[9] = true,
[10] = true,
[11] = true,
[12] = true,
[13] = true,
[14] = true,
[15] = true,
[16] = true,
[18] = true,
[26] = true,
[52] = true,
[53] = true,
[54] = true,
[55] = true,
[56] = true,
[57] = true,
[58] = true,
[59] = true,
[60] = true,
[61] = true,
[62] = true,
[112] = true,
[113] = true,
[114] = true,
[118] = true,
[125] = true,
[132] = true,
}
Config.FemaleNoGloves = { -- None gloves in women hand clothing (Change depending on your hand clothing numbers)
[0] = true,
[1] = true,
[2] = true,
[3] = true,
[4] = true,
[5] = true,
[6] = true,
[7] = true,
[8] = true,
[9] = true,
[10] = true,
[11] = true,
[12] = true,
[13] = true,
[14] = true,
[15] = true,
[19] = true,
[59] = true,
[60] = true,
[61] = true,
[62] = true,
[63] = true,
[64] = true,
[65] = true,
[66] = true,
[67] = true,
[68] = true,
[69] = true,
[70] = true,
[71] = true,
[129] = true,
[130] = true,
[131] = true,
[135] = true,
[142] = true,
[149] = true,
[153] = true,
[157] = true,
[161] = true,
[165] = true,
}
-------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------
-- | | | | | | | | | | | DO NOT TOUCH ANYTHING UNDER THIS LINE | | | | | | | | | | | |
-------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------
Config.DoorStates = { -- Sync
["RockfordHills"] = {},
["Legion"] = {},
["Burton"] = {},
["Alta"] = {},
["GrandSenoraDesert"] = {},
["BanhamCanyon"] = {},
}
Config.DoorList = {
["RockfordHills"] = {
-- Fleeca Entrance Right
{
objYaw = 206.86373901367,
objCoords = vector3(-1215.386, -328.5239, 38.13196),
objHash = -1152174184,
locked = false,
},
-- Fleeca Entrance Left
{
objYaw = 206.86373901367,
objCoords = vector3(-1213.074, -327.3528, 38.13196),
objHash = 73386408,
locked = false,
},
-- Fleeca Reception
{
objYaw = 296.86,
objCoords = vector3(-1214.90, -334.72, 38.05),
objHash = -1201894283,
locked = true,
},
-- Fleeca Back Door
{
objYaw = 296.86370849609,
objCoords = vector3(-1214.62, -336.4432, 37.94231),
objHash = -2075524880,
locked = true,
},
-- Fleeca Vault Gate
{
objYaw = 206.86373901367,
objCoords = vector3(-1207.354, -335.0772, 38.09115),
objHash = -1591004109,
locked = true,
},
},
["Legion"] = {
-- Fleeca Entrance Right
{
objYaw = 159.81,
objCoords = vector3(149.62, -1037.23, 29.71),
objHash = -1152174184,
locked = false,
},
-- Fleeca Entrance Left
{
objYaw = 159.55606079102,
objCoords = vector3(152.06, -1038.12, 29.71),
objHash = 73386408,
locked = false,
},
-- Fleeca Reception
{
objYaw = 249.86,
objCoords = vector3(145.41, -1041.81, 29.64),
objHash = -1201894283,
locked = true,
},
-- Fleeca Back Door
{
objYaw = 249.86,
objCoords = vector3(144.04, -1044.24, 29.51),
objHash = -2075524880,
locked = true,
},
-- Fleeca Vault Gate
{
objYaw = 159.84617614746,
objCoords = vector3(150.29, -1047.62, 29.66),
objHash = -1591004109,
locked = true,
},
},
["Burton"] = {
-- Fleeca Entrance Right
{
objYaw = 160.85981750488,
objCoords = vector3(-351.2597, -46.41262, 49.3875),
objHash = -1152174184,
locked = false,
},
-- Fleeca Entrance Left
{
objYaw = 160.85981750488,
objCoords = vector3(-348.8112, -47.26242, 49.3875),
objHash = 73386408,
locked = false,
},
-- Fleeca Reception
{
objYaw = 250.85,
objCoords = vector3(-355.38, -51.06, 49.31),
objHash = -1201894283,
locked = true,
},
-- Fleeca Back Door
{
objYaw = 250.85984802246,
objCoords = vector3(-356.4247, -52.46456, 49.19785),
objHash = -2075524880,
locked = true,
},
-- Fleeca Vault Gate
{
objYaw = 160.85981750488,
objCoords = vector3(-350.3954, -56.74229, 49.34669),
objHash = -1591004109,
locked = true,
},
},
["Alta"] = {
-- Fleeca Entrance Right
{
objYaw = 159.96,
objCoords = vector3(316.39, -276.48, 54.51),
objHash = -1152174184,
locked = false,
},
-- Fleeca Entrance Left
{
objYaw = 159.96,
objCoords = vector3(316.39, -276.48, 54.51),
objHash = -1152174184,
locked = false,
},
-- Fleeca Reception
{
objYaw = 249.86,
objCoords = vector3(309.74, -280.17, 54.43),
objHash = -1201894283,
locked = true,
},
-- Fleeca Back Door
{
objYaw = 249.73,
objCoords = vector3(308.37, -282.61, 54.31),
objHash = -2075524880,
locked = true,
},
-- Fleeca Vault Gate
{
objYaw = 159.84617614746,
objCoords = vector3(314.62, -285.99, 54.46),
objHash = -1591004109,
locked = true,
},
},
["GrandSenoraDesert"] = {
-- Fleeca Entrance Right
{
objYaw = 0.0,
objCoords = vector3(1176.495, 2703.613, 38.43896),
objHash = -1152174184,
locked = false,
},
-- Fleeca Entrance Left
{
objYaw = 0.0,
objCoords = vector3(1173.903, 2703.613, 38.43896),
objHash = 73386408,
locked = false,
},
-- Fleeca Reception
{
objYaw = 89.99,
objCoords = vector3(1178.86, 2709.36, 38.36),
objHash = -1201894283,
locked = true,
},
-- Fleeca Back Door
{
objYaw = 90.0,
objCoords = vector3(1179.39, 2711.024, 38.24931),
objHash = -2075524880,
locked = true,
},
-- Fleeca Vault Gate
{
objYaw = 0.0,
objCoords = vector3(1172.291, 2713.088, 38.39815),
objHash = -1591004109,
locked = true,
},
},
["BanhamCanyon"] = {
-- Fleeca Entrance Right
{
objYaw = 267.54205322266,
objCoords = vector3(-2965.821, 481.6299, 16.04802),
objHash = -1152174184,
locked = false,
},
-- Fleeca Entrance Left
{
objYaw = 267.54205322266,
objCoords = vector3(-2965.71, 484.2193, 16.04802),
objHash = 73386408,
locked = false,
},
-- Fleeca Reception
{
objYaw = 357.54202270508,
objCoords = vector3(-2960.17, 479.01, 15.97),
objHash = -455481252,
locked = true,
},
-- Fleeca Back Door
{
objYaw = 357.54205322266,
objCoords = vector3(-2958.541, 478.4196, 15.85836),
objHash = -2075524880,
locked = true,
},
-- Fleeca Vault Gate
{
objYaw = 267.54205322266,
objCoords = vector3(-2956.174, 485.4231, 16.0072),
objHash = -1591004109,
locked = true,
},
},
}
Config.Steps = {
["RockfordHills"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Search"] = false,
["Vault"] = false,
["JailDoorKeypad"] = false,
["JailDoor"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["Legion"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Search"] = false,
["Vault"] = false,
["JailDoorKeypad"] = false,
["JailDoor"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["Burton"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Search"] = false,
["Vault"] = false,
["JailDoorKeypad"] = false,
["JailDoor"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["Alta"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Search"] = false,
["Vault"] = false,
["JailDoorKeypad"] = false,
["JailDoor"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["GrandSenoraDesert"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Search"] = false,
["Vault"] = false,
["JailDoorKeypad"] = false,
["JailDoor"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["BanhamCanyon"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Search"] = false,
["Vault"] = false,
["JailDoorKeypad"] = false,
["JailDoor"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
}
}
Config.ExtraSteps = {
["RockfordHills"] = {
["ExtraKeypadOne"] = false,
["ExtraFingerprint"] = false,
["ExtraKeypadTwo"] = false,
["ExtraBoard"] = false,
["ExtraPrinter"] = false,
["ExtraFusebox"] = false,
["ExtraShelfOne"] = false,
["ExtraShelfTwo"] = false,
["ExtraShelfThree"] = false,
["ExtraSearch"] = false,
["ExtraVault"] = false,
["ExtraJailDoorKeypad"] = false,
["ExtraJailDoor"] = false,
["ExtraTrolly1"] = false,
["ExtraTrolly2"] = false,
["ExtraTrolly3"] = false,
["ExtraTrolly4"] = false,
},
["Legion"] = {
["ExtraKeypadOne"] = false,
["ExtraFingerprint"] = false,
["ExtraKeypadTwo"] = false,
["ExtraBoard"] = false,
["ExtraPrinter"] = false,
["ExtraFusebox"] = false,
["ExtraShelfOne"] = false,
["ExtraShelfTwo"] = false,
["ExtraShelfThree"] = false,
["ExtraSearch"] = false,
["ExtraVault"] = false,
["ExtraJailDoorKeypad"] = false,
["ExtraJailDoor"] = false,
["ExtraTrolly1"] = false,
["ExtraTrolly2"] = false,
["ExtraTrolly3"] = false,
["ExtraTrolly4"] = false,
},
["Burton"] = {
["ExtraKeypadOne"] = false,
["ExtraFingerprint"] = false,
["ExtraKeypadTwo"] = false,
["ExtraBoard"] = false,
["ExtraPrinter"] = false,
["ExtraFusebox"] = false,
["ExtraShelfOne"] = false,
["ExtraShelfTwo"] = false,
["ExtraShelfThree"] = false,
["ExtraSearch"] = false,
["ExtraVault"] = false,
["ExtraJailDoorKeypad"] = false,
["ExtraJailDoor"] = false,
["ExtraTrolly1"] = false,
["ExtraTrolly2"] = false,
["ExtraTrolly3"] = false,
["ExtraTrolly4"] = false,
},
["Alta"] = {
["ExtraKeypadOne"] = false,
["ExtraFingerprint"] = false,
["ExtraKeypadTwo"] = false,
["ExtraBoard"] = false,
["ExtraPrinter"] = false,
["ExtraFusebox"] = false,
["ExtraShelfOne"] = false,
["ExtraShelfTwo"] = false,
["ExtraShelfThree"] = false,
["ExtraSearch"] = false,
["ExtraVault"] = false,
["ExtraJailDoorKeypad"] = false,
["ExtraJailDoor"] = false,
["ExtraTrolly1"] = false,
["ExtraTrolly2"] = false,
["ExtraTrolly3"] = false,
["ExtraTrolly4"] = false,
},
["GrandSenoraDesert"] = {
["ExtraKeypadOne"] = false,
["ExtraFingerprint"] = false,
["ExtraKeypadTwo"] = false,
["ExtraBoard"] = false,
["ExtraPrinter"] = false,
["ExtraFusebox"] = false,
["ExtraShelfOne"] = false,
["ExtraShelfTwo"] = false,
["ExtraShelfThree"] = false,
["ExtraSearch"] = false,
["ExtraVault"] = false,
["ExtraJailDoorKeypad"] = false,
["ExtraJailDoor"] = false,
["ExtraTrolly1"] = false,
["ExtraTrolly2"] = false,
["ExtraTrolly3"] = false,
["ExtraTrolly4"] = false,
},
["BanhamCanyon"] = {
["ExtraKeypadOne"] = false,
["ExtraFingerprint"] = false,
["ExtraKeypadTwo"] = false,
["ExtraBoard"] = false,
["ExtraPrinter"] = false,
["ExtraFusebox"] = false,
["ExtraShelfOne"] = false,
["ExtraShelfTwo"] = false,
["ExtraShelfThree"] = false,
["ExtraSearch"] = false,
["ExtraVault"] = false,
["ExtraJailDoorKeypad"] = false,
["ExtraJailDoor"] = false,
["ExtraTrolly1"] = false,
["ExtraTrolly2"] = false,
["ExtraTrolly3"] = false,
["ExtraTrolly4"] = false,
}
}
Config.Tasks = {
["RockfordHills"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Search"] = false,
["Vault"] = false,
["JailDoorKeypad"] = false,
["JailDoor"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["Legion"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Search"] = false,
["Vault"] = false,
["JailDoorKeypad"] = false,
["JailDoor"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["Burton"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Search"] = false,
["Vault"] = false,
["JailDoorKeypad"] = false,
["JailDoor"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["Alta"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Search"] = false,
["Vault"] = false,
["JailDoorKeypad"] = false,
["JailDoor"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["GrandSenoraDesert"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Search"] = false,
["Vault"] = false,
["JailDoorKeypad"] = false,
["JailDoor"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
},
["BanhamCanyon"] = {
["KeypadOne"] = false,
["Fingerprint"] = false,
["KeypadTwo"] = false,
["Board"] = false,
["Printer"] = false,
["Fusebox"] = false,
["ShelfOne"] = false,
["ShelfTwo"] = false,
["ShelfThree"] = false,
["Search"] = false,
["Vault"] = false,
["JailDoorKeypad"] = false,
["JailDoor"] = false,
["Trolly1"] = false,
["Trolly2"] = false,
["Trolly3"] = false,
["Trolly4"] = false,
}
}