Skip to content

Instantly share code, notes, and snippets.

@aqade

aqade/config.lua Secret

Created March 13, 2024 23:00
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/ca1374a0c9fce0268cc47ae7f2be9905 to your computer and use it in GitHub Desktop.
Save aqade/ca1374a0c9fce0268cc47ae7f2be9905 to your computer and use it in GitHub Desktop.
apex_haute
-- █████╗ ██████╗ ███████╗██╗ ██╗ ███████╗████████╗██╗ ██╗██████╗ ██╗ ██████╗ ███████╗
--██╔══██╗██╔══██╗██╔════╝╚██╗██╔╝ ██╔════╝╚══██╔══╝██║ ██║██╔══██╗██║██╔═══██╗██╔════╝
--███████║██████╔╝█████╗ ╚███╔╝ ███████╗ ██║ ██║ ██║██║ ██║██║██║ ██║███████╗
--██╔══██║██╔═══╝ ██╔══╝ ██╔██╗ ╚════██║ ██║ ██║ ██║██║ ██║██║██║ ██║╚════██║
--██║ ██║██║ ███████╗██╔╝ ██╗ ███████║ ██║ ╚██████╔╝██████╔╝██║╚██████╔╝███████║
--╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚══════╝
----------------------------------------------------------------------------------------------------
-- ██████╗ ███████╗███╗ ██╗███████╗██████╗ █████╗ ██╗ ███████╗███████╗████████╗████████╗██╗███╗ ██╗ ██████╗ ███████╗
--██╔════╝ ██╔════╝████╗ ██║██╔════╝██╔══██╗██╔══██╗██║ ██╔════╝██╔════╝╚══██╔══╝╚══██╔══╝██║████╗ ██║██╔════╝ ██╔════╝
--██║ ███╗█████╗ ██╔██╗ ██║█████╗ ██████╔╝███████║██║ ███████╗█████╗ ██║ ██║ ██║██╔██╗ ██║██║ ███╗███████╗
--██║ ██║██╔══╝ ██║╚██╗██║██╔══╝ ██╔══██╗██╔══██║██║ ╚════██║██╔══╝ ██║ ██║ ██║██║╚██╗██║██║ ██║╚════██║
--╚██████╔╝███████╗██║ ╚████║███████╗██║ ██║██║ ██║███████╗ ███████║███████╗ ██║ ██║ ██║██║ ╚████║╚██████╔╝███████║
-- ╚═════╝ ╚══════╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝
Config = {}
Config.Debug = false
-- ██╗ ██████╗ ██████╗ ███████╗███████╗████████╗████████╗██╗███╗ ██╗ ██████╗ ███████╗
-- ██║██╔═══██╗██╔══██╗ ██╔════╝██╔════╝╚══██╔══╝╚══██╔══╝██║████╗ ██║██╔════╝ ██╔════╝
-- ██║██║ ██║██████╔╝ ███████╗█████╗ ██║ ██║ ██║██╔██╗ ██║██║ ███╗███████╗
--██ ██║██║ ██║██╔══██╗ ╚════██║██╔══╝ ██║ ██║ ██║██║╚██╗██║██║ ██║╚════██║
--╚█████╔╝╚██████╔╝██████╔╝ ███████║███████╗ ██║ ██║ ██║██║ ╚████║╚██████╔╝███████║
-- ╚════╝ ╚═════╝ ╚═════╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝
Config.Name = "Haute Nightclub"
Config.Jobname = "haute"
Config.Blips = {
{
enabled = true,
point = vector3(-15.35, 232.52, 109.56),
sprite = 121,
scale = 0.6,
colour = 48,
title = Config.Name,
},
}
Config.Features = {
Office = true,
OfficeSettings = {
Target = {
{
points = vector3(-23.11, 287.75, 94.95),
heading = 351.0,
minZ = 94.95-1,
maxZ = 94.95+0.5,
Size = {3.2, 0.6},
distance = 2.0,
},
},
},
Duty = true, -- This is a QBCore function, set it to false, if using ESX!
DutySettings = {
Target = {
{
points = vector3(-32.1, 266.0, 94.95),
heading = 351.0,
minZ = 94.95+0.4,
maxZ = 94.95+1.6,
Size = {0.2, 1.6},
distance = 2.5,
},
},
},
Wardrobe = true,
WardrobeSettings = {
Target = {
{
points = vector3(-23.27, 283.21, 94.95),
heading = 351.0,
minZ = 94.95-1,
maxZ = 94.95+1,
Size = {3.2, 0.6},
distance = 2.0,
},
{
points = vector3(-24.47, 275.37, 94.95),
heading = 351.0,
minZ = 94.95-1,
maxZ = 94.95+1,
Size = {3.2, 0.6},
distance = 2.0,
},
{
points = vector3(-25.8, 267.57, 94.95),
heading = 351.0,
minZ = 94.95-1,
maxZ = 94.95+1,
Size = {3.2, 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,
},
DJBooth = true,
DJBoothSettings = {
EmployeeOnly = true,
AudioVolume = 0.5,
AudioRange = 45.0,
Target = {
points = vector3(-16.76, 258.93, 99.4),
heading = 351.0,
minZ = 99.4-1.1,
maxZ = 99.4+1.2,
Size = {1.0, 2.6},
distance = 2.5,
},
},
Poledancing = true,
PoledancingSettings = {
EmployeeOnly = true,
Duration = 60, -- Duration in seconds
Target = {
{ -- VIP Poles
points = vector3(-37.98, 242.03, 98.25),
minZ = 98.25-1,
maxZ = 98.25+2,
distance = 3.0,
},
{
points = vector3(-41.82, 237.25, 98.33),
minZ = 98.33-1,
maxZ = 98.33+2,
distance = 3.0,
},
{
points = vector3(-45.45, 243.11, 98.25),
minZ = 98.25-1,
maxZ = 98.25+2,
distance = 3.0,
},
{
points = vector3(-47.15, 232.65, 98.25),
minZ = 98.25-1,
maxZ = 98.25+2,
distance = 3.0,
},
{ -- Club Poles
points = vector3(-12.53, 282.62, 95.94),
minZ = 95.94-1,
maxZ = 95.94+2,
distance = 3.0,
},
-- {
-- points = vector3(0.0, 0.0, 0.0),
-- minZ = 0.0-0.0,
-- maxZ = 0.0+0.0,
-- distance = 0.0,
-- },
},
},
Table = true,
TableSettings = {
Size = 10000,
Slots = 10,
},
Tray = true,
TraySettings = {
Size = 10000,
Slots = 10,
},
Storage = true,
StorageSettings = {
Size = 4000000,
Slots = 500,
},
Ingredients = true,
IngredientsSettings = {
shelves = {
label = "Ingredients",
slots = 15,
items = {
{ name = "pineapplejuice", price = 5, amount = 20, info = {}, type = "item", slot = 1, },
{ name = "lemon", price = 5, amount = 20, info = {}, type = "item", slot = 2, },
{ name = "lime", price = 5, amount = 20, info = {}, type = "item", slot = 3, },
{ name = "sugar", price = 5, amount = 20, info = {}, type = "item", slot = 4, },
{ name = "mint", price = 5, amount = 20, info = {}, type = "item", slot = 5, },
{ name = "cocomilk", price = 5, amount = 20, info = {}, type = "item", slot = 6, },
{ name = "gin", price = 5, amount = 20, info = {}, type = "item", slot = 7, },
{ name = "rum", price = 5, amount = 20, info = {}, type = "item", slot = 8, },
{ name = "whiskey", price = 5, amount = 20, info = {}, type = "item", slot = 9, },
{ name = "vodka", price = 5, amount = 20, info = {}, type = "item", slot = 10, },
-- { name = "itemname", price = 0, amount = 0, info = {}, type = "item", slot = 11, },
},
},
},
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 = {
{ -- Hall Bartending
points = vector3(-32.52, 238.93, 109.55),
heading = 351.0,
minZ = 109.55,
maxZ = 109.55+0.5,
Size = {0.8, 1.8},
distance = 2.0,
},
{ -- VIP Bartending
points = vector3(-33.47, 232.83, 98.15),
heading = 350.0,
minZ = 98.15,
maxZ = 98.15+0.5,
Size = {0.8, 1.0},
distance = 2.0,
},
{ -- Club Bartending
points = vector3(-23.02, 277.29, 94.95),
heading = 351.0,
minZ = 94.95+0.2,
maxZ = 94.95+0.9,
Size = {18.0, 0.6},
distance = 2.0,
},
{
points = vector3(-28.35, 277.65, 99.4),
heading = 351.0,
minZ = 99.4+0.2,
maxZ = 99.4+0.9,
Size = {5.6, 0.8},
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},
},
},
}
}
}
-- ██████╗ █████╗ ███╗ ██╗ ██████╗ ███████╗███████╗████████╗████████╗██╗███╗ ██╗ ██████╗ ███████╗
--██╔════╝ ██╔══██╗████╗ ██║██╔════╝ ██╔════╝██╔════╝╚══██╔══╝╚══██╔══╝██║████╗ ██║██╔════╝ ██╔════╝
--██║ ███╗███████║██╔██╗ ██║██║ ███╗ ███████╗█████╗ ██║ ██║ ██║██╔██╗ ██║██║ ███╗███████╗
--██║ ██║██╔══██║██║╚██╗██║██║ ██║ ╚════██║██╔══╝ ██║ ██║ ██║██║╚██╗██║██║ ██║╚════██║
--╚██████╔╝██║ ██║██║ ╚████║╚██████╔╝ ███████║███████╗ ██║ ██║ ██║██║ ╚████║╚██████╔╝███████║
-- ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝
Config.GangSection = {
Enabled = true,
GangName = "cartel",
Targets = {
Office = true,
OfficeSettings = {
Target = {
{
points = vector3(4.09, 252.53, 101.35),
heading = 351.0,
minZ = 101.35-1,
maxZ = 101.35+0.5,
Size = {1.0, 3.2},
distance = 2.0,
},
},
},
Storage = true,
StorageSettings = {
Size = 4000000,
Slots = 500,
Target = {
{
points = vector3(-1.98, 255.14, 101.35),
heading = 351.0,
minZ = 101.35-1.2,
maxZ = 101.35+1.0,
Size = {1.0, 1.0},
distance = 2.0,
},
},
},
},
}
--████████╗ █████╗ ██████╗ ██████╗ ███████╗████████╗███████╗
--╚══██╔══╝██╔══██╗██╔══██╗██╔════╝ ██╔════╝╚══██╔══╝██╔════╝
-- ██║ ███████║██████╔╝██║ ███╗█████╗ ██║ ███████╗
-- ██║ ██╔══██║██╔══██╗██║ ██║██╔══╝ ██║ ╚════██║
-- ██║ ██║ ██║██║ ██║╚██████╔╝███████╗ ██║ ███████║
-- ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═╝ ╚══════╝
Config.AdditionalTargets = {
Storage = {
{ -- Hall Storage
Coords = vector3(-30.05, 236.2, 109.55),
Heading = 351.0,
Size = {0.6, 2.6},
Distance = 2.0,
minZ = 109.55-1.2,
maxZ = 109.55,
},
{ -- VIP Storage
Coords = vector3(-35.34, 232.81, 98.15),
Heading = 350.0,
Size = {0.2, 0.6},
Distance = 2.0,
minZ = 98.15-1.2,
maxZ = 98.15-0.1,
},
{ -- Club Storage
Coords = vector3(-23.02, 277.29, 94.95),
Heading = 351.0,
Size = {22.8, 0.6},
Distance = 2.0,
minZ = 94.95-1.2,
maxZ = 94.95,
},
{
Coords = vector3(-28.35, 277.65, 99.4),
Heading = 351.0,
Size = {5.6, 0.8},
Distance = 2.0,
minZ = 99.4-1.2,
maxZ = 99.4,
},
},
Ingredients = {
{ -- Hall Ingredients
Coords = vector3(-31.66, 239.29, 109.55),
Heading = 351.0,
Size = {0.2, 6.2},
Distance = 2.0,
minZ = 109.55+0.5,
maxZ = 109.55+1.5,
},
{ -- VIP Ingredients
Coords = vector3(-32.85, 231.77, 98.15),
Heading = 351.0,
Size = {2.6, 0.4},
Distance = 2.0,
minZ = 98.15,
maxZ = 98.15+0.5,
},
{ -- Club Ingredients
Coords = vector3(-23.02, 277.29, 94.95),
Heading = 351.0,
Size = {18.0, 0.6},
Distance = 2.0,
minZ = 94.95+1.0,
maxZ = 94.95+3.0,
},
{
Coords = vector3(-28.35, 277.65, 99.4),
Heading = 351.0,
Size = {5.6, 0.8},
Distance = 2.0,
minZ = 99.4+1.0,
maxZ = 99.4+3.0,
},
},
Freezer = {
{ -- Hall Freezer
Coords = vector3(-31.68, 236.75, 109.55),
Heading = 351.0,
Size = {0.8, 0.8},
Distance = 2.0,
minZ = 109.55-1,
maxZ = 109.55,
},
{ -- Club Freezer
Coords = vector3(-19.01, 282.15, 94.95),
Heading = 351.0,
Size = {1.2, 0.8},
Distance = 2.0,
minZ = 94.95-1,
maxZ = 94.95,
},
{
Coords = vector3(-19.59, 278.53, 94.95),
Heading = 351.0,
Size = {1.2, 0.8},
Distance = 2.0,
minZ = 94.95-1,
maxZ = 94.95,
},
{
Coords = vector3(-20.27, 274.28, 94.95),
Heading = 351.0,
Size = {1.2, 0.8},
Distance = 2.0,
minZ = 94.95-1,
maxZ = 94.95,
},
{
Coords = vector3(-20.87, 270.62, 94.95),
Heading = 351.0,
Size = {1.2, 0.8},
Distance = 2.0,
minZ = 94.95-1,
maxZ = 94.95,
},
{
Coords = vector3(-25.47, 274.09, 99.4),
Heading = 351.0,
Size = {1.2, 0.8},
Distance = 2.0,
minZ = 99.4-1,
maxZ = 99.4,
},
},
CashRegisters = {
{ -- Entrance Cash Register
Coords = vector3(-15.55, 231.29, 109.55),
Heading = 351.0,
Size = {0.6, 7.8},
Distance = 2.0,
minZ = 109.55,
maxZ = 109.55+0.5,
},
},
Tables = {
{ Coords = vector3(-19.85, 288.12, 99.40), Heading = 351.0, Size = {0.6, 5.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-18.6, 282.81, 30.32), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-20.6, 270.13, 30.32), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-21.2, 265.98, 30.32), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-20.2, 259.35, 30.32), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-12.3, 258.24, 30.32), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-7.46, 256.46, 30.32), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-6.89, 259.83, 30.32), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-6.21, 264.38, 30.32), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-5.68, 267.79, 30.32), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-4.97, 272.23, 30.32), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-4.42, 275.68, 30.32), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-3.71, 280.17, 30.32), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-3.18, 283.53, 30.32), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 99.40-1.1, maxZ = 99.40+0.5, },
{ Coords = vector3(-9.69, 256.86, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-9.13, 260.18, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-8.43, 264.60, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-7.89, 268.17, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-7.13, 272.67, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-6.65, 276.07, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-5.87, 280.56, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-5.42, 283.87, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-10.65, 276.14, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-15.05, 276.84, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-13.44, 272.97, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-11.78, 269.14, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-16.15, 269.86, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-14.64, 265.33, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-17.33, 262.50, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
{ Coords = vector3(-12.90, 261.81, 94.95), Heading = 0.0, Size = {1.2, 1.2}, Distance = 2.5, minZ = 94.95-1.1, maxZ = 94.95+0.5, },
},
Trays = {
-- Hall Tray
{ Coords = vector3(-32.18, 235.99, 109.55), Heading = 351.0, Size = { 0.8, 7.8}, Distance = 2.5, minZ = 109.55, maxZ = 109.55+0.5, },
-- VIP Tray
{ Coords = vector3(-35.06, 233.08, 98.15), Heading = 350.0, Size = {0.7, 1.6}, Distance = 2.5, minZ = 98.15, maxZ = 98.15+0.5, },
-- Club Tray
{ Coords = vector3(-17.52, 284.53, 94.95), Heading = 351.0, Size = {6.2, 0.8}, Distance = 2.5, minZ = 94.95, maxZ = 94.95+0.5, },
{ Coords = vector3(-18.85, 276.18, 94.95), Heading = 351.0, Size = {6.2, 0.8}, Distance = 2.5, minZ = 94.95, maxZ = 94.95+0.5, },
{ Coords = vector3(-20.10, 268.23, 94.95), Heading = 351.0, Size = {6.2, 0.8}, Distance = 2.5, minZ = 94.95, maxZ = 94.95+0.5, },
{ Coords = vector3(-21.89, 276.61, 99.40), Heading = 351.0, Size = {5.0, 1.0}, Distance = 2.5, minZ = 99.40, maxZ = 99.40+0.5, },
},
}
--███████╗███████╗ █████╗ ████████╗███████╗
--██╔════╝██╔════╝██╔══██╗╚══██╔══╝██╔════╝
--███████╗█████╗ ███████║ ██║ ███████╗
--╚════██║██╔══╝ ██╔══██║ ██║ ╚════██║
--███████║███████╗██║ ██║ ██║ ███████║
--╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚══════╝
Config.Seats = {
-----------------------------------------------------------------------------------------------
--[[ Outside ]]--------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
{ coords = vector4(2.7100, 243.23, 109.85, 10.020), stand = vector3(2.2400, 242.61, 109.55)},
{ coords = vector4(1.9000, 243.30, 109.85, 330.08), stand = vector3(2.2400, 242.61, 109.55)},
{ coords = vector4(-0.570, 243.78, 109.85, 0.0200), stand = vector3(-0.560, 243.05, 109.55)},
{ coords = vector4(-8.080, 244.89, 109.85, 15.110), stand = vector3(-8.090, 244.17, 109.55)},
{ coords = vector4(-15.73, 245.40, 109.85, 50.000), stand = vector3(-16.34, 244.66, 109.55)},
{ coords = vector4(-16.91, 245.36, 109.85, 359.98), stand = vector3(-16.34, 244.66, 109.55)},
{ coords = vector4(-23.02, 245.30, 109.85, 29.980), stand = vector3(-23.57, 244.52, 109.55)},
{ coords = vector4(-24.31, 245.26, 109.85, 0.0000), stand = vector3(-23.57, 244.52, 109.55)},
-----------------------------------------------------------------------------------------------
{ coords = vector4(3.7500, 232.11, 109.55, 264.00), stand = vector3(4.890, 232.89, 109.55)},
{ coords = vector4(5.7200, 231.83, 109.55, 89.000), stand = vector3(4.890, 232.89, 109.55)},
{ coords = vector4(5.9800, 234.21, 109.55, 354.00), stand = vector3(5.100, 235.43, 109.55)},
{ coords = vector4(6.2600, 236.18, 109.55, 179.00), stand = vector3(5.100, 235.43, 109.55)},
{ coords = vector4(6.2100, 238.31, 109.55, 89.000), stand = vector3(5.110, 237.61, 109.55)},
{ coords = vector4(4.2500, 238.59, 109.54, 264.00), stand = vector3(5.110, 237.61, 109.55)},
{ coords = vector4(2.4900, 239.04, 109.55, 89.000), stand = vector3(1.330, 238.31, 109.55)},
{ coords = vector4(0.5300, 239.32, 109.55, 264.00), stand = vector3(1.330, 238.31, 109.55)},
{ coords = vector4(-1.310, 239.48, 109.55, 89.000), stand = vector3(-2.41, 238.80, 109.55)},
{ coords = vector4(-3.280, 239.76, 109.55, 264.00), stand = vector3(-2.41, 238.80, 109.55)},
{ coords = vector4(-4.970, 240.09, 109.55, 89.000), stand = vector3(-6.15, 239.34, 109.55)},
{ coords = vector4(-6.930, 240.37, 109.55, 264.00), stand = vector3(-6.15, 239.34, 109.55)},
{ coords = vector4(-8.590, 240.71, 109.55, 89.000), stand = vector3(-9.65, 240.04, 109.55)},
{ coords = vector4(-10.55, 240.99, 109.55, 264.00), stand = vector3(-9.65, 240.04, 109.55)},
{ coords = vector4(-7.360, 237.65, 109.55, 264.00), stand = vector3(-6.22, 238.41, 109.55)},
{ coords = vector4(-5.400, 237.37, 109.55, 89.000), stand = vector3(-6.22, 238.41, 109.55)},
{ coords = vector4(-3.710, 237.04, 109.55, 264.00), stand = vector3(-2.59, 237.87, 109.55)},
{ coords = vector4(-1.750, 236.76, 109.55, 89.000), stand = vector3(-2.59, 237.87, 109.55)},
{ coords = vector4(0.0700, 236.42, 109.55, 264.00), stand = vector3(1.250, 237.20, 109.55)},
{ coords = vector4(2.0300, 236.14, 109.55, 89.000), stand = vector3(1.250, 237.20, 109.55)},
-----------------------------------------------------------------------------------------------
--[[ Reception ]]------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
{ coords = vector4(-2.470, 226.76, 109.55, 351.0), stand = vector3(-3.260, 227.61, 109.55)},
{ coords = vector4(-3.380, 226.89, 109.55, 351.0), stand = vector3(-3.260, 227.61, 109.55)},
{ coords = vector4(-4.500, 227.05, 109.55, 351.0), stand = vector3(-3.260, 227.61, 109.55)},
{ coords = vector4(-11.57, 223.13, 109.55, 351.0), stand = vector3(-12.38, 224.02, 109.55)},
{ coords = vector4(-12.48, 223.28, 109.55, 351.0), stand = vector3(-12.38, 224.02, 109.55)},
{ coords = vector4(-13.62, 223.45, 109.55, 351.0), stand = vector3(-12.38, 224.02, 109.55)},
{ coords = vector4(-20.40, 224.51, 109.55, 351.0), stand = vector3(-21.16, 225.54, 109.55)},
{ coords = vector4(-21.24, 224.65, 109.55, 351.0), stand = vector3(-21.16, 225.54, 109.55)},
{ coords = vector4(-22.30, 224.82, 109.55, 351.0), stand = vector3(-21.16, 225.54, 109.55)},
{ coords = vector4(-22.77, 236.02, 109.55, 261.0), stand = vector3(-22.08, 236.46, 109.55)},
{ coords = vector4(-22.59, 237.18, 109.55, 261.0), stand = vector3(-22.08, 236.46, 109.55)},
{ coords = vector4(-21.03, 237.89, 109.55, 171.0), stand = vector3(-20.58, 237.20, 109.55)},
{ coords = vector4(-19.90, 237.71, 109.55, 171.0), stand = vector3(-20.58, 237.20, 109.55)},
-----------------------------------------------------------------------------------------------
{ coords = vector4(-12.80, 228.71, 109.55, 261.0), stand = vector3(-12.28, 228.63, 109.55)},
{ coords = vector4(-13.16, 229.87, 109.55, 351.0), stand = vector3(-13.06, 230.36, 109.55)},
{ coords = vector4(-15.73, 230.12, 109.55, 6.000), stand = vector3(-15.79, 230.73, 109.55)},
{ coords = vector4(-18.27, 230.63, 109.55, 346.0), stand = vector3(-18.11, 231.16, 109.55)},
{ coords = vector4(-18.97, 229.73, 109.55, 91.00), stand = vector3(-19.45, 229.73, 109.55)},
-----------------------------------------------------------------------------------------------
--[[ Business ]]-------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
{ coords = vector4(-8.356, 229.86, 101.35, 351.0), stand = vector3(-8.880, 230.61, 101.35)},
{ coords = vector4(-9.517, 230.09, 101.35, 351.0), stand = vector3(-8.880, 230.61, 101.35)},
{ coords = vector4(-14.08, 232.19, 101.35, 261.0), stand = vector3(-13.45, 232.64, 101.35)},
{ coords = vector4(-13.94, 233.34, 101.35, 261.0), stand = vector3(-13.45, 232.64, 101.35)},
-----------------------------------------------------------------------------------------------
{ coords = vector4(-10.88, 242.85, 101.35, 261.0), stand = vector3(-10.03, 243.49, 101.35)},
{ coords = vector4(-10.74, 243.68, 101.35, 261.0), stand = vector3(-10.03, 243.49, 101.35)},
{ coords = vector4(-10.57, 244.78, 101.35, 261.0), stand = vector3(-10.03, 243.49, 101.35)},
-----------------------------------------------------------------------------------------------
{ coords = vector4(-2.56, 238.15, 101.35, 276.0), stand = vector3(-1.87, 238.18, 101.35)},
{ coords = vector4(-0.15, 239.73, 101.35, 186.0), stand = vector3(-0.05, 239.13, 101.35)},
{ coords = vector4(0.910, 239.56, 101.35, 161.0), stand = vector3(0.720, 238.87, 101.35)},
{ coords = vector4(2.130, 239.37, 101.35, 186.0), stand = vector3(2.220, 238.67, 101.35)},
{ coords = vector4(3.270, 239.19, 101.35, 176.0), stand = vector3(3.300, 238.50, 101.35)},
{ coords = vector4(4.320, 239.02, 101.35, 161.0), stand = vector3(4.130, 238.39, 101.35)},
{ coords = vector4(5.530, 238.73, 101.35, 151.0), stand = vector3(5.210, 238.18, 101.35)},
{ coords = vector4(8.130, 236.58, 101.35, 91.00), stand = vector3(7.420, 236.63, 101.35)},
{ coords = vector4(4.980, 235.03, 101.35, 356.0), stand = vector3(5.000, 235.70, 101.35)},
{ coords = vector4(3.920, 235.20, 101.35, 341.0), stand = vector3(4.130, 235.90, 101.35)},
{ coords = vector4(2.700, 235.39, 101.35, 6.000), stand = vector3(2.610, 236.13, 101.35)},
{ coords = vector4(1.570, 235.57, 101.35, 1.000), stand = vector3(1.510, 236.30, 101.35)},
{ coords = vector4(0.510, 235.74, 101.35, 331.0), stand = vector3(0.860, 236.44, 101.35)},
{ coords = vector4(-0.99, 235.98, 101.35, 351.0), stand = vector3(-0.94, 236.67, 101.35)},
-----------------------------------------------------------------------------------------------
{ coords = vector4(-3.154, 241.59, 101.35, 281.0), stand = vector3(-2.45, 241.78, 101.35)},
{ coords = vector4(0.4821, 243.46, 101.35, 106.0), stand = vector3(-0.13, 243.34, 101.35)},
{ coords = vector4(-1.886, 246.90, 101.35, 224.0), stand = vector3(-1.37, 246.40, 101.35)},
{ coords = vector4(-3.670, 243.67, 101.35, 261.0), stand = vector3(-2.85, 244.33, 101.35)},
{ coords = vector4(-3.550, 244.43, 101.35, 261.0), stand = vector3(-2.85, 244.33, 101.35)},
{ coords = vector4(-3.400, 245.23, 101.35, 261.0), stand = vector3(-2.85, 244.33, 101.35)},
{ coords = vector4(4.4400, 246.71, 101.75, 261.0), stand = vector3(3.940, 246.78, 101.35)},
{ coords = vector4(4.2800, 245.63, 101.75, 261.0), stand = vector3(3.670, 245.66, 101.35)},
{ coords = vector4(4.0700, 244.53, 101.75, 261.0), stand = vector3(3.630, 244.56, 101.35)},
-----------------------------------------------------------------------------------------------
{ coords = vector4(0.444, 253.26, 101.35, 125.0), stand = vector3(-0.04, 252.97, 101.48)},
{ coords = vector4(-1.59, 249.05, 101.35, 13.50), stand = vector3(-1.61, 249.49, 101.35)},
{ coords = vector4(-2.72, 250.31, 101.35, 265.0), stand = vector3(-2.24, 250.18, 101.35)},
{ coords = vector4(4.088, 251.11, 101.35, 21.20), stand = vector3(3.900, 251.68, 101.35)},
{ coords = vector4(5.416, 254.07, 101.35, 170.0), stand = vector3(5.430, 253.60, 101.35)},
{ coords = vector4(3.573, 254.37, 101.35, 170.0), stand = vector3(3.590, 253.89, 101.35)},
-----------------------------------------------------------------------------------------------
--[[ Hall ]]-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
{ coords = vector4(-30.16, 234.43, 109.95, 351.0), stand = vector3(-30.20, 234.94, 109.55)},
{ coords = vector4(-31.69, 234.61, 109.95, 351.0), stand = vector3(-31.72, 235.18, 109.55)},
{ coords = vector4(-33.28, 234.89, 109.95, 351.0), stand = vector3(-33.33, 235.44, 109.55)},
{ coords = vector4(-34.75, 235.12, 109.95, 351.0), stand = vector3(-33.33, 235.44, 109.55)},
{ coords = vector4(-36.69, 238.10, 109.95, 261.0), stand = vector3(-36.21, 238.16, 109.55)},
-----------------------------------------------------------------------------------------------
{ coords = vector4(-30.03, 229.81, 109.56, 83.00), stand = vector3(-31.42, 229.41, 109.56)},
{ coords = vector4(-31.29, 228.43, 109.56, 8.200), stand = vector3(-31.42, 229.41, 109.56)},
{ coords = vector4(-32.43, 228.43, 109.56, 357.0), stand = vector3(-32.88, 229.25, 109.56)},
{ coords = vector4(-34.16, 228.72, 109.56, 347.0), stand = vector3(-32.88, 229.25, 109.56)},
{ coords = vector4(-35.20, 229.03, 109.56, 337.0), stand = vector3(-34.96, 229.97, 109.56)},
{ coords = vector4(-36.15, 230.83, 109.56, 263.0), stand = vector3(-34.96, 229.97, 109.56)},
-----------------------------------------------------------------------------------------------
{ coords = vector4(-15.72, 233.55, 101.35, 83.0), stand = vector3(-16.32, 233.0, 101.35)},
{ coords = vector4(-15.89, 232.37, 101.35, 83.0), stand = vector3(-16.32, 233.0, 101.35)},
-----------------------------------------------------------------------------------------------
--[[ VIP ]]------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
{ coords = vector4(-32.73, 234.08, 98.55, 171.0), stand = vector3(-32.63, 233.52, 98.15)},
{ coords = vector4(-33.76, 234.21, 98.55, 171.0), stand = vector3(-33.78, 233.67, 98.15)},
{ coords = vector4(-34.97, 234.40, 98.55, 171.0), stand = vector3(-35.01, 233.87, 98.15)},
-----------------------------------------------------------------------------------------------
{ coords = vector4(-48.10, 232.00, 98.25, 295.0), stand = vector3(-47.68, 232.24, 98.25)},
{ coords = vector4(-42.91, 235.78, 98.33, 318.0), stand = vector3(-42.52, 236.19, 98.33)},
{ coords = vector4(-43.56, 237.54, 98.33, 258.0), stand = vector3(-43.07, 237.48, 98.33)},
{ coords = vector4(-42.32, 238.92, 98.33, 203.0), stand = vector3(-42.12, 238.42, 98.33)},
{ coords = vector4(-46.09, 243.97, 98.25, 219.0), stand = vector3(-45.74, 243.54, 98.25)},
{ coords = vector4(-38.38, 242.97, 98.25, 202.0), stand = vector3(-38.14, 242.48, 98.25)},
-----------------------------------------------------------------------------------------------
--[[ Club Lower ]]-----------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
{ coords = vector4(-10.2, 255.48, 94.95, 351.0), stand = vector3(-11.08, 257.07, 94.95)},
{ coords = vector4(-9.15, 255.34, 94.95, 351.0), stand = vector3(-11.08, 257.07, 94.95)},
{ coords = vector4(-8.07, 256.09, 94.95, 81.00), stand = vector3(-11.08, 257.07, 94.95)},
{ coords = vector4(-7.87, 257.10, 94.95, 81.00), stand = vector3(-11.08, 257.07, 94.95)},
{ coords = vector4(-9.28, 261.77, 94.95, 171.0), stand = vector3(-10.46, 260.30, 94.95)},
{ coords = vector4(-8.28, 261.61, 94.95, 171.0), stand = vector3(-10.46, 260.30, 94.95)},
{ coords = vector4(-7.27, 260.44, 94.95, 81.00), stand = vector3(-10.46, 260.30, 94.95)},
{ coords = vector4(-7.48, 259.44, 94.95, 81.00), stand = vector3(-10.46, 260.30, 94.95)},
{ coords = vector4(-9.07, 263.09, 94.95, 351.0), stand = vector3(-9.790, 264.73, 94.95)},
{ coords = vector4(-7.99, 262.99, 94.95, 351.0), stand = vector3(-9.790, 264.73, 94.95)},
{ coords = vector4(-6.76, 263.89, 94.95, 81.00), stand = vector3(-9.790, 264.73, 94.95)},
{ coords = vector4(-6.64, 264.97, 94.95, 81.00), stand = vector3(-9.790, 264.73, 94.95)},
{ coords = vector4(-7.99, 269.75, 94.95, 171.0), stand = vector3(-9.360, 268.37, 94.95)},
{ coords = vector4(-6.97, 269.62, 94.95, 171.0), stand = vector3(-9.360, 268.37, 94.95)},
{ coords = vector4(-6.14, 268.48, 94.95, 81.00), stand = vector3(-9.360, 268.37, 94.95)},
{ coords = vector4(-6.18, 267.42, 94.95, 81.00), stand = vector3(-9.360, 268.37, 94.95)},
{ coords = vector4(-7.67, 271.09, 94.95, 351.0), stand = vector3(-8.630, 272.95, 94.95)},
{ coords = vector4(-6.64, 270.93, 94.95, 351.0), stand = vector3(-8.630, 272.95, 94.95)},
{ coords = vector4(-5.47, 271.86, 94.95, 81.00), stand = vector3(-8.630, 272.95, 94.95)},
{ coords = vector4(-5.37, 272.98, 94.95, 81.00), stand = vector3(-8.630, 272.95, 94.95)},
{ coords = vector4(-6.80, 277.65, 94.95, 171.0), stand = vector3(-8.070, 276.32, 94.95)},
{ coords = vector4(-5.71, 277.48, 94.95, 171.0), stand = vector3(-8.070, 276.32, 94.95)},
{ coords = vector4(-4.81, 276.37, 94.95, 81.00), stand = vector3(-8.070, 276.32, 94.95)},
{ coords = vector4(-4.93, 275.31, 94.95, 81.00), stand = vector3(-8.070, 276.32, 94.95)},
{ coords = vector4(-6.48, 278.93, 94.95, 351.0), stand = vector3(-7.310, 280.84, 94.95)},
{ coords = vector4(-5.52, 278.85, 94.95, 351.0), stand = vector3(-7.310, 280.84, 94.95)},
{ coords = vector4(-4.23, 279.73, 94.95, 81.00), stand = vector3(-7.310, 280.84, 94.95)},
{ coords = vector4(-4.08, 280.77, 94.95, 81.00), stand = vector3(-7.310, 280.84, 94.95)},
{ coords = vector4(-5.58, 285.32, 94.95, 171.0), stand = vector3(-6.840, 284.17, 94.95)},
{ coords = vector4(-4.48, 285.18, 94.95, 171.0), stand = vector3(-6.840, 284.17, 94.95)},
{ coords = vector4(-3.54, 284.16, 94.95, 81.00), stand = vector3(-6.840, 284.17, 94.95)},
{ coords = vector4(-3.66, 283.16, 94.95, 81.00), stand = vector3(-6.840, 284.17, 94.95)},
-----------------------------------------------------------------------------------------------
{ coords = vector4(-8.320, 285.84, 94.95, 81.00), stand = vector3(-8.970, 285.94, 94.95)},
{ coords = vector4(-8.540, 284.47, 94.95, 81.00), stand = vector3(-9.300, 284.64, 94.95)},
{ coords = vector4(-8.760, 283.06, 94.95, 81.00), stand = vector3(-9.530, 283.19, 94.95)},
{ coords = vector4(-8.990, 281.60, 94.95, 81.00), stand = vector3(-9.760, 281.71, 94.95)},
{ coords = vector4(-10.66, 279.35, 94.95, 351.0), stand = vector3(-10.47, 280.28, 94.95)},
{ coords = vector4(-12.03, 279.57, 94.95, 351.0), stand = vector3(-11.85, 280.52, 94.95)},
{ coords = vector4(-13.44, 279.79, 94.95, 351.0), stand = vector3(-13.39, 280.61, 94.95)},
{ coords = vector4(-14.89, 280.03, 94.95, 351.0), stand = vector3(-14.71, 280.79, 94.95)},
{ coords = vector4(-15.98, 282.84, 94.95, 261.0), stand = vector3(-15.32, 282.77, 94.95)},
{ coords = vector4(-15.77, 284.22, 94.95, 261.0), stand = vector3(-15.06, 284.17, 94.95)},
{ coords = vector4(-15.54, 285.62, 94.95, 261.0), stand = vector3(-14.79, 285.47, 94.95)},
{ coords = vector4(-15.31, 287.08, 94.95, 261.0), stand = vector3(-14.54, 286.87, 94.95)},
-----------------------------------------------------------------------------------------------
{ coords = vector4(-17.11, 278.59, 95.35, 81.0), stand = vector3(-17.72, 278.69, 94.95)},
{ coords = vector4(-17.46, 276.00, 95.35, 81.0), stand = vector3(-18.14, 276.12, 94.95)},
{ coords = vector4(-17.88, 273.58, 95.35, 81.0), stand = vector3(-18.53, 273.60, 94.95)},
{ coords = vector4(-18.49, 270.55, 95.35, 81.0), stand = vector3(-19.02, 270.60, 94.95)},
{ coords = vector4(-18.73, 268.01, 95.35, 81.0), stand = vector3(-19.42, 268.11, 94.95)},
{ coords = vector4(-19.23, 265.60, 95.35, 81.0), stand = vector3(-19.80, 265.69, 94.95)},
-----------------------------------------------------------------------------------------------
--[[ Backstage ]]------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
{ coords = vector4(-30.14, 286.40, 95.25, 81.0), stand = vector3(-29.50, 286.27, 94.95)},
{ coords = vector4(-30.20, 285.17, 95.25, 81.0), stand = vector3(-29.65, 285.15, 94.95)},
{ coords = vector4(-30.56, 284.12, 95.25, 81.0), stand = vector3(-29.96, 284.11, 94.95)},
{ coords = vector4(-30.75, 283.06, 95.25, 81.0), stand = vector3(-30.15, 282.99, 94.95)},
{ coords = vector4(-30.74, 282.14, 95.25, 81.0), stand = vector3(-30.17, 282.05, 94.95)},
{ coords = vector4(-31.44, 278.73, 95.25, 81.0), stand = vector3(-30.82, 278.63, 94.95)},
{ coords = vector4(-31.46, 277.47, 95.25, 81.0), stand = vector3(-30.95, 277.39, 94.95)},
{ coords = vector4(-31.80, 276.44, 95.25, 81.0), stand = vector3(-31.32, 276.27, 94.95)},
{ coords = vector4(-31.92, 275.30, 95.25, 81.0), stand = vector3(-31.44, 275.21, 94.95)},
{ coords = vector4(-32.16, 274.35, 95.25, 81.0), stand = vector3(-31.64, 274.23, 94.95)},
{ coords = vector4(-32.71, 270.96, 95.25, 81.0), stand = vector3(-32.11, 270.83, 94.95)},
{ coords = vector4(-32.80, 269.70, 95.25, 81.0), stand = vector3(-32.20, 269.53, 94.95)},
{ coords = vector4(-33.19, 268.65, 95.25, 81.0), stand = vector3(-32.57, 268.50, 94.95)},
{ coords = vector4(-33.08, 267.45, 95.25, 81.0), stand = vector3(-32.51, 267.43, 94.95)},
{ coords = vector4(-33.26, 266.63, 95.25, 81.0), stand = vector3(-32.71, 266.51, 94.95)},
-----------------------------------------------------------------------------------------------
{ coords = vector4(-27.35, 260.54, 94.95, 351.0), stand = vector3(-27.71, 261.10, 94.95)},
{ coords = vector4(-28.38, 260.67, 94.95, 351.0), stand = vector3(-27.71, 261.10, 94.95)},
{ coords = vector4(-29.59, 262.58, 94.95, 261.0), stand = vector3(-29.00, 262.99, 94.95)},
{ coords = vector4(-29.47, 263.65, 94.95, 261.0), stand = vector3(-29.00, 262.99, 94.95)},
{ coords = vector4(-25.16, 270.84, 94.95, 81.00), stand = vector3(-25.66, 271.63, 94.95)},
{ coords = vector4(-24.94, 271.98, 94.95, 81.00), stand = vector3(-25.66, 271.63, 94.95)},
{ coords = vector4(-23.93, 278.63, 94.95, 81.00), stand = vector3(-24.36, 279.51, 94.95)},
{ coords = vector4(-23.79, 279.88, 94.95, 81.00), stand = vector3(-24.36, 279.51, 94.95)},
-----------------------------------------------------------------------------------------------
--[[ Club Upper ]]-----------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
{ coords = vector4(-8.03, 255.06, 99.4, 351.0), stand = vector3(-8.77, 256.58, 99.4)},
{ coords = vector4(-6.91, 254.85, 99.4, 351.0), stand = vector3(-8.77, 256.58, 99.4)},
{ coords = vector4(-5.77, 255.71, 99.4, 81.00), stand = vector3(-8.77, 256.58, 99.4)},
{ coords = vector4(-5.56, 256.71, 99.4, 81.00), stand = vector3(-8.77, 256.58, 99.4)},
{ coords = vector4(-7.02, 261.48, 99.4, 171.0), stand = vector3(-8.29, 260.06, 99.4)},
{ coords = vector4(-5.99, 261.30, 99.4, 171.0), stand = vector3(-8.29, 260.06, 99.4)},
{ coords = vector4(-5.06, 260.14, 99.4, 81.00), stand = vector3(-8.29, 260.06, 99.4)},
{ coords = vector4(-5.20, 259.07, 99.4, 81.00), stand = vector3(-8.29, 260.06, 99.4)},
{ coords = vector4(-6.69, 262.85, 99.4, 351.0), stand = vector3(-7.59, 264.55, 99.4)},
{ coords = vector4(-5.74, 262.70, 99.4, 351.0), stand = vector3(-7.59, 264.55, 99.4)},
{ coords = vector4(-4.54, 263.65, 99.4, 81.00), stand = vector3(-7.59, 264.55, 99.4)},
{ coords = vector4(-4.36, 264.65, 99.4, 81.00), stand = vector3(-7.59, 264.55, 99.4)},
{ coords = vector4(-5.87, 269.40, 99.4, 171.0), stand = vector3(-6.98, 267.94, 99.4)},
{ coords = vector4(-4.60, 269.26, 99.4, 171.0), stand = vector3(-6.98, 267.94, 99.4)},
{ coords = vector4(-3.80, 268.08, 99.4, 81.00), stand = vector3(-6.98, 267.94, 99.4)},
{ coords = vector4(-3.99, 266.99, 99.4, 81.00), stand = vector3(-6.98, 267.94, 99.4)},
{ coords = vector4(-5.36, 270.77, 99.4, 351.0), stand = vector3(-6.35, 272.34, 99.4)},
{ coords = vector4(-4.47, 270.64, 99.4, 351.0), stand = vector3(-6.35, 272.34, 99.4)},
{ coords = vector4(-3.28, 271.44, 99.4, 81.00), stand = vector3(-6.35, 272.34, 99.4)},
{ coords = vector4(-3.09, 272.55, 99.4, 81.00), stand = vector3(-6.35, 272.34, 99.4)},
{ coords = vector4(-4.55, 277.29, 99.4, 171.0), stand = vector3(-5.83, 275.88, 99.4)},
{ coords = vector4(-3.43, 277.13, 99.4, 171.0), stand = vector3(-5.83, 275.88, 99.4)},
{ coords = vector4(-2.52, 276.06, 99.4, 81.00), stand = vector3(-5.83, 275.88, 99.4)},
{ coords = vector4(-2.70, 274.96, 99.4, 81.00), stand = vector3(-5.83, 275.88, 99.4)},
{ coords = vector4(-4.15, 278.71, 99.4, 351.0), stand = vector3(-5.14, 280.41, 99.4)},
{ coords = vector4(-3.18, 278.58, 99.4, 351.0), stand = vector3(-5.14, 280.41, 99.4)},
{ coords = vector4(-1.99, 279.44, 99.4, 81.00), stand = vector3(-5.14, 280.41, 99.4)},
{ coords = vector4(-1.87, 280.44, 99.4, 81.00), stand = vector3(-5.14, 280.41, 99.4)},
{ coords = vector4(-3.31, 284.98, 99.4, 171.0), stand = vector3(-4.61, 283.80, 99.4)},
{ coords = vector4(-2.23, 284.80, 99.4, 171.0), stand = vector3(-4.61, 283.80, 99.4)},
{ coords = vector4(-1.37, 283.73, 99.4, 81.00), stand = vector3(-4.61, 283.80, 99.4)},
{ coords = vector4(-1.52, 282.81, 99.4, 81.00), stand = vector3(-4.61, 283.80, 99.4)},
-----------------------------------------------------------------------------------------------
{ coords = vector4(-22.15, 287.27, 99.8, 351.0), stand = vector3(-22.26, 286.61, 99.4)},
{ coords = vector4(-21.15, 286.86, 99.8, 351.0), stand = vector3(-21.26, 286.31, 99.4)},
{ coords = vector4(-20.12, 287.25, 99.8, 351.0), stand = vector3(-20.17, 286.70, 99.4)},
{ coords = vector4(-19.03, 286.78, 99.8, 351.0), stand = vector3(-19.09, 286.22, 99.4)},
{ coords = vector4(-17.95, 286.85, 99.8, 351.0), stand = vector3(-18.02, 286.40, 99.4)},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment