Skip to content

Instantly share code, notes, and snippets.

@aqade

aqade/config.lua Secret

Created August 14, 2023 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aqade/d148daef1d4963c24c2a8c136d4f4a1c to your computer and use it in GitHub Desktop.
Save aqade/d148daef1d4963c24c2a8c136d4f4a1c to your computer and use it in GitHub Desktop.
apex_coretto
-- █████╗ ██████╗ ███████╗██╗ ██╗ ███████╗████████╗██╗ ██╗██████╗ ██╗ ██████╗ ███████╗
--██╔══██╗██╔══██╗██╔════╝╚██╗██╔╝ ██╔════╝╚══██╔══╝██║ ██║██╔══██╗██║██╔═══██╗██╔════╝
--███████║██████╔╝█████╗ ╚███╔╝ ███████╗ ██║ ██║ ██║██║ ██║██║██║ ██║███████╗
--██╔══██║██╔═══╝ ██╔══╝ ██╔██╗ ╚════██║ ██║ ██║ ██║██║ ██║██║██║ ██║╚════██║
--██║ ██║██║ ███████╗██╔╝ ██╗ ███████║ ██║ ╚██████╔╝██████╔╝██║╚██████╔╝███████║
--╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚══════╝
----------------------------------------------------------------------------------------------------
-- ██████╗ ███████╗███╗ ██╗███████╗██████╗ █████╗ ██╗ ███████╗███████╗████████╗████████╗██╗███╗ ██╗ ██████╗ ███████╗
--██╔════╝ ██╔════╝████╗ ██║██╔════╝██╔══██╗██╔══██╗██║ ██╔════╝██╔════╝╚══██╔══╝╚══██╔══╝██║████╗ ██║██╔════╝ ██╔════╝
--██║ ███╗█████╗ ██╔██╗ ██║█████╗ ██████╔╝███████║██║ ███████╗█████╗ ██║ ██║ ██║██╔██╗ ██║██║ ███╗███████╗
--██║ ██║██╔══╝ ██║╚██╗██║██╔══╝ ██╔══██╗██╔══██║██║ ╚════██║██╔══╝ ██║ ██║ ██║██║╚██╗██║██║ ██║╚════██║
--╚██████╔╝███████╗██║ ╚████║███████╗██║ ██║██║ ██║███████╗ ███████║███████╗ ██║ ██║ ██║██║ ╚████║╚██████╔╝███████║
-- ╚═════╝ ╚══════╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝
Config = {}
Config.Debug = false
-- ██╗ ██████╗ ██████╗ ███████╗███████╗████████╗████████╗██╗███╗ ██╗ ██████╗ ███████╗
-- ██║██╔═══██╗██╔══██╗ ██╔════╝██╔════╝╚══██╔══╝╚══██╔══╝██║████╗ ██║██╔════╝ ██╔════╝
-- ██║██║ ██║██████╔╝ ███████╗█████╗ ██║ ██║ ██║██╔██╗ ██║██║ ███╗███████╗
--██ ██║██║ ██║██╔══██╗ ╚════██║██╔══╝ ██║ ██║ ██║██║╚██╗██║██║ ██║╚════██║
--╚█████╔╝╚██████╔╝██████╔╝ ███████║███████╗ ██║ ██║ ██║██║ ╚████║╚██████╔╝███████║
-- ╚════╝ ╚═════╝ ╚═════╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝
Config.Name = "Café Coretto"
Config.Jobname = "coretto"
Config.Blips = {
{
enabled = true,
point = vector3(-1188.35, -1405.89, 4.47),
sprite = 89,
scale = 0.6,
colour = 11,
title = Config.Name,
},
}
Config.Features = {
RemoveNPCsFromLocation = true, -- Disable random NPCs spawning inside the club
RemoveNPCsFromLocationSettings = {
{
coords = vector3(-1188.35, -1405.89, 4.47),
radius = 20.0,
},
},
Office = true,
OfficeSettings = {
Target = {
{
points = vector3(-1181.03, -1409.01, 10.52),
heading = 340.0,
minZ = 10.52-0.15,
maxZ = 10.52+0.35,
Size = {0.4, 0.4},
distance = 2.0,
},
},
},
Duty = true, -- This is a QBCore function, set it to false, if using ESX!
DutySettings = {
Target = {
{
points = vector3(-1190.72, -1390.8, 4.47),
heading = 305.0,
minZ = 4.47-1.0,
maxZ = 4.47+0.5,
Size = {0.8, 1},
distance = 2.0,
},
},
},
Wardrobe = true,
WardrobeSettings = {
Target = {
{
points = vector3(-1189.27, -1386.54, 4.64),
heading = 305.0,
minZ = 4.64-1,
maxZ = 4.64+1.3,
Size = {4.8, 0.6},
distance = 2.0,
},
},
ClothingStore = true,
ClothingStoreTrigger = "qb-clothing:client:openMenu",
--[[
- qb-clothing:client:openMenu (default qbcore)
- illenium-appearance:client:openClothingShop (illenium-appearance)
- Or you can add your own trigger if you are using something else.
]]--
OutfitMenu = true,
OutfitMenuTrigger = "qb-clothing:client:openOutfitMenu",
--[[
- qb-clothing:client:openOutfitMenu (default qbcore)
- illenium-appearance:client:openOutfitMenu (illenium-appearance)
- Or you can add your own trigger if you are using something else.
]]--
PersonalLocker = true,
},
Piano = true,
PianoSettings = {
EmployeeOnly = true,
AudioVolume = 0.5,
AudioRange = 35.0,
Target = {
points = vector3(-1191.78, -1391.25, 10.92),
heading = 285.0,
minZ = 10.92-1.3,
maxZ = 10.92+0.8,
Size = {2.6, 2.2},
distance = 1.5,
},
},
Table = true,
TableSettings = {
Size = 10000,
Slots = 10,
},
Tray = true,
TraySettings = {
Size = 10000,
Slots = 10,
},
Storage = true,
StorageSettings = {
Size = 4000000,
Slots = 500,
},
BarIngredients = true,
BarIngredientsSettings = {
shelves = {
label = "Ingredients",
slots = 15,
items = {
{ name = "pineapplejuice", price = 5, amount = 50, info = {}, type = "item", slot = 1, },
{ name = "lemon", price = 5, amount = 50, info = {}, type = "item", slot = 2, },
{ name = "lime", price = 5, amount = 50, info = {}, type = "item", slot = 3, },
{ name = "sugar", price = 5, amount = 50, info = {}, type = "item", slot = 4, },
{ name = "mint", price = 5, amount = 50, info = {}, type = "item", slot = 5, },
{ name = "cocomilk", price = 5, amount = 50, info = {}, type = "item", slot = 6, },
{ name = "gin", price = 5, amount = 50, info = {}, type = "item", slot = 7, },
{ name = "rum", price = 5, amount = 50, info = {}, type = "item", slot = 8, },
{ name = "whiskey", price = 5, amount = 50, info = {}, type = "item", slot = 9, },
{ name = "vodka", price = 5, amount = 50, info = {}, type = "item", slot = 10, },
-- { name = "itemname", price = 0, amount = 0, info = {}, type = "item", slot = 11, },
},
},
},
KitchenIngredients = true,
KitchenIngredientsSettings = {
shelves = {
label = "Ingredients",
slots = 15,
items = {
{ name = "cheese", price = 5, amount = 50, info = {}, type = "item", slot = 1, },
{ name = "mozzarella", price = 5, amount = 50, info = {}, type = "item", slot = 2, },
{ name = "lettuce", price = 5, amount = 50, info = {}, type = "item", slot = 5, },
{ name = "mushrooms", price = 5, amount = 50, info = {}, type = "item", slot = 6, },
{ name = "ham", price = 5, amount = 50, info = {}, type = "item", slot = 3, },
{ name = "meat", price = 5, amount = 50, info = {}, type = "item", slot = 4, },
{ name = "pepperoni", price = 5, amount = 50, info = {}, type = "item", slot = 7, },
{ name = "seafoodmix", price = 5, amount = 50, info = {}, type = "item", slot = 8, },
{ name = "tomato", price = 5, amount = 50, info = {}, type = "item", slot = 9, },
{ name = "tomatosauce", price = 5, amount = 50, info = {}, type = "item", slot = 10, },
{ name = "oil", price = 5, amount = 50, info = {}, type = "item", slot = 11, },
{ name = "flour", price = 5, amount = 50, info = {}, type = "item", slot = 12, },
{ name = "sugar", price = 5, amount = 50, info = {}, type = "item", slot = 13, },
{ name = "salt", price = 5, amount = 50, info = {}, type = "item", slot = 14, },
-- { name = "itemname", price = 0, amount = 0, info = {}, type = "item", slot = 15, },
},
},
},
Freezer = true,
FreezerSettings = {
shelves = {
label = "Freezer",
slots = 5,
items = {
{ name = "ice", price = 5, amount = 20, info = {}, type = "item", slot = 1, },
-- { name = "itemname", price = 0, amount = 0, info = {}, type = "item", slot = 2, },
},
},
},
Bartending = true,
BartendingSettings = {
Target = {
{
points = vector3(-1195.86, -1405.7, 4.47),
heading = 305.0,
minZ = 4.47-1.05,
maxZ = 4.47+0.27,
Size = {1.2, 0.55},
distance = 2.0,
},
{
points = vector3(-1197.16, -1396.48, 10.52),
heading = 305.0,
minZ = 10.52-1.05,
maxZ = 10.52+0.27,
Size = {1.2, 0.55},
distance = 2.0,
},
},
DrinkMakingDuration = 10, -- Duration in seconds
Recipes = {
{
label = "Blue Lagoon",
ingredients = {
{name = "vodka", amount = 1},
{name = "lemon", amount = 1},
{name = "ice", amount = 1},
},
output = {
{name = "bluelagoon", amount = 1},
},
},
{
label = "Pinã Colada",
ingredients = {
{name = "cocomilk", amount = 1},
{name = "pineapplejuice", amount = 1},
{name = "ice", amount = 1},
},
output = {
{name = "pinacolada", amount = 1},
},
},
{
label = "San Francisco",
ingredients = {
{name = "gin", amount = 1},
{name = "pineapplejuice", amount = 1},
{name = "ice", amount = 1},
},
output = {
{name = "sanfrancisco", amount = 1},
},
},
{
label = "Caipirinha",
ingredients = {
{name = "rum", amount = 1},
{name = "lime", amount = 1},
{name = "sugar", amount = 1},
{name = "ice", amount = 1},
},
output = {
{name = "caipirinha", amount = 1},
},
},
{
label = "Mojito",
ingredients = {
{name = "rum", amount = 1},
{name = "lime", amount = 1},
{name = "sugar", amount = 1},
{name = "mint", amount = 1},
{name = "ice", amount = 1},
},
output = {
{name = "mojito", amount = 1},
},
},
{
label = "Mai Tai",
ingredients = {
{name = "rum", amount = 1},
{name = "lime", amount = 1},
{name = "pineapplejuice", amount = 1},
{name = "ice", amount = 1},
},
output = {
{name = "maitai", amount = 1},
},
},
}
},
Kitchen = true,
KitchenSettings = {
FoodMakingDuration = 10, -- Duration in seconds
Recipes = {
OvenEnabled = true,
Oven = {
{
label = "Vegan Pizza",
ingredients = {
{name = "pizzabase", amount = 1},
{name = "tomatosauce", amount = 1},
{name = "cheese", amount = 1},
{name = "mushrooms", amount = 1},
{name = "lettuce", amount = 1},
},
output = {
{name = "veganpizza", amount = 8},
},
},
{
label = "Margharita Pizza",
ingredients = {
{name = "pizzabase", amount = 1},
{name = "tomatosauce", amount = 1},
{name = "cheese", amount = 1},
{name = "pepperoni", amount = 1},
{name = "ham", amount = 1},
},
output = {
{name = "margharita", amount = 8},
},
},
{
label = "Napollitano Pizza",
ingredients = {
{name = "pizzabase", amount = 1},
{name = "tomatosauce", amount = 1},
{name = "mozzarella", amount = 1},
{name = "ham", amount = 1},
{name = "meat", amount = 1},
},
output = {
{name = "napollitano", amount = 8},
},
},
{
label = "Mushroom Pizza",
ingredients = {
{name = "pizzabase", amount = 1},
{name = "tomatosauce", amount = 1},
{name = "cheese", amount = 1},
{name = "mushrooms", amount = 1},
{name = "ham", amount = 1},
},
output = {
{name = "mushroompizza", amount = 1},
},
},
{
label = "Ocean Pizza",
ingredients = {
{name = "pizzabase", amount = 1},
{name = "tomatosauce", amount = 1},
{name = "seafoodmix", amount = 1},
{name = "tomato", amount = 1},
{name = "cheese", amount = 1},
},
output = {
{name = "oceanpizza", amount = 8},
},
},
{
label = "Deep Pan Pizza",
ingredients = {
{name = "pizzabase", amount = 1},
{name = "tomatosauce", amount = 1},
{name = "cheese", amount = 1},
{name = "tomato", amount = 1},
{name = "meat", amount = 1},
},
output = {
{name = "deeppan", amount = 8},
},
},
-- {
-- label = "Name of Food",
-- ingredients = {
-- {name = "itemname", amount = 1},
-- },
-- output = {
-- {name = "itemname", amount = 1},
-- },
-- },
},
StoveEnabled = true,
Stove = {
-- {
-- label = "Name of Food",
-- ingredients = {
-- {name = "itemname", amount = 1},
-- },
-- output = {
-- {name = "itemname", amount = 1},
-- },
-- },
},
MixerEnabled = true,
Mixer = {
{
label = "Dough",
ingredients = {
{name = "flour", amount = 1},
{name = "salt", amount = 1},
{name = "sugar", amount = 1},
{name = "oil", amount = 1},
},
output = {
{name = "dough", amount = 1},
},
},
-- {
-- label = "Name of Food",
-- ingredients = {
-- {name = "itemname", amount = 1},
-- },
-- output = {
-- {name = "itemname", amount = 1},
-- },
-- },
},
PrepareboardEnabled = true,
Prepareboard = {
{
label = "Pizza Base",
ingredients = {
{name = "dough", amount = 1},
},
output = {
{name = "pizzabase", amount = 1},
},
},
{
label = "Durum Base",
ingredients = {
{name = "dough", amount = 1},
},
output = {
{name = "durumbase", amount = 1},
},
},
{
label = "Durum",
ingredients = {
{name = "durumbase", amount = 1},
{name = "lettuce", amount = 1},
{name = "meat", amount = 1},
{name = "tomato", amount = 1},
},
output = {
{name = "durum", amount = 1},
},
},
-- {
-- label = "Name of Food",
-- ingredients = {
-- {name = "itemname", amount = 1},
-- },
-- output = {
-- {name = "itemname", amount = 1},
-- },
-- },
},
}
},
}
--████████╗ █████╗ ██████╗ ██████╗ ███████╗████████╗███████╗
--╚══██╔══╝██╔══██╗██╔══██╗██╔════╝ ██╔════╝╚══██╔══╝██╔════╝
-- ██║ ███████║██████╔╝██║ ███╗█████╗ ██║ ███████╗
-- ██║ ██╔══██║██╔══██╗██║ ██║██╔══╝ ██║ ╚════██║
-- ██║ ██║ ██║██║ ██║╚██████╔╝███████╗ ██║ ███████║
-- ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═╝ ╚══════╝
Config.AdditionalTargets = {
Mixer = {
{
Coords = vector3(-1194.1, -1393.16, 4.47),
Heading = 305.0,
Size = {1.5, 0.9},
Distance = 1.5,
minZ = 4.47-1.2,
maxZ = 4.47+0.7,
},
},
Prepareboard = {
{
Coords = vector3(-1189.82, -1393.93, 4.47),
Heading = 305.0,
Size = {1.5, 0.9},
Distance = 1.5,
minZ = 4.47-1.2,
maxZ = 4.47+0.2,
},
},
Oven = {
{
Coords = vector3(-1194.94, -1390.66, 4.47),
Heading = 305.0,
Size = {1.55, 0.85},
Distance = 1.5,
minZ = 4.47-1,
maxZ = 4.47+1,
},
},
Stove = {
{
Coords = vector3(-1196.74, -1392.01, 4.47),
Heading = 305.0,
Size = {3.0, 1},
Distance = 1.5,
minZ = 4.47-1.2,
maxZ = 4.47+0.2,
},
{
Coords = vector3(-1200.42, -1394.59, 4.47),
Heading = 305.0,
Size = {3.0, 1},
Distance = 1.5,
minZ = 4.47-1.2,
maxZ = 4.47+0.2,
},
},
Storage = {
{
Coords = vector3(-1193.82, -1396.92, 4.47),
Heading = 305.0,
Size = {4.55, 0.6},
Distance = 1.5,
minZ = 4.47-1,
maxZ = 4.47+1.1,
},
},
BarIngredients = {
{
Coords = vector3(-1196.54, -1403.44, 4.47),
Heading = 305.0,
Size = {3.4, 0.6},
Distance = 2.0,
minZ = 4.47-1,
maxZ = 4.47+1.5,
},
{
Coords = vector3(-1194.77, -1397.83, 10.52),
Heading = 305.0,
Size = {3.4, 0.6},
Distance = 2.0,
minZ = 10.52-1,
maxZ = 10.52+1.5,
},
},
KitchenIngredients = {
{
Coords = vector3(-1197.14, -1402.51, 4.47),
Heading = 305.0,
Size = {3.8, 0.8},
Distance = 2.0,
minZ = 4.47-1,
maxZ = 4.47+1.5,
},
},
Freezer = {
{
Coords = vector3(-1196.93, -1405.79, 4.47),
Heading = 305.0,
Size = {0.25, 0.25},
Distance = 2.0,
minZ = 4.47-0.02,
maxZ = 4.47+0.5,
},
{
Coords = vector3(-1192.96, -1396.19, 10.52),
Heading = 305.0,
Size = {0.25, 0.25},
Distance = 2.0,
minZ = 10.52-0.02,
maxZ = 10.52+0.5,
},
},
CashRegisters = {
{
Coords = vector3(-1185.82, -1398.2, 4.47),
Heading = 305.0,
Size = {0.8, 0.4},
Distance = 1.5,
minZ = 4.47,
maxZ = 4.47+0.3,
},
},
Tables = {
{ Coords = vector3(-1178.18, -1410.76, 4.56), Heading = 305.0, Size = {1.4, 1.4}, Distance = 1.5, minZ = 4.56-1, maxZ = 4.56, },
{ Coords = vector3(-1184.27, -1415.00, 4.44), Heading = 305.0, Size = {1.4, 1.4}, Distance = 1.5, minZ = 4.44-1, maxZ = 4.44, },
{ Coords = vector3(-1180.55, -1406.55, 4.47), Heading = 305.0, Size = {2.0, 1.2}, Distance = 1.5, minZ = 4.47-1, maxZ = 4.47, },
{ Coords = vector3(-1182.67, -1403.52, 4.47), Heading = 305.0, Size = {2.0, 1.2}, Distance = 1.5, minZ = 4.47-1, maxZ = 4.47, },
{ Coords = vector3(-1189.37, -1413.26, 4.47), Heading = 35.0, Size = {2.0, 1.2}, Distance = 1.5, minZ = 4.47-1, maxZ = 4.47, },
{ Coords = vector3(-1191.27, -1410.51, 4.47), Heading = 35.0, Size = {2.0, 1.2}, Distance = 1.5, minZ = 4.47-1, maxZ = 4.47, },
{ Coords = vector3(-1193.13, -1407.83, 4.47), Heading = 35.0, Size = {2.0, 1.2}, Distance = 1.5, minZ = 4.47-1, maxZ = 4.47, },
{ Coords = vector3(-1184.51, -1400.08, 4.47), Heading = 305.0, Size = {1.4, 1.4}, Distance = 1.5, minZ = 4.47-1, maxZ = 4.47, },
{ Coords = vector3(-1187.97, -1403.35, 4.47), Heading = 305.0, Size = {1.4, 1.4}, Distance = 1.5, minZ = 4.47-1, maxZ = 4.47, },
{ Coords = vector3(-1186.39, -1405.53, 4.47), Heading = 305.0, Size = {1.4, 1.4}, Distance = 1.5, minZ = 4.47-1, maxZ = 4.47, },
{ Coords = vector3(-1184.83, -1407.65, 4.47), Heading = 305.0, Size = {1.4, 1.4}, Distance = 1.5, minZ = 4.47-1, maxZ = 4.47, },
{ Coords = vector3(-1186.65, -1410.73, 4.47), Heading = 305.0, Size = {1.4, 1.4}, Distance = 1.5, minZ = 4.47-1, maxZ = 4.47, },
{ Coords = vector3(-1189.90, -1406.29, 4.47), Heading = 305.0, Size = {1.4, 1.4}, Distance = 1.5, minZ = 4.47-1, maxZ = 4.47, },
},
Trays = {
{ Coords = vector3(-1186.65, -1398.81, 4.47), Heading = 305.0, Size = {0.6, 0.35}, Distance = 2.5, minZ = 4.47+0.07, maxZ = 4.47+0.27, },
{ Coords = vector3(-1193.47, -1404.04, 4.47), Heading = 305.0, Size = {1.2, 0.55}, Distance = 2.5, minZ = 4.47+0.07, maxZ = 4.47+0.27, },
{ Coords = vector3(-1195.85, -1395.56, 10.52), Heading = 305.0, Size = {1.2, 0.55}, Distance = 2.5, minZ = 10.52+0.07, maxZ = 10.52+0.27, },
},
}
--███████╗███████╗ █████╗ ████████╗███████╗
--██╔════╝██╔════╝██╔══██╗╚══██╔══╝██╔════╝
--███████╗█████╗ ███████║ ██║ ███████╗
--╚════██║██╔══╝ ██╔══██║ ██║ ╚════██║
--███████║███████╗██║ ██║ ██║ ███████║
--╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚══════╝
Config.Seats = {
--[[
YOU CAN ADD, REMOVE OR ADJUST AS YOU WANT FOR MORE SEATS
]]--
--[[ CAFÉ CORETTO ]]--
{ coords = vector4(-1177.04, -1409.99, 4.54, 125.0), stand = vector3(-1178.79, -1409.92, 4.54)},
{ coords = vector4(-1179.21, -1411.45, 4.54, 305.0), stand = vector3(-1178.79, -1409.92, 4.54)},
{ coords = vector4(-1183.21, -1414.31, 4.54, 125.0), stand = vector3(-1184.75, -1414.10, 4.44)},
{ coords = vector4(-1185.39, -1415.78, 4.54, 305.0), stand = vector3(-1184.75, -1414.10, 4.44)},
{ coords = vector4(-1180.19, -1407.98, 4.47, 35.0), stand = vector3(-1181.49, -1407.26, 4.47)},
{ coords = vector4(-1179.23, -1407.32, 4.47, 35.0), stand = vector3(-1181.49, -1407.26, 4.47)},
{ coords = vector4(-1181.70, -1405.74, 4.47, 215.0), stand = vector3(-1181.49, -1407.26, 4.47)},
{ coords = vector4(-1180.77, -1405.11, 4.47, 215.0), stand = vector3(-1181.49, -1407.26, 4.47)},
{ coords = vector4(-1182.30, -1404.89, 4.47, 35.0), stand = vector3(-1183.71, -1404.38, 4.47)},
{ coords = vector4(-1181.38, -1404.25, 4.47, 35.0), stand = vector3(-1183.71, -1404.38, 4.47)},
{ coords = vector4(-1183.89, -1402.76, 4.47, 215.0), stand = vector3(-1183.71, -1404.38, 4.47)},
{ coords = vector4(-1182.96, -1402.14, 4.47, 215.0), stand = vector3(-1183.71, -1404.38, 4.47)},
{ coords = vector4(-1188.52, -1412.06, 4.47, 125.0), stand = vector3(-1190.24, -1411.99, 4.47)},
{ coords = vector4(-1187.90, -1412.95, 4.47, 125.0), stand = vector3(-1190.24, -1411.99, 4.47)},
{ coords = vector4(-1190.47, -1414.68, 4.47, 305.0), stand = vector3(-1190.24, -1411.99, 4.47)},
{ coords = vector4(-1190.91, -1413.86, 4.47, 305.0), stand = vector3(-1190.24, -1411.99, 4.47)},
{ coords = vector4(-1189.78, -1410.26, 4.47, 125.0), stand = vector3(-1192.24, -1409.15, 4.47)},
{ coords = vector4(-1190.54, -1409.18, 4.47, 125.0), stand = vector3(-1192.24, -1409.15, 4.47)},
{ coords = vector4(-1192.25, -1412.00, 4.47, 305.0), stand = vector3(-1192.24, -1409.15, 4.47)},
{ coords = vector4(-1192.81, -1411.00, 4.47, 305.0), stand = vector3(-1192.24, -1409.15, 4.47)},
{ coords = vector4(-1191.68, -1407.55, 4.47, 125.0), stand = vector3(-1194.08, -1406.49, 4.47)},
{ coords = vector4(-1192.41, -1406.51, 4.47, 125.0), stand = vector3(-1194.08, -1406.49, 4.47)},
{ coords = vector4(-1194.00, -1409.19, 4.47, 305.0), stand = vector3(-1194.08, -1406.49, 4.47)},
{ coords = vector4(-1194.61, -1408.33, 4.47, 305.0), stand = vector3(-1194.08, -1406.49, 4.47)},
{ coords = vector4(-1183.64, -1401.25, 4.47, 35.0), stand = vector3(-1185.35, -1400.72, 4.47)},
{ coords = vector4(-1185.26, -1398.88, 4.47, 215.0), stand = vector3(-1185.35, -1400.72, 4.47)},
{ coords = vector4(-1183.60, -1406.88, 4.47, 125.0), stand = vector3(-1184.10, -1408.56, 4.47)},
{ coords = vector4(-1185.97, -1408.50, 4.47, 305.0), stand = vector3(-1184.10, -1408.56, 4.47)},
{ coords = vector4(-1185.24, -1404.70, 4.47, 125.0), stand = vector3(-1185.63, -1406.41, 4.47)},
{ coords = vector4(-1187.60, -1406.33, 4.47, 305.0), stand = vector3(-1185.63, -1406.41, 4.47)},
{ coords = vector4(-1186.77, -1402.54, 4.47, 125.0), stand = vector3(-1187.25, -1404.19, 4.47)},
{ coords = vector4(-1189.13, -1404.16, 4.47, 305.0), stand = vector3(-1187.25, -1404.19, 4.47)},
{ coords = vector4(-1190.61, -1405.11, 4.47, 215.0), stand = vector3(-1190.76, -1406.91, 4.47)},
{ coords = vector4(-1189.01, -1407.39, 4.47, 35.0), stand = vector3(-1190.76, -1406.91, 4.47)},
{ coords = vector4(-1187.56, -1409.46, 4.47, 215.0), stand = vector3(-1187.55, -1411.35, 4.47)},
{ coords = vector4(-1185.83, -1411.94, 4.47, 35.0), stand = vector3(-1187.55, -1411.35, 4.47)},
{ coords = vector4(-1189.10, -1400.93, 4.47, 194.16), stand = vector3(-1189.46, -1401.66, 4.47)},
{ coords = vector4(-1190.45, -1401.90, 4.47, 240.01), stand = vector3(-1189.46, -1401.66, 4.47)},
--[[ OFFICE ]]--
{ coords = vector4(-1180.28, -1407.73, 10.52, 123.46), stand = vector3(-1179.60, -1408.25, 10.52)},
{ coords = vector4(-1182.27, -1410.02, 10.52, 318.58), stand = vector3(-1182.63, -1409.41, 10.52)},
{ coords = vector4(-1182.97, -1408.78, 10.52, 286.06), stand = vector3(-1182.63, -1409.41, 10.52)},
{ coords = vector4(-1184.98, -1414.43, 10.52, 40.0), stand = vector3(-1186.05, -1414.33, 10.52)},
{ coords = vector4(-1185.63, -1414.80, 10.52, 40.0), stand = vector3(-1186.05, -1414.33, 10.52)},
{ coords = vector4(-1186.26, -1415.35, 10.52, 40.0), stand = vector3(-1186.05, -1414.33, 10.52)},
{ coords = vector4(-1188.52, -1412.29, 10.52, 220.0), stand = vector3(-1187.41, -1412.43, 10.52)},
{ coords = vector4(-1187.94, -1411.90, 10.52, 220.0), stand = vector3(-1187.41, -1412.43, 10.52)},
{ coords = vector4(-1187.19, -1411.36, 10.52, 220.0), stand = vector3(-1187.41, -1412.43, 10.52)},
--[[ VIP ]]--
{ coords = vector4(-1194.41, -1401.78, 10.52, 125.0), stand = vector3(-1195.50, -1401.52, 10.52)},
{ coords = vector4(-1194.92, -1401.17, 10.52, 125.0), stand = vector3(-1195.50, -1401.52, 10.52)},
{ coords = vector4(-1195.32, -1400.47, 10.52, 125.0), stand = vector3(-1195.50, -1401.52, 10.52)},
{ coords = vector4(-1197.39, -1403.92, 10.52, 305.0), stand = vector3(-1197.22, -1402.86, 10.52)},
{ coords = vector4(-1197.73, -1403.31, 10.52, 305.0), stand = vector3(-1197.22, -1402.86, 10.52)},
{ coords = vector4(-1198.31, -1402.56, 10.52, 305.0), stand = vector3(-1197.22, -1402.86, 10.52)},
{ coords = vector4(-1199.85, -1400.15, 10.52, 352.7), stand = vector3(-1199.03, -1399.67, 10.52)},
{ coords = vector4(-1202.30, -1397.05, 10.52, 268.46), stand = vector3(-1201.5, -1396.65, 10.52)},
{ coords = vector4(-1202.12, -1395.92, 10.52, 244.17), stand = vector3(-1201.5, -1396.65, 10.52)},
{ coords = vector4(-1198.73, -1394.97, 10.52, 316.37), stand = vector3(-1198.5, -1394.11, 10.52)},
{ coords = vector4(-1199.42, -1394.06, 10.52, 287.62), stand = vector3(-1198.5, -1394.11, 10.52)},
{ coords = vector4(-1196.63, -1391.97, 10.52, 134.02), stand = vector3(-1196.84, -1392.86, 10.52)},
{ coords = vector4(-1195.96, -1392.92, 10.52, 108.94), stand = vector3(-1196.84, -1392.86, 10.52)},
{ coords = vector4(-1191.24, -1393.11, 10.92, 12.73), stand = vector3(-1191.47, -1392.58, 10.92)},
--[[ WAITING OUTSIDE MEETING ]]--
{ coords = vector4(-1185.80, -1403.18, 13.83, 216.31), stand = vector3(-1184.56, -1403.34, 13.83)},
{ coords = vector4(-1185.10, -1402.68, 13.83, 224.62), stand = vector3(-1184.56, -1403.34, 13.83)},
{ coords = vector4(-1184.48, -1402.32, 13.83, 229.83), stand = vector3(-1184.56, -1403.34, 13.83)},
{ coords = vector4(-1182.94, -1402.50, 13.83, 126.31), stand = vector3(-1183.15, -1403.7, 13.83)},
{ coords = vector4(-1182.55, -1403.15, 13.83, 132.82), stand = vector3(-1183.15, -1403.7, 13.83)},
{ coords = vector4(-1182.04, -1403.82, 13.83, 128.26), stand = vector3(-1183.15, -1403.7, 13.83)},
--[[ MEETING ]]--
{ coords = vector4(-1179.91, -1408.98, 13.83, 125.0), stand = vector3(-1180.33, -1408.03, 13.83)},
{ coords = vector4(-1180.22, -1411.34, 13.83, 35.0), stand = vector3(-1180.76, -1411.81, 13.83)},
{ coords = vector4(-1181.46, -1412.15, 13.83, 35.0), stand = vector3(-1182.04, -1412.64, 13.83)},
{ coords = vector4(-1182.72, -1413.10, 13.83, 35.0), stand = vector3(-1183.48, -1413.67, 13.83)},
{ coords = vector4(-1184.07, -1413.99, 13.83, 35.0), stand = vector3(-1184.82, -1414.52, 13.83)},
{ coords = vector4(-1185.31, -1414.90, 13.83, 35.0), stand = vector3(-1186.03, -1415.50, 13.83)},
{ coords = vector4(-1187.74, -1414.51, 13.83, 305.0), stand = vector3(-1187.24, -1415.26, 13.83)},
{ coords = vector4(-1187.10, -1411.96, 13.83, 215.0), stand = vector3(-1186.55, -1411.62, 13.83)},
{ coords = vector4(-1185.95, -1411.15, 13.83, 215.0), stand = vector3(-1185.31, -1410.65, 13.83)},
{ coords = vector4(-1184.70, -1410.28, 13.83, 215.0), stand = vector3(-1184.12, -1409.86, 13.83)},
{ coords = vector4(-1183.51, -1409.45, 13.83, 215.0), stand = vector3(-1182.87, -1408.97, 13.83)},
{ coords = vector4(-1182.33, -1408.62, 13.83, 215.0), stand = vector3(-1181.61, -1408.08, 13.83)},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment