Config file
Config = {}
--[[ Language ]]--
Config.Locale = 'en' -- en, de, es, cs.
--[[ Framework ]]--
Config.Framework = {
autoDetect = true, -- Automatically finds and sets supported framework on your server.
type = 'esx', -- ESX = 'esx' / QBCore = 'qbcore'.
export = 'es_extended', -- ESX = 'es_extended' / QBCore = 'qb-core'.
}
--[[ Inventory ]]--
Config.Inventory = 'auto_detect' -- auto_detect - Automatically finds and sets supported inventory on your server.
-- ox - https://github.com/overextended/ox_inventory.
-- qb/qb-new - https://github.com/qbcore-framework/qb-inventory.
-- qs - https://buy.quasar-store.com/package/4770732.
-- ps - https://github.com/Project-Sloth/ps-inventory.
-- codem - https://codem.tebex.io/package/5900973.
-- core - https://forum.cfx.re/t/core-inventory-qb-esx-advanced-grid-based-inventory/4859943.
-- origen - https://www.origennetwork.store/package/5881161.
-- tgiann - https://tgiann.tebex.io/package/6273000.
-- esx - https://github.com/Trsak/esx_inventoryhud.
Config.Images = 'auto_detect' -- auto_detect - Automatically finds and sets supported inventory images on your server.
-- ox - ox_inventory/web/images/.
-- qb/qb-new - qb-inventory/html/images/.
-- qs - qs-inventory/html/images/.
-- ps - ps-inventory/html/images/.
-- codem - codem-inventory/html/itemimages/.
-- core - core_inventory/html/img/.
-- origen - origen_inventory/html/images/.
-- tgiann - tgiann-inventory/inventory_images/images/.
-- esx - esx_inventory/html/img/items/.
--[[ Menu ]]--
Config.Menu = 'auto_detect' -- auto_detect - Automatically finds and sets supported menu on your server.
-- ox - https://overextended.github.io/docs.
-- esx - https://github.com/esx-framework/esx-legacy/tree/main/%5Besx%5D/esx_menu_default.
-- qb - https://github.com/qbcore-framework/qb-menu.
Config.DialogMenu = 'auto_detect' -- auto_detect - Automatically finds and sets supported dialog menu on your server.
-- ox - https://overextended.github.io/docs.
-- esx - https://github.com/martintj22/esx_menu_dialog.
-- qb - https://github.com/qbcore-framework/qb-input.
--[[ Action Menu ]]--
Config.Use3dText = false -- Does not work when Config.ActionMenu is set to [ox, qb, q].
Config.ActionMenu = 'auto_detect' -- auto_detect - Automatically finds and sets supported action menu on your server.
-- ox - https://github.com/overextended/ox_target.
-- qb - https://github.com/qbcore-framework/qb-target.
-- q - https://github.com/thelindat/qtarget.
-- helpox - https://overextended.dev/ox_lib/Modules/Interface/Client/textui#libshowtextui.
-- helpqb - https://docs.qbcore.org/qbcore-documentation/qb-core/drawtext.
-- helpesx - https://esx-brasil.github.io/es_extended/client/functions/showhelpnotification.
--[[ ProgressBar ]]--
Config.ProgressBar = 'auto_detect' -- auto_detect - Automatically finds and sets supported progressbar on your server.
-- none - No ProgressBar.
-- ox - https://overextended.github.io/docs.
-- qb - https://github.com/qbcore-framework/progressbar.
-- qs - https://github.com/quasar-scripts/progressbar.
-- progressBars - https://forum.cfx.re/t/release-progress-bars-1-0-standalone/526287/4.
--[[ Skin Selector ]]--
Config.SkinSelector = 'auto_detect' -- auto_detect - Automatically finds and sets supported skin selector on your server.
-- esx - https://github.com/esx-framework/esx-legacy/tree/main/%5Besx%5D/esx_skin, https://github.com/esx-framework/esx-legacy/tree/main/%5Besx%5D/skinchanger.
-- qb - https://github.com/qbcore-framework/qb-clothing.
-- fivem - https://forum.cfx.re/t/release-fivem-appearance/2438537.
-- ox - https://github.com/overextended/ox_appearance.
-- illenium - https://github.com/iLLeniumStudios/illenium-appearance.
-- bl - https://github.com/Byte-Labs-Studio/bl_appearance.
-- rcore - https://store.rcore.cz/package/6430968.
-- tgiann - https://tgiann.tebex.io/package/6271462.
--[[ Boss Menu/Society ]]--
Config.BossMenuSociety = 'auto_detect' -- auto_detect - Automatically finds and sets supported help notify on your server.
-- esx_society - https://github.com/esx-framework/esx_society.
-- renewed-banking - https://github.com/Renewed-Scripts/Renewed-Banking.
-- okokBanking - https://okok.tebex.io/package/5126428.
-- tgg-banking - https://teamsgg.dev/scripts/banking.
-- qb-management - https://github.com/qbcore-framework/qb-management.
-- qb-banking - https://github.com/qbcore-framework/qb-banking.
--[[ MLO ]]--
Config.MLO = 'auto_detect' -- auto_detect - Automatically finds and sets supported MLO on your server.
-- vanilla - Default GtaV MLO.
-- gabz - https://fivem.gabzv.com.
-- fiv3devs - https://fiv3devs.tebex.io/package/5771122.
-- molo - https://www.molo-modding.com/package/5626087.
--[[ Notifications ]]--
Config.HelpNotify = 'auto_detect' -- auto_detect - Automatically finds and sets supported help notify on your server.
-- esx - https://esx-brasil.github.io/es_extended/client/functions/showhelpnotification/.
-- ox - https://overextended.dev/ox_lib/Modules/Interface/Client/textui#libshowtextui.
-- qb - https://docs.qbcore.org/qbcore-documentation/qb-core/drawtext.
Config.Notify = 'auto_detect' -- auto_detect, ox, esx, qb.
Config.NotifyType = {success = 'success', info = 'info', error = 'error'}
Config.Sounds = true
--[[ Logs ]]--
Config.TimeFormat = '%H:%M' -- Time format used in discord logs - https://www.lua.org/pil/22.1.html.
Config.DiscordLogs = {
Icon = 'https://imgur.com/OrnXItg.png', -- Icon that will appear in discord logs.
ServerName = 'Fivecode Scripts', -- Name that will appear in discord logs.
-- You can set discord webhooks in sv_utils.lua.
}
--[[ Main ]]--
Config.JobName = 'vanillaunicorn' -- Name of the job. Example: /setjob [name].
Config.UI = {cashRegister = true, foodMenu = true} -- Enables custom UI for cash register and food menu if true.
Config.UseCustomSounds = true -- Plays custom sounds during cooking, paying, etc., if true.
Config.NpcEmployeeStock = true -- NPCs sell only stocked food items if true.
Config.DeliveryItem = true -- Requires delivering specific items and amount to customers if true.
Config.CustomBilling = false -- Allows billing menu customization in 'cl_utils.lua' (not for orders).
Config.MaxCookingQuantity = 10 -- Maximum items a player can cook at once.
Config.Keys = {
exit = 38, -- [E] Exit chair, toilet or sink.
openTable = 74, -- [H] Open table while sitting on a chair.
}
Config.CustomSoundsVolume = { -- Volume of sound effects while cooking, paying etc.
-- Cooking
turningOn = 0.25,
taking_knife = 0.25,
cutting_table_cut = 0.25,
frying = 0.25,
drinks = 0.25,
shaker = 0.25,
ice = 0.25,
-- Paying
cash_register = 0.25,
}
Config.Functions = {
Use = {
duty = true,
dancingPlatform = true,
lockerRoom = true,
cashRegisters = true,
menuList = true,
crafting = {
cinematicCamera = true,
cuttingTable = true,
drinks = true,
snacks = true,
iceMachine = true,
},
},
Blip = {
use = true,
info = {id = 121, color = 27, size = 0.8},
title = 'Vanilla Unicorn',
},
BossMenu = {
use = true,
washMoney = true, -- Allow money laundering through the boss menu.
hireDistance = 5, -- Maximum distance (in meters) to hire employees.
grades = {'boss', 'underboss', 'ceo'}, -- Ranks with access to boss functions.
manage = {
job = 'unemployed', -- Default job for fired employees.
jobLabel = 'Unemployed', -- Label for the default job.
grade = 0, -- Starting job grade.
maxGrade = 6, -- Maximum job grade.
},
},
SupplyShop = {
use = true,
payment = {cash = true, bank = true}, -- Allowed payment methods (cash and/or bank).
Blip = { -- Only visible to Vanilla Unicorn employees.
use = true,
info = {id = 59, color = 25, size = 0.8},
title = '%s Supplies',
},
},
Garage = {
use = true,
putPlayerIntoVehicle = true, -- Automatically place the player into the vehicle upon retrieval.
saveDistance = 5, -- Maximum distance (in meters) from the garage to save/store a vehicle.
vehicles = {
['Speedo'] = {
grade = 1,
spawnName = 'speedo4',
vehicleType = 'Delivery Van',
image = 'speedo4.png',
},
},
},
LockerRoom = {
use = true,
outfits = {
['Work outfit'] = { -- Name of the outfit.
grade = 0, -- Minimum job grade required to use this outfit.
male = {
tshirt_1 = 15, tshirt_2 = 0,
torso_1 = 26, torso_2 = 5,
bproof_1 = 0, bproof_2 = 0,
decals_1 = 0, decals_2 = 0,
arms = 11,
pants_1 = 24, pants_2 = 0,
shoes_1 = 8, shoes_2 = 2,
bag_1 = 0, bag_2 = 0,
helmet_1 = -1, helmet_2 = 0,
mask_1 = -1, mask_2 = 0,
chain_1 = 0, chain_2 = 0,
ears_1 = -1, ears_2 = 0,
glasses_1 = -1, glasses_2 = 0,
watches_1 = 0, watches_2 = 0,
bracelets_1 = -1, bracelets_2 = 0,
},
female = {
tshirt_1 = 14, tshirt_2 = 0,
torso_1 = 22, torso_2 = 1,
bproof_1 = 0, bproof_2 = 0,
decals_1 = 0, decals_2 = 0,
arms = 4,
pants_1 = 20, pants_2 = 1,
shoes_1 = 8, shoes_2 = 0,
helmet_1 = -1, helmet_2 = 0,
bag_1 = 0, bag_2 = 0,
mask_1 = -1, mask_2 = 1,
chain_1 = 0, chain_2 = 0,
ears_1 = -1, ears_2 = 0,
glasses_1 = -1, glasses_2 = 0,
watches_1 = -1, watches_2 = 0,
bracelets_1 = -1, bracelets_2 = 0,
},
},
},
},
PoliceAlerts = {
use = true,
cooldown = 2, -- Cooldown time (in minutes) before the alert can be triggered again.
},
NpcEmployee = {
use = true,
payment = {cash = true, bank = true}, -- Allowed payment methods (cash and/or bank).
playersOnDuty = 0, -- If the number of players on duty exceeds this value, the NPC employee will stop taking orders.
},
Delivery = {
use = true,
reward = {min = 250, max = 500}, -- Delivery reward (50% to player, 50% to society account).
tip = {min = 50, max = 100}, -- Customer tip (100% to player, based on delivery location).
cooldown = 5, -- Cooldown time (in minutes) before the player can start a new delivery mission.
},
Missions = {
use = true,
reward = {min = 50, max = 200}, -- Set reward range, or disable rewards by setting this to false [reward = false].
cooldown = 2, -- Time (in minutes) a player must wait before starting a new mission.
playerCount = 3, -- Maximum number of players that can do a mission at the same time.
},
DancingPole = {
use = true,
useNpcDancers = true, -- You can disable npc for a specific dancing pole in the locations folder.
},
MoneyThrow = {
use = true,
splitMoney = true, -- If true, the payment splits 50/50 between the pole dancer and society. If false, 100% goes to the dancer, or to society. If no dancer is present 100% goes to society every time.
defaultAmount = 25,
},
Pimp = {
use = true,
removeStress = true,
soundEffects = true,
money = {
society = true, -- If true and 'split' is false, 100% of the earnings go to the society fund.
split = false, -- If true, the earnings are divided equally: 50% to the society fund and 50% to the NPC.
},
addMoneyToSociety = true, -- If true, 100% of payments will go to society account.
Hookers = {
{name = 'Candy Quick', price = {blowJob = 25, sex = 80}},
{name = 'Lola Luxe', price = {blowJob = 50, sex = 200}},
{name = 'Scarlett Divine', price = {blowJob = 250, sex = 1000}},
},
HookerBlip = {
info = {id = 280, color = 50, size = 0.8},
title = 'Hooker',
},
},
PrivateDance = {
use = true,
defaultTime = 1, -- Default time [in minutes].
money = {
society = true, -- If true and 'split' is false, 100% of the earnings go to the society fund.
split = false, -- If true, the earnings are divided equally: 50% to the society fund and 50% to the NPC.
price = {room = 1000, booth = 250},
},
},
Fridge = {
use = true,
FridgeInfo = {slots = 25, weight = 100000},
},
CigaretteVending = {
use = true,
money = {
society = true, -- If true and 100% of the sales go to the society fund.
},
items = {
{price = 55, label = 'Redwood Pack', icon = 'vu_redwoodcigpack.png', item = {pack = 'vu_redwoodcigpack', single = 'vu_redwoodcigsingle'}, prop = 'ng_proc_cigpak01a'},
{price = 25, label = 'Estancia Pack', icon = 'vu_estanciacigpack.png', item = {pack = 'vu_estanciacigpack', single = 'vu_estanciacigsingle'}, prop = 'prop_cigar_pack_01'},
},
},
NpcGuard = {
use = true,
money = {
society = true, -- If true and 100% of the sales go to the society fund.
},
ticket = {
price = 200,
validFor = 1, -- For how long this ticket will be valid? - [in days]
},
},
DjTable = {
use = true,
},
Teleport = {
use = true,
},
Trash = {
use = true,
delete = true, -- Automatically delete all items in the trash when the script stops or restarts.
TrashInfo = {slots = 25, weight = 100000},
},
Storage = {
use = true,
company = {use = true, slots = 50, weight = 100000},
personal = {use = true, slots = 15, weight = 15000},
},
TablesAndChairs = {use = true, menuList = true, TableInfo = {slots = 20, weight = 20000}},
BathRoom = {use = true, pants = {check = true, male = 14, female = 15}},
Dog = {use = true, removeStress = true},
}
The following files are located in:
fivecode_vanillaunicornjob/locations
gabz
--[[ Gabz Vanilla Unicorn MLO - https://fivem.gabzv.com ]]--
return {
Blip = {
coords = vec3(129.04, -1299.19, 29.23),
},
DutySystem = {
coords = vec4(102.15, -1299.54, 29.26, 210.0),
target = {
icon = 'fas fa-hand',
size = {x = 0.35, y = 0.9, z = 1.2},
},
},
BossMenu = {
coords = vec4(96.26, -1293.10, 29.16, 30.0),
target = {
icon = 'fas fa-hand',
size = {x = 1.2, y = 3.32, z = 0.5},
},
},
LockerRoom = {
coords = vec4(104.38, -1302.20, 28.89, 120.0),
target = {
icon = 'fas fa-tshirt',
size = {x = 0.5, y = 1.85, z = 1.85},
},
},
Storage = {
coords = vec4(106.36, -1299.18, 29.05, 120.0),
target = {
icon = 'fas fa-box',
size = {x = 0.2, y = 2.4, z = 1.85},
},
},
Garage = {
spawn = {
vec4(146.43, -1286.74, 28.99, 299.67),
vec4(144.95, -1284.37, 28.99, 298.79),
vec4(143.45, -1281.93, 28.99, 298.52),
vec4(141.57, -1279.70, 29.01, 299.41),
vec4(138.94, -1274.48, 29.00, 299.59),
vec4(143.09, -1271.62, 28.80, 209.26),
vec4(143.09, -1271.62, 28.80, 209.26),
},
coords = vec4(134.18, -1276.15, 29.62, 120.00),
target = {
icon = 'fas fa-car',
size = {x = 0.8, y = 0.5, z = 1.85},
},
},
BathRooms = {
Toilets = {
-- No toilets in this map.
},
Skinks = {
-- Kitchen
{coords = vec4(130.34, -1286.15, 29.26, 120.0), pedPos = vec4(130.97, -1285.81, 29.26, 120.0), size = {x = 0.85, y = 0.85, z = 1.05}, job = true},
-- Back Stage
{coords = vec4(103.10, -1297.17, 28.76, 300.0), pedPos = vec4(102.59, -1297.47, 28.76, 300.0), size = {x = 0.7, y = 0.55, z = 1.05}},
},
},
TablesAndChairs = {
Tables = {
{coords = vec4(124.25, -1284.05, 29.26, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(125.83, -1286.78, 29.26, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(128.49, -1284.14, 29.26, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(129.33, -1285.64, 29.26, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(127.24, -1282.47, 29.26, 120.0), size = {x = 0.85, y = 0.55, z = 0.25}},
{coords = vec4(130.03, -1287.19, 29.26, 120.0), size = {x = 0.85, y = 0.55, z = 0.25}},
{coords = vec4(123.38, -1294.84, 28.66, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(119.93, -1296.75, 28.66, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(114.62, -1305.67, 28.66, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(111.31, -1304.39, 28.66, 120.0), size = {x = 1.65, y = 0.85, z = 0.25}},
{coords = vec4(113.68, -1299.76, 28.66, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(114.67, -1299.29, 29.26, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(113.36, -1303.07, 28.95, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(114.33, -1294.43, 28.86, 120.0), size = {x = 0.85, y = 1.85, z = 0.85}},
{coords = vec4(109.45, -1306.25, 28.96, 120.0), size = {x = 0.85, y = 1.85, z = 0.35}},
{coords = vec4(107.45, -1307.35, 28.96, 120.0), size = {x = 0.85, y = 1.85, z = 0.35}},
{coords = vec4(103.74, -1298.43, 28.75, 120.0), size = {x = 1.35, y = 0.65, z = 0.25}},
{coords = vec4(94.85, -1289.83, 28.86, 120.0), size = {x = 0.85, y = 1.85, z = 0.85}},
{coords = vec4(93.95, -1294.40, 29.16, 120.0), size = {x = 1.35, y = 0.65, z = 0.25}},
{coords = vec4(126.08, -1278.19, 28.96, 120.0), size = {x = 0.45, y = 0.45, z = 0.25}},
{coords = vec4(122.95, -1279.95, 28.96, 120.0), size = {x = 0.45, y = 0.45, z = 0.25}},
{coords = vec4(122.03, -1287.00, 27.65, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(120.90, -1285.27, 27.65, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(117.42, -1282.97, 27.85, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(115.81, -1286.80, 27.85, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(112.80, -1283.17, 27.85, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(116.56, -1291.38, 27.65, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
},
Chairs = {
{coords = vec4(120.75, -1279.75, 29.28, 190.0), leavePos = vec4(120.91, -1280.27, 29.28, 190.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(124.06, -1279.55, 28.75, 210.0), leavePos = vec4(124.29, -1280.00, 28.75, 215.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(125.05, -1278.99, 28.75, 210.0), leavePos = vec4(125.30, -1279.42, 28.75, 215.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(126.55, -1282.72, 29.08, 300.0), leavePos = vec4(126.01, -1282.93, 29.26, 300.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(127.37, -1284.02, 29.08, 300.0), leavePos = vec4(126.95, -1284.20, 29.26, 300.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(128.05, -1285.21, 29.08, 300.0), leavePos = vec4(127.62, -1285.44, 29.26, 300.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(128.72, -1286.41, 29.08, 300.0), leavePos = vec4(128.30, -1286.69, 29.26, 300.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(129.47, -1287.52, 29.08, 300.0), leavePos = vec4(128.95, -1287.74, 29.26, 300.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(124.33, -1293.77, 28.75, 120.0), leavePos = vec4(123.88, -1294.18, 29.26, 120.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(124.81, -1294.64, 28.75, 120.0), leavePos = vec4(124.27, -1294.87, 28.75, 120.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(120.89, -1295.79, 28.75, 120.0), leavePos = vec4(120.49, -1296.04, 28.75, 120.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(121.39, -1296.65, 28.75, 120.0), leavePos = vec4(120.88, -1296.87, 28.75, 120.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(115.99, -1303.32, 28.75, 120.0), leavePos = vec4(115.52, -1303.54, 28.75, 120.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(121.95, -1295.20, 28.75, 300.0), leavePos = vec4(122.48, -1294.87, 28.75, 300.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(122.49, -1295.96, 28.75, 300.0), leavePos = vec4(122.92, -1295.67, 28.75, 300.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(118.63, -1297.15, 28.75, 300.0), leavePos = vec4(119.14, -1296.94, 28.75, 300.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(116.27, -1304.19, 28.75, 85.0), leavePos = vec4(115.66, -1304.01, 28.75, 85.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(119.14, -1297.90, 28.75, 300.0), leavePos = vec4(119.52, -1297.70, 28.75, 300.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(112.00, -1305.57, 28.75, 300.0), leavePos = vec4(112.55, -1305.27, 28.75, 300.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(110.55, -1303.03, 28.75, 300.0), leavePos = vec4(111.00, -1302.82, 28.75, 300.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(110.27, -1302.14, 28.75, 255.0), leavePos = vec4(110.96, -1302.29, 28.75, 255.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(112.72, -1306.31, 28.75, 355.0), leavePos = vec4(112.85, -1305.76, 28.75, 355.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(124.50, -1295.79, 28.75, 30.0), leavePos = vec4(124.22, -1295.34, 28.75, 30.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(123.67, -1296.34, 28.75, 30.0), leavePos = vec4(123.42, -1295.86, 28.75, 30.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(121.11, -1297.73, 28.75, 30.0), leavePos = vec4(120.84, -1297.29, 28.75, 30.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(120.21, -1298.28, 28.75, 30.0), leavePos = vec4(119.95, -1297.74, 28.75, 30.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(115.41, -1304.94, 28.75, 30.0), leavePos = vec4(115.16, -1304.49, 28.75, 30.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(113.70, -1306.04, 28.75, 30.0), leavePos = vec4(113.47, -1305.50, 28.75, 30.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(110.99, -1301.37, 28.75, 210.0), leavePos = vec4(111.36, -1301.83, 28.75, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(111.88, -1300.90, 28.75, 210.0), leavePos = vec4(112.27, -1301.32, 28.75, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(112.75, -1300.46, 28.75, 210.0), leavePos = vec4(113.07, -1300.83, 28.75, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(109.28, -1305.66, 28.55, 210.0), leavePos = vec4(109.02, -1305.22, 28.55, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(107.15, -1306.63, 28.55, 210.0), leavePos = vec4(106.87, -1306.15, 28.55, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(107.99, -1306.15, 28.55, 210.0), leavePos = vec4(107.67, -1305.79, 28.55, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(97.98, -1289.49, 28.75, 120.0), leavePos = vec4(97.57, -1289.89, 29.26, 120.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(98.66, -1290.47, 28.75, 120.0), leavePos = vec4(98.05, -1290.77, 29.26, 120.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(95.29, -1293.46, 28.75, 320.0), leavePos = vec4(94.72, -1292.78, 29.26, 320.0), size = {x = 0.82, y = 0.82, z = 1.05}},
{coords = vec4(108.04, -1293.33, 27.76, 30.0), leavePos = vec4(107.80, -1292.74, 28.26, 30.0), size = {x = 0.85, y = 0.85, z = 1.05}},
{coords = vec4(109.75, -1292.39, 27.76, 30.0), leavePos = vec4(109.49, -1291.93, 28.26, 30.0), size = {x = 0.85, y = 0.85, z = 1.05}},
{coords = vec4(111.53, -1290.80, 27.76, 68.0), leavePos = vec4(111.06, -1290.62, 28.26, 68.0), size = {x = 0.85, y = 0.85, z = 1.05}},
{coords = vec4(111.81, -1288.59, 27.76, 105.0), leavePos = vec4(111.23, -1288.55, 28.26, 105.0), size = {x = 0.85, y = 0.85, z = 1.05}},
{coords = vec4(110.63, -1286.84, 27.76, 145.0), leavePos = vec4(110.28, -1287.29, 28.26, 145.0), size = {x = 0.85, y = 0.85, z = 1.05}},
{coords = vec4(108.57, -1286.22, 27.76, 180.0), leavePos = vec4(108.55, -1286.74, 28.26, 180.0), size = {x = 0.85, y = 0.85, z = 1.05}},
{coords = vec4(104.82, -1287.78, 27.76, 215.0), leavePos = vec4(105.13, -1288.34, 28.26, 215.0), size = {x = 0.85, y = 0.85, z = 1.05}},
{coords = vec4(106.45, -1286.89, 27.76, 215.0), leavePos = vec4(106.67, -1287.46, 28.26, 215.0), size = {x = 0.85, y = 0.85, z = 1.05}},
{coords = vec4(117.28, -1292.67, 27.76, 30.0), leavePos = vec4(117.01, -1292.23, 28.26, 30.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(123.40, -1289.18, 27.76, 30.0), leavePos = vec4(123.07, -1288.68, 28.26, 30.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(121.68, -1286.17, 27.76, 30.0), leavePos = vec4(121.40, -1285.79, 28.26, 30.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(117.07, -1288.18, 27.76, 40.0), leavePos = vec4(116.75, -1287.81, 28.26, 40.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(113.72, -1284.69, 27.76, 40.0), leavePos = vec4(113.39, -1284.21, 28.26, 40.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(124.06, -1288.45, 27.76, 85.0), leavePos = vec4(123.41, -1288.30, 28.26, 85.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(122.39, -1285.54, 27.76, 85.0), leavePos = vec4(121.78, -1285.22, 28.26, 85.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(119.30, -1282.75, 27.76, 95.0), leavePos = vec4(118.71, -1282.82, 28.26, 95.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(123.74, -1287.55, 27.76, 120.0), leavePos = vec4(123.31, -1287.72, 28.26, 120.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(122.11, -1284.58, 27.76, 120.0), leavePos = vec4(121.68, -1284.88, 28.26, 120.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(121.33, -1283.90, 27.76, 175.0), leavePos = vec4(121.32, -1284.32, 28.26, 175.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(122.97, -1286.80, 27.76, 175.0), leavePos = vec4(122.86, -1287.36, 28.26, 175.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(120.37, -1284.19, 27.76, 215.0), leavePos = vec4(120.64, -1284.60, 28.26, 215.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(118.88, -1281.81, 27.76, 145.0), leavePos = vec4(118.44, -1282.23, 28.26, 145.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(118.18, -1281.37, 27.76, 160.0), leavePos = vec4(118.01, -1281.88, 28.26, 160.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(117.25, -1281.22, 27.76, 190.0), leavePos = vec4(117.36, -1281.84, 28.26, 190.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(116.43, -1281.54, 27.76, 220.0), leavePos = vec4(116.85, -1282.03, 28.26, 220.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(115.84, -1282.29, 27.76, 241.0), leavePos = vec4(116.45, -1282.46, 28.26, 241.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(115.59, -1283.06, 27.76, 270.0), leavePos = vec4(116.28, -1283.00, 28.26, 270.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(115.89, -1283.98, 27.76, 295.0), leavePos = vec4(116.35, -1283.70, 28.26, 295.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(117.37, -1285.71, 27.76, 130.0), leavePos = vec4(116.95, -1286.15, 28.26, 130.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(117.65, -1286.57, 27.76, 105.0), leavePos = vec4(117.03, -1286.67, 28.26, 105.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(117.51, -1287.37, 27.76, 80.0), leavePos = vec4(116.99, -1287.20, 28.26, 80.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(116.22, -1288.63, 27.76, 8.0), leavePos = vec4(116.11, -1288.01, 28.26, 8.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(115.35, -1288.52, 27.76, 345.0), leavePos = vec4(115.53, -1288.01, 28.26, 345.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(114.30, -1283.99, 27.76, 60.0), leavePos = vec4(113.73, -1283.64, 28.26, 60.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(114.59, -1283.18, 27.76, 85.0), leavePos = vec4(113.87, -1283.11, 28.26, 85.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(114.36, -1282.27, 27.76, 117.0), leavePos = vec4(113.78, -1282.61, 28.26, 117.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(113.82, -1281.60, 27.76, 143.0), leavePos = vec4(113.44, -1282.15, 28.26, 143.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(113.07, -1281.29, 27.76, 165.0), leavePos = vec4(112.88, -1281.91, 28.26, 165.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(112.09, -1281.39, 27.76, 205.0), leavePos = vec4(112.29, -1281.93, 28.26, 205.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(111.36, -1281.92, 27.76, 231.0), leavePos = vec4(111.78, -1282.32, 28.26, 231.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(115.62, -1292.24, 27.76, 303.0), leavePos = vec4(116.07, -1291.94, 28.26, 303.0), size = {x = 0.55, y = 0.55, z = 1.05}},
{coords = vec4(116.32, -1292.90, 27.76, 355.0), leavePos = vec4(116.41, -1292.45, 28.26, 355.0), size = {x = 0.55, y = 0.55, z = 1.05}},
},
},
Crafting = {
CuttingTable = {
Positions = {
{coords = vec4(130.42, -1281.79, 29.26, 300.0), pedPos = vec4(129.82, -1281.79, 29.26, 300.0), cam = vec4(131.35, -1282.44, 30.43, 62.12), size = {x = 1.2, y = 0.75, z = 0.85}},
},
Food = {
{
label = 'Sliced Lemon',
item = 'vu_slicedlemon',
amount = 5,
image = 'vu_slicedlemon.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawlemon', label = 'Lemon', amount = 1},
},
},
{
label = 'Sliced Strawberry',
item = 'vu_slicedstrawberry',
amount = 5,
image = 'vu_slicedstrawberry.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawstrawberry', label = 'Strawberry', amount = 1},
},
},
{
label = 'Sliced Lime',
item = 'vu_slicedlime',
amount = 5,
image = 'vu_slicedlime.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawlime', label = 'Lime', amount = 1},
},
},
{
label = 'Sliced Mint',
item = 'vu_slicedmint',
amount = 5,
image = 'vu_slicedmint.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawmint', label = 'Mint', amount = 1},
},
},
},
},
Drinks = {
Positions = {
{coords = vec4(128.22, -1282.94, 29.26, 120.00), pedPos = vec4(128.62, -1282.74, 29.26, 120.0), cam = vec4(127.05, -1282.18, 30.29, 251.35), object = vec3(128.24, -1283.00, 29.29), size = {x = 0.95, y = 0.75, z = 0.65}},
},
Food = {
{
label = 'Mojito Drink',
item = 'vu_mojitodrink',
amount = 5,
image = 'vu_mojitodrink.png',
mixed = true,
prop = {main = 'prop_rum_bottle', glass = {empty = 'prop_sh_tall_glass', full = 'prop_wheat_grass_glass'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_sugar', label = 'Sugar', amount = 5},
{item = 'vu_slicedlime', label = 'Sliced lime', amount = 5},
{item = 'vu_slicedmint', label = 'Mint', amount = 5},
{item = 'vu_soda', label = 'Soda', amount = 5},
{item = 'vu_rhumbottle', label = 'Rhum bottle', amount = 1},
{item = 'vu_cleantallglass', label = 'Clean tall glass', amount = 5},
},
},
{
label = 'Piña Colada',
item = 'vu_pinacoladadrink',
amount = 5,
image = 'vu_pinacoladadrink.png',
mixed = true,
prop = {main = 'prop_rum_bottle', glass = {empty = 'prop_cocktail_glass', full = 'prop_pinacolada'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_coconutcream', label = 'Coconut Cream', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 5},
{item = 'vu_rhumbottle', label = 'Rhum bottle', amount = 1},
{item = 'vu_cleancocktailglass', label = 'Clean cocktail glass', amount = 5},
},
},
{
label = 'Tequila Sunrise',
item = 'vu_tequilasunrisedrink',
amount = 5,
image = 'vu_tequilasunrisedrink.png',
mixed = true,
prop = {main = 'prop_tequila_bottle', glass = {empty = 'prop_cocktail_glass', full = 'prop_tequila'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_sugar', label = 'Sugar', amount = 5},
{item = 'vu_slicedlime', label = 'Sliced lime', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 5},
{item = 'vu_tequilabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleancocktailglass', label = 'Clean cocktail glass', amount = 5},
},
},
{
label = 'Unicorn Bliss',
item = 'vu_unicornblissdrink',
amount = 5,
image = 'vu_unicornblissdrink.png',
mixed = true,
prop = {main = 'prop_vodka_bottle', glass = {empty = 'prop_sh_tall_glass', full = 'prop_wheat_grass_glass'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_slicedlemon', label = 'Sliced lemon', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 5},
{item = 'vu_vodkabottle', label = 'Vodka bottle', amount = 1},
{item = 'vu_cleantallglass', label = 'Clean tall glass', amount = 5},
},
},
{
label = 'Los Santos',
item = 'vu_lossantosdrink',
amount = 5,
image = 'vu_lossantosdrink.png',
mixed = true,
prop = {main = 'prop_tequila_bottle', glass = {empty = 'prop_sh_tall_glass', full = 'prop_wheat_grass_glass'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_slicedstrawberry', label = 'Sliced strawberry', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 10},
{item = 'vu_tequilabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleantallglass', label = 'Clean tall glass', amount = 5},
},
},
{
label = 'Paleto Bay',
item = 'vu_paletobaydrink',
amount = 5,
image = 'vu_paletobaydrink.png',
mixed = true,
prop = {main = 'prop_vodka_bottle', glass = {empty = 'prop_cocktail_glass', full = 'prop_tequila'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_sugar', label = 'Sugar', amount = 5},
{item = 'vu_slicedlemon', label = 'Sliced lemon', amount = 5},
{item = 'vu_vodkabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleancocktailglass', label = 'Clean cocktail glass', amount = 5},
},
},
{
label = 'Whiskey Glass',
item = 'vu_whiskeydrink',
amount = 5,
image = 'vu_whiskeydrink.png',
mixed = false,
prop = {main = 'prop_whiskey_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_whiskeybottle', label = 'Whiskey bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
{
label = 'Rhum Glass',
item = 'vu_rhumdrink',
amount = 5,
image = 'vu_rhumdrink.png',
mixed = false,
prop = {main = 'prop_rum_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_rhumbottle', label = 'Whiskey bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
{
label = 'Tequila Glass',
item = 'vu_tequiladrink',
amount = 5,
image = 'vu_tequiladrink.png',
mixed = false,
prop = {main = 'prop_tequila_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_tequilabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
{
label = 'Vodka Glass',
item = 'vu_vodkadrink',
amount = 5,
image = 'vu_vodkadrink.png',
mixed = false,
prop = {main = 'prop_vodka_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_vodkabottle', label = 'Vodka bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
},
},
Snacks = {
Positions = {
{coords = vec4(129.52, -1280.19, 29.26, 300.0), pedPos = vec4(129.06, -1280.46, 29.26, 300.0), cam = vec4(129.45, -1279.30, 30.35, 180.20), object = vec3(129.51, -1280.20, 29.33), size = {x = 1.2, y = 0.75, z = 0.85}},
},
Food = {
{
label = 'Nut Bowl',
item = 'vu_nutbowl',
amount = 1,
image = 'vu_nutbowl.png',
prop = {main = 'prop_bar_nuts'},
cookingTime = 10, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_nuts', label = 'Nuts', amount = 1},
{item = 'vu_cleanbowl', label = 'Clean Bowl', amount = 1},
},
},
{
label = 'Bean Bowl',
item = 'vu_beanbowl',
amount = 1,
image = 'vu_beanbowl.png',
prop = {main = 'prop_bar_beans'},
cookingTime = 10, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_beans', label = 'Beans', amount = 1},
{item = 'vu_cleanbowl', label = 'Clean Bowl', amount = 1},
},
},
},
},
IceMachine = {
Positions = {
{coords = vec4(127.88, -1281.93, 29.26, 120.0), pedPos = vec4(128.58, -1281.53, 29.26, 120.0), cam = vec4(126.77, -1281.45, 30.29, 266.04), object = {use = false, coords = vec3(-1190.25, -899.50, 12.79), xRot = 0.0, yRot = 0.0, zRot = 35.0}, size = {x = 0.75, y = 0.75, z = 0.85}},
},
Food = {
{
label = 'Ice Cube',
item = 'vu_ice',
amount = 5,
image = 'vu_ice.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'water', label = 'Water', amount = 1},
},
},
},
},
},
CashRegisters = {
Registers = {
{coords = vec4(129.20, -1284.85, 29.40, 35.0), size = {x = 0.72, y = 0.5, z = 0.55}},
{coords = vec4(132.92, -1286.05, 29.40, 295.0), size = {x = 0.45, y = 0.45, z = 0.55}},
{coords = vec4(118.91, -1303.21, 29.40, 185.0), size = {x = 0.55, y = 0.55, z = 0.55}},
},
},
PoliceAlerts = {
Alerts = {
{coords = vec4(127.55, -1281.57, 29.02, 35.0), object = {use = true, coords = vec3(127.55, -1281.57, 29.02), xRot = 0.211, yRot = -0.262, zRot = 121.019}, size = {x = 0.25, y = 0.25, z = 0.35}},
{coords = vec4(130.47, -1287.40, 29.02, 35.0), object = {use = true, coords = vec3(130.47, -1287.40, 29.02), xRot = 0.211, yRot = -0.262, zRot = 121.019}, size = {x = 0.25, y = 0.25, z = 0.35}},
},
},
Delivery = {
StartDelivery = {
{coords = vec4(131.51, -1288.52, 29.60, 35.0), pedPos = vec4(131.31, -1288.17, 29.26, 210.0), object = {use = true, coords = vec3(131.51, -1288.52, 29.60), xRot = 90.0, yRot = 0.0, zRot = -150.128}, size = {x = 0.25, y = 0.25, z = 0.45}},
},
},
Missions = {
StartMission = {
{coords = vec4(111.71, -1300.05, 29.66, 210.0), pedPos = vec4(111.51, -1299.89, 29.26, 210.0), storagePos = vec4(108.43, -1303.87, 28.79, 301.0), size = {x = 1.35, y = 0.25, z = 0.95}},
},
DirtySpots = {
Ground = {
vec4(121.09, -1292.47, 29.26, 294.16),
vec4(125.53, -1290.28, 29.26, 297.99),
vec4(108.72, -1288.68, 29.24, 136.50),
vec4(113.13, -1286.68, 28.26, 32.84),
vec4(125.16, -1283.42, 29.26, 8.71),
vec4(119.90, -1287.49, 28.27, 29.08),
vec4(109.79, -1294.06, 28.26, 124.02),
vec4(127.04, -1286.15, 29.26, 207.81),
vec4(129.27, -1293.58, 29.26, 11.98),
vec4(130.59, -1284.28, 29.26, 23.67),
vec4(125.77, -1279.60, 29.26, 118.46),
vec4(105.10, -1291.21, 29.24, 298.90),
vec4(121.75, -1281.21, 29.48, 49.84),
vec4(105.06, -1285.19, 28.26, 101.93),
vec4(105.60, -1294.69, 29.24, 187.51),
vec4(96.78, -1290.87, 29.26, 68.87),
vec4(106.56, -1301.72, 28.79, 236.29),
vec4(116.60, -1301.74, 29.26, 182.98),
vec4(116.21, -1298.73, 29.26, 328.55),
},
Tables = {
vec4(126.95, -1283.09, 29.26, 300.57),
vec4(126.35, -1282.10, 29.26, 298.77),
vec4(108.56, -1305.88, 28.76, 210.16),
vec4(130.68, -1288.06, 29.26, 34.55),
vec4(103.02, -1298.30, 28.76, 300.92),
vec4(127.77, -1284.57, 29.26, 304.76),
vec4(97.17, -1293.04, 29.26, 146.77),
vec4(128.48, -1285.80, 29.26, 306.69),
vec4(124.42, -1284.72, 29.26, 18.06),
vec4(126.41, -1286.37, 29.26, 128.88),
vec4(126.65, -1280.96, 29.26, 216.70),
vec4(118.13, -1283.90, 28.26, 40.52),
vec4(129.09, -1286.86, 29.26, 301.17),
},
},
},
DancingPole = {
Positions = {
{
coords = vec4(108.75, -1289.30, 29.29, 120.0),
npcDancer = true,
customClothing = {
use = true,
ped = 'mp_f_freemode_01',
face = {
shapeFather = 25, shapeMother = 0, shapeThird = 0,
skinFather = 5, skinMother = 2, skinThird = 0,
shapeMix = 0.5, skinMix = 0.5, thirdMix = 0.0,
},
hair = {
style = 3,
color = 3,
highlight = 3,
},
tshirt_1 = 14, tshirt_2 = 0,
torso_1 = 22, torso_2 = 1,
bproof_1 = 0, bproof_2 = 0,
decals_1 = 0, decals_2 = 0,
arms = 4,
pants_1 = 20, pants_2 = 1,
shoes_1 = 8, shoes_2 = 0,
helmet_1 = -1, helmet_2 = 0,
bag_1 = 0, bag_2 = 0,
mask_1 = -1, mask_2 = 1,
chain_1 = 0, chain_2 = 0,
ears_1 = -1, ears_2 = 0,
glasses_1 = -1, glasses_2 = 0,
watches_1 = -1, watches_2 = 0,
bracelets_1 = -1, bracelets_2 = 0,
},
size = {x = 1.85, y = 1.85, z = 1.25},
},
{
coords = vec4(104.73, -1294.48, 29.29, 120.0),
npcDancer = true,
customClothing = {
use = false,
},
size = {x = 1.85, y = 1.85, z = 1.25},
},
{
coords = vec4(102.14, -1290.16, 29.29, 120.0),
npcDancer = true,
customClothing = {
use = false,
},
size = {x = 1.85, y = 1.85, z = 1.25}
},
},
},
MoneyThrow = {
Positions = {
{coords = vec4(106.58, -1296.37, 28.26, 47.0), pedPos = vec4(106.58, -1296.37, 28.26, 47.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(107.44, -1294.89, 28.26, 81.0), pedPos = vec4(107.44, -1294.89, 28.26, 81.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(108.73, -1292.50, 28.26, 25.0), pedPos = vec4(108.73, -1292.50, 28.26, 25.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(110.54, -1291.32, 28.26, 47.0), pedPos = vec4(110.54, -1291.32, 28.26, 47.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(111.37, -1289.53, 28.26, 91.0), pedPos = vec4(111.37, -1289.53, 28.26, 91.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(110.93, -1287.81, 28.26, 127.0), pedPos = vec4(110.93, -1287.81, 28.26, 127.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(109.48, -1286.81, 28.26, 163.0), pedPos = vec4(109.48, -1286.81, 28.26, 163.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(107.57, -1286.91, 28.26, 206.0), pedPos = vec4(107.57, -1286.91, 28.26, 206.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(105.93, -1287.87, 28.26, 231.0), pedPos = vec4(105.93, -1287.87, 28.26, 231.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(103.31, -1287.78, 28.26, 159.0), pedPos = vec4(103.31, -1287.78, 28.26, 159.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(101.74, -1287.64, 28.26, 193.0), pedPos = vec4(101.74, -1287.64, 28.26, 193.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(100.19, -1288.25, 28.26, 220.0), pedPos = vec4(100.19, -1288.25, 28.26, 220.0), size = {x = 0.45, y = 0.45, z = 1.25}},
},
},
Pimp = {
Positions = {
{coords = vec4(117.59, -1305.32, 29.23, 222.0), size = {x = 0.45, y = 0.45, z = 1.25}},
},
},
DancingPlatform = {
Positions = {
{coords = vec4(113.36, -1303.07, 28.95, 120.0), pedPos = vec4(113.32, -1303.03, 29.89, 131.29), npcWay = {vec4(116.23, -1297.44, 29.26, 214.0), vec4(116.89, -1301.03, 29.26, 115.0), vec4(114.32, -1302.66, 29.28, 125.0), vec4(113.32, -1303.03, 28.89, 131.0)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(119.93, -1296.75, 28.86, 209.0), pedPos = vec4(119.93, -1296.75, 28.66, 210.0), npcWay = {vec4(115.39, -1295.96, 29.26, 301.0), vec4(118.43, -1294.14, 29.26, 202.0), vec4(119.50, -1296.07, 29.26, 200.0), vec4(119.93, -1296.75, 28.66, 210.0)}, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(123.38, -1294.84, 28.66, 210.0), pedPos = vec4(123.38, -1294.84, 28.66, 210.0), npcWay = {vec4(115.39, -1295.96, 29.26, 301.0), vec4(118.43, -1294.14, 29.26, 290.0), vec4(121.82, -1292.26, 29.26, 200.0), vec4(122.98, -1294.17, 29.26, 213.0), vec4(123.38, -1294.84, 28.66, 210.0)}, size = {x = 0.85, y = 0.85, z = 0.25}},
},
},
PrivateDance = { -- Positions for npc dancers are taken from DancingPlatform.
DancerSpawnPos = vec4(115.36, -1294.42, 29.26, 186.0),
Positions = { -- Npc guard.
{coords = vec4(117.55, -1296.07, 29.26, 306.0), npcDancer = true, size = {x = 0.75, y = 0.75, z = 1.50}},
},
},
Fridge = {
Positions = {
{coords = vec4(130.02, -1280.63, 28.75, 120.0), size = {x = 1.35, y = 0.65, z = 0.85}},
{coords = vec4(132.73, -1285.37, 28.75, 120.0), size = {x = 1.35, y = 0.65, z = 0.85}},
{coords = vec4(129.66, -1285.55, 28.75, 120.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(128.83, -1284.19, 28.75, 120.0), size = {x = 1.35, y = 0.65, z = 0.85}},
{coords = vec4(119.24, -1302.94, 28.75, 30.0), size = {x = 1.35, y = 0.65, z = 0.85}},
{coords = vec4(110.07, -1296.63, 29.25, 120.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(92.95, -1290.83, 29.25, 120.0), size = {x = 0.75, y = 0.75, z = 1.85}},
},
},
CigaretteVending = {
Positions = {
{coords = vec4(125.41, -1291.88, 29.82, -150.0), pedPos = vec4(125.22, -1291.54, 29.26, 206.0), size = {x = 0.75, y = 0.65, z = 0.85}},
},
},
NpcGuard = {
Positions = {
-- Inside
{coords = vec4(125.21, -1298.24, 29.26, 301.77), menu = true, pedPos = vec4(126.12, -1297.66, 29.26, 120.0), size = {x = 0.75, y = 0.65, z = 0.85}},
-- Outside
{coords = vec4(128.00, -1299.62, 29.23, 222.35), size = {x = 0.75, y = 0.65, z = 0.85}},
},
},
DjTable = {
Positions = {
{coords = vec4(119.99, -1281.72, 29.38, 120.0), distance = 18, pedPos = vec4(120.46, -1281.40, 29.48, 121.18), soundPos = vec3(114.41, -1285.58, 28.26), size = {x = 1.75, y = 0.65, z = 0.85}},
},
},
Teleport = {
Positions = {
-- No teleports needed in this map.
},
},
Trash = {
Positions = {
{coords = vec4(106.34, -1307.13, 28.63, 305.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(107.59, -1298.18, 28.43, 305.0), size = {x = 0.45, y = 0.45, z = 0.85}},
{coords = vec4(96.25, -1294.8, 28.43, 210.0), size = {x = 0.45, y = 0.45, z = 0.85}},
},
},
SupplyShop = {
Positions = {
{coords = vec4(1239.75, -3179.48, 7.10, 315.0), size = {x = 1.20, y = 1.20, z = 1.50}},
},
Items = {
-- Bottles
{item = 'vu_rhumbottle', label = 'Rhum Bottle', icon = 'vu_rhumbottle.png', price = 50},
{item = 'vu_tequilabottle', label = 'Tequila Bottle', icon = 'vu_tequilabottle.png', price = 55},
{item = 'vu_vodkabottle', label = 'Vodka Bottle', icon = 'vu_vodkabottle.png', price = 55},
{item = 'vu_whiskeybottle', label = 'Whiskey Bottle', icon = 'vu_whiskeybottle.png', price = 55},
-- Glassware
{item = 'vu_cleanshortglass', label = 'Clean short glass', icon = 'vu_cleanshortglass.png', price = 5},
{item = 'vu_cleantallglass', label = 'Clean Tall Glass', icon = 'vu_cleantallglass.png', price = 5},
{item = 'vu_cleancocktailglass', label = 'Clean Cocktail Glass', icon = 'vu_cleancocktailglass.png', price = 5},
{item = 'vu_cleanbowl', label = 'Clean Bowl', icon = 'vu_cleanbowl.png', price = 5},
-- Ingredients
{item = 'vu_sugar', label = 'Sugar', icon = 'vu_sugar.png', price = 3},
{item = 'vu_soda', label = 'Soda', icon = 'vu_soda.png', price = 10},
{item = 'vu_coconutcream', label = 'Coconut Cream', icon = 'vu_coconutcream.png', price = 8},
{item = 'vu_juice', label = 'Juice', icon = 'vu_juice.png', price = 12},
{item = 'vu_nuts', label = 'Nuts', icon = 'vu_nuts.png', price = 6},
{item = 'vu_beans', label = 'Beans', icon = 'vu_beans.png', price = 6},
-- Cutting Table
{item = 'vu_rawlemon', label = 'Lemon', icon = 'vu_rawlemon.png', price = 7},
{item = 'vu_rawstrawberry', label = 'Strawberry', icon = 'vu_rawstrawberry.png', price = 9},
{item = 'vu_rawlime', label = 'Lime', icon = 'vu_rawlime.png', price = 7},
{item = 'vu_slicedmint', label = 'Mint', icon = 'vu_slicedmint.png', price = 5},
-- Other
{item = 'vu_cleansponge', label = 'Clean Sponge', icon = 'vu_cleansponge.png', price = 2},
},
},
Dog = {
Positions = {
{coords = vec4(127.63, -1300.18, 29.23, 235.15), pedPos = vec4(128.13, -1300.49, 29.23, 60.0), size = {x = 1.20, y = 1.20, z = 1.50}},
},
},
NpcEmployee = {
Positions = {
{coords = vec4(129.24, -1283.78, 29.26, 115.0), hotTablePos = vec4(130.24, -1282.65, 29.26, 295.0), size = {x = 1.20, y = 1.20, z = 1.50}},
},
},
MenuList = { -- Items displayed in food menu + npc employee menu.
Items = {
-- Drinks
{category = 'Drinks', items = {
{item = 'vu_unicornblissdrink', label = 'Unicorn Bliss', icon = 'vu_unicornblissdrink.png', price = 60},
{item = 'vu_mojitodrink', label = 'Mojito Drink', icon = 'vu_mojitodrink.png', price = 50},
{item = 'vu_lossantosdrink', label = 'Los Santos', icon = 'vu_lossantosdrink.png', price = 45},
{item = 'vu_pinacoladadrink', label = 'Piña Colada', icon = 'vu_pinacoladadrink.png', price = 55},
{item = 'vu_tequilasunrisedrink', label = 'Tequila Sunrise', icon = 'vu_tequilasunrisedrink.png', price = 55},
{item = 'vu_paletobaydrink', label = 'Paleto Bay', icon = 'vu_paletobaydrink.png', price = 40},
{item = 'vu_whiskeydrink', label = 'Whiskey Glass', icon = 'vu_whiskeydrink.png', price = 25},
{item = 'vu_rhumdrink', label = 'Rhum Glass', icon = 'vu_rhumdrink.png', price = 20},
{item = 'vu_tequiladrink', label = 'Tequila Glass', icon = 'vu_tequiladrink.png', price = 25},
{item = 'vu_vodkadrink', label = 'Vodka Glass', icon = 'vu_vodkadrink.png', price = 25},
}},
-- Snacks
{category = 'Snacks', items = {
{item = 'vu_nutbowl', label = 'Nut Bowl', icon = 'vu_nutbowl.png', price = 15},
{item = 'vu_beanbowl', label = 'Bean Bowl', icon = 'vu_beanbowl.png', price = 12},
}},
},
Positions = {
{coords = vec4(129.93, -1289.45, 29.46, 120.0), size = {x = 0.45, y = 0.8, z = 1.50}},
{coords = vec4(126.24, -1280.55, 29.46, 120.0), size = {x = 0.45, y = 0.8, z = 1.50}},
},
},
}
vanilla
--[[ Default GtaV Vanilla Unicorn MLO ]]--
return {
Blip = {
coords = vec3(129.04, -1299.19, 29.23),
},
DutySystem = {
coords = vec4(102.13, -1299.57, 29.35, 210.0),
target = {
icon = 'fas fa-hand',
size = {x = 0.35, y = 0.9, z = 1.2},
},
},
BossMenu = {
coords = vec4(96.26, -1293.10, 29.16, 30.0),
target = {
icon = 'fas fa-hand',
size = {x = 1.2, y = 3.32, z = 0.5},
},
},
LockerRoom = {
coords = vec4(104.38, -1302.20, 28.89, 120.0),
target = {
icon = 'fas fa-tshirt',
size = {x = 0.6, y = 1.95, z = 1.85},
},
},
Storage = {
coords = vec4(106.36, -1299.18, 29.05, 120.0),
target = {
icon = 'fas fa-box',
size = {x = 0.4, y = 2.5, z = 1.85},
},
},
Garage = {
spawn = {
vec4(146.43, -1286.74, 28.99, 299.67),
vec4(144.95, -1284.37, 28.99, 298.79),
vec4(143.45, -1281.93, 28.99, 298.52),
vec4(141.57, -1279.70, 29.01, 299.41),
vec4(138.94, -1274.48, 29.00, 299.59),
vec4(143.09, -1271.62, 28.80, 209.26),
vec4(143.09, -1271.62, 28.80, 209.26),
},
coords = vec4(134.18, -1276.15, 29.62, 120.00),
target = {
icon = 'fas fa-car',
size = {x = 0.8, y = 0.5, z = 1.85},
},
},
BathRooms = {
Toilets = {
-- No toilets in this map.
},
Skinks = {
-- Kitchen
{coords = vec4(130.49, -1286.59, 29.26, 120.0), pedPos = vec4(131.03, -1286.08, 29.26, 120.0), size = {x = 1.35, y = 0.85, z = 1.05}, job = true},
-- Back Stage
{coords = vec4(103.10, -1297.17, 28.76, 300.0), pedPos = vec4(102.59, -1297.47, 28.76, 300.0), size = {x = 0.7, y = 0.65, z = 1.05}},
},
},
TablesAndChairs = {
Tables = {
{coords = vec4(127.24, -1282.47, 29.26, 120.0), size = {x = 0.85, y = 0.55, z = 0.55}},
{coords = vec4(128.49, -1284.14, 29.26, 120.0), size = {x = 0.95, y = 0.95, z = 0.55}},
{coords = vec4(129.33, -1285.64, 29.26, 120.0), size = {x = 0.85, y = 0.95, z = 0.55}},
{coords = vec4(130.03, -1287.19, 29.26, 120.0), size = {x = 0.85, y = 0.95, z = 0.55}},
{coords = vec4(124.21, -1283.15, 28.96, 120.0), size = {x = 0.65, y = 0.65, z = 0.55}},
{coords = vec4(124.47, -1285.53, 28.96, 120.0), size = {x = 0.65, y = 0.65, z = 0.55}},
{coords = vec4(125.68, -1287.66, 28.96, 120.0), size = {x = 0.65, y = 0.65, z = 0.55}},
{coords = vec4(122.74, -1288.33, 28.05, 120.0), size = {x = 0.65, y = 0.65, z = 0.55}},
{coords = vec4(121.80, -1286.62, 28.05, 120.0), size = {x = 0.65, y = 0.65, z = 0.55}},
{coords = vec4(120.82, -1284.95, 28.05, 120.0), size = {x = 0.65, y = 0.65, z = 0.55}},
{coords = vec4(118.78, -1282.75, 28.05, 120.0), size = {x = 0.65, y = 0.65, z = 0.55}},
{coords = vec4(105.86, -1283.54, 28.05, 120.0), size = {x = 0.65, y = 0.65, z = 0.55}},
{coords = vec4(102.36, -1285.47, 28.05, 120.0), size = {x = 0.65, y = 0.65, z = 0.55}},
{coords = vec4(111.70, -1294.04, 28.05, 120.0), size = {x = 0.65, y = 0.65, z = 0.55}},
{coords = vec4(107.80, -1296.24, 28.05, 120.0), size = {x = 0.65, y = 0.65, z = 0.55}},
{coords = vec4(109.45, -1306.25, 28.96, 120.0), size = {x = 0.85, y = 1.85, z = 0.35}},
{coords = vec4(107.45, -1307.35, 28.96, 120.0), size = {x = 0.85, y = 1.85, z = 0.35}},
{coords = vec4(103.74, -1298.43, 28.75, 120.0), size = {x = 1.35, y = 0.65, z = 0.25}},
{coords = vec4(93.95, -1294.40, 29.16, 120.0), size = {x = 1.35, y = 0.65, z = 0.25}},
},
Chairs = {
{coords = vec4(109.28, -1305.66, 28.55, 210.0), leavePos = vec4(109.02, -1305.22, 28.55, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(107.15, -1306.63, 28.55, 210.0), leavePos = vec4(106.87, -1306.15, 28.55, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(107.99, -1306.15, 28.55, 210.0), leavePos = vec4(107.67, -1305.79, 28.55, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(118.05, -1296.09, 28.78, 325.0), leavePos = vec4(118.43, -1295.52, 28.55, 325.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(123.45, -1283.55, 28.78, 300.0), leavePos = vec4(123.17, -1282.84, 29.28, 300.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(124.95, -1282.68, 28.78, 120.0), leavePos = vec4(125.21, -1283.26, 29.28, 120.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(124.83, -1284.71, 28.78, 120.0), leavePos = vec4(124.52, -1284.18, 29.28, 120.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(125.16, -1285.79, 28.78, 75.0), leavePos = vec4(124.93, -1286.46, 29.28, 75.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(126.25, -1287.13, 28.78, 130.0), leavePos = vec4(126.63, -1287.69, 29.28, 130.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(126.05, -1288.46, 28.78, 30.0), leavePos = vec4(126.68, -1288.28, 29.28, 30.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(124.70, -1294.44, 28.78, 120.0), leavePos = vec4(124.21, -1294.62, 29.28, 120.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(124.34, -1295.51, 28.78, 30.0), leavePos = vec4(124.02, -1294.99, 29.28, 30.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(123.62, -1295.93, 28.78, 30.0), leavePos = vec4(123.38, -1295.37, 29.28, 30.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(122.53, -1295.70, 28.78, 300.0), leavePos = vec4(122.96, -1295.41, 29.28, 300.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(121.42, -1296.32, 28.78, 120.0), leavePos = vec4(121.05, -1296.54, 29.28, 120.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(121.10, -1297.40, 28.78, 30.0), leavePos = vec4(120.86, -1296.94, 29.28, 30.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(120.41, -1297.72, 28.78, 30.0), leavePos = vec4(120.14, -1297.36, 29.28, 30.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(119.51, -1297.49, 28.78, 300.0), leavePos = vec4(119.79, -1297.30, 29.28, 300.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(123.69, -1288.83, 27.75, 25.0), leavePos = vec4(123.51, -1288.19, 28.28, 25.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(123.04, -1286.63, 27.75, 115.0), leavePos = vec4(122.40, -1286.83, 28.28, 115.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(122.17, -1285.19, 27.75, 130.0), leavePos = vec4(121.51, -1285.66, 28.28, 130.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(121.38, -1283.82, 27.75, 135.0), leavePos = vec4(120.24, -1284.34, 28.28, 135.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(119.85, -1283.70, 27.75, 85.0), leavePos = vec4(119.19, -1283.66, 28.28, 85.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(118.42, -1281.08, 27.75, 145.0), leavePos = vec4(118.02, -1281.62, 28.28, 145.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(116.87, -1288.53, 27.75, 90.0), leavePos = vec4(116.20, -1288.51, 28.28, 90.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(116.10, -1286.46, 27.75, 115.0), leavePos = vec4(115.46, -1286.66, 28.28, 115.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(115.08, -1284.67, 27.75, 115.0), leavePos = vec4(114.30, -1284.94, 28.28, 115.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(113.81, -1282.93, 27.75, 145.0), leavePos = vec4(113.38, -1283.44, 28.28, 145.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(108.46, -1285.79, 27.75, 235.0), leavePos = vec4(108.93, -1286.14, 28.28, 235.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(106.71, -1286.80, 27.75, 215.0), leavePos = vec4(107.05, -1287.29, 28.28, 215.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(104.86, -1287.90, 27.75, 180.0), leavePos = vec4(104.83, -1288.50, 28.28, 180.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(101.09, -1286.29, 27.75, 300.0), leavePos = vec4(101.91, -1286.22, 28.28, 300.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(103.33, -1284.90, 27.75, 205.0), leavePos = vec4(103.70, -1285.46, 28.28, 205.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(104.80, -1284.19, 27.75, 285.0), leavePos = vec4(105.56, -1284.15, 28.28, 285.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(107.14, -1282.85, 27.75, 165.0), leavePos = vec4(106.96, -1283.50, 28.28, 165.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(113.02, -1293.29, 27.75, 90.0), leavePos = vec4(112.36, -1293.31, 28.28, 90.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(110.27, -1294.90, 27.75, 295.0), leavePos = vec4(110.86, -1294.62, 28.28, 295.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(109.31, -1295.45, 27.75, 85.0), leavePos = vec4(108.65, -1295.38, 28.28, 85.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(106.50, -1297.08, 27.75, 300.0), leavePos = vec4(107.07, -1296.74, 28.28, 300.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(109.08, -1292.32, 27.75, 35.0), leavePos = vec4(108.54, -1292.66, 28.28, 35.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(110.14, -1291.71, 27.75, 35.0), leavePos = vec4(110.42, -1292.25, 28.28, 35.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(111.39, -1290.99, 27.75, 30.0), leavePos = vec4(112.37, -1290.88, 28.28, 30.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(119.17, -1302.75, 28.75, 30.0), leavePos = vec4(118.75, -1302.23, 29.26, 30.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(117.03, -1303.99, 28.75, 30.0), leavePos = vec4(116.76, -1303.38, 29.26, 30.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(114.95, -1305.21, 28.75, 30.0), leavePos = vec4(114.58, -1304.64, 29.26, 30.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(113.13, -1306.26, 28.75, 30.0), leavePos = vec4(112.72, -1305.73, 29.26, 30.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(110.54, -1301.70, 28.75, 210.0), leavePos = vec4(110.88, -1302.28, 29.26, 210.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(112.33, -1300.67, 28.75, 210.0), leavePos = vec4(112.59, -1301.31, 29.26, 210.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(114.21, -1299.57, 28.75, 210.0), leavePos = vec4(114.56, -1300.27, 29.26, 210.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(95.19, -1293.49, 28.75, 320.0), leavePos = vec4(94.65, -1292.91, 29.26, 320.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(93.97, -1290.40, 28.75, 210.0), leavePos = vec4(94.29, -1290.89, 29.26, 210.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(94.58, -1290.11, 28.75, 210.0), leavePos = vec4(94.98, -1290.49, 29.26, 210.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(95.35, -1289.69, 28.75, 210.0), leavePos = vec4(95.51, -1290.23, 29.26, 210.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(97.75, -1293.72, 28.75, 40.0), leavePos = vec4(97.38, -1293.28, 29.26, 40.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(121.337, -1280.57, 29.07, 130.0), leavePos = vec4(120.81, -1281.08, 29.47, 130.0), size = {x = 0.75, y = 0.75, z = 1.05}},
},
},
Crafting = {
CuttingTable = {
Positions = {
{coords = vec4(131.18, -1282.80, 29.26, 300.0), pedPos = vec4(130.58, -1283.06, 29.26, 300.0), cam = vec4(131.35, -1282.44, 30.43, 62.12), size = {x = 0.65, y = 0.75, z = 0.85}},
},
Food = {
{
label = 'Sliced Lemon',
item = 'vu_slicedlemon',
amount = 5,
image = 'vu_slicedlemon.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawlemon', label = 'Lemon', amount = 1},
},
},
{
label = 'Sliced Strawberry',
item = 'vu_slicedstrawberry',
amount = 5,
image = 'vu_slicedstrawberry.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawstrawberry', label = 'Strawberry', amount = 1},
},
},
{
label = 'Sliced Lime',
item = 'vu_slicedlime',
amount = 5,
image = 'vu_slicedlime.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawlime', label = 'Lime', amount = 1},
},
},
{
label = 'Sliced Mint',
item = 'vu_slicedmint',
amount = 5,
image = 'vu_slicedmint.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawmint', label = 'Mint', amount = 1},
},
},
},
},
Drinks = {
Positions = {
{coords = vec4(128.22, -1282.94, 29.26, 120.00), pedPos = vec4(128.62, -1282.74, 29.26, 120.0), cam = vec4(127.05, -1282.18, 30.29, 251.35), object = vec3(128.24, -1283.00, 29.29), size = {x = 0.95, y = 0.75, z = 0.65}},
},
Food = {
{
label = 'Mojito Drink',
item = 'vu_mojitodrink',
amount = 5,
image = 'vu_mojitodrink.png',
mixed = true,
prop = {main = 'prop_rum_bottle', glass = {empty = 'prop_sh_tall_glass', full = 'prop_wheat_grass_glass'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_sugar', label = 'Sugar', amount = 5},
{item = 'vu_slicedlime', label = 'Sliced lime', amount = 5},
{item = 'vu_slicedmint', label = 'Mint', amount = 5},
{item = 'vu_soda', label = 'Soda', amount = 5},
{item = 'vu_rhumbottle', label = 'Rhum bottle', amount = 1},
{item = 'vu_cleantallglass', label = 'Clean tall glass', amount = 5},
},
},
{
label = 'Piña Colada',
item = 'vu_pinacoladadrink',
amount = 5,
image = 'vu_pinacoladadrink.png',
mixed = true,
prop = {main = 'prop_rum_bottle', glass = {empty = 'prop_cocktail_glass', full = 'prop_pinacolada'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_coconutcream', label = 'Coconut Cream', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 5},
{item = 'vu_rhumbottle', label = 'Rhum bottle', amount = 1},
{item = 'vu_cleancocktailglass', label = 'Clean cocktail glass', amount = 5},
},
},
{
label = 'Tequila Sunrise',
item = 'vu_tequilasunrisedrink',
amount = 5,
image = 'vu_tequilasunrisedrink.png',
mixed = true,
prop = {main = 'prop_tequila_bottle', glass = {empty = 'prop_cocktail_glass', full = 'prop_tequila'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_sugar', label = 'Sugar', amount = 5},
{item = 'vu_slicedlime', label = 'Sliced lime', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 5},
{item = 'vu_tequilabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleancocktailglass', label = 'Clean cocktail glass', amount = 5},
},
},
{
label = 'Unicorn Bliss',
item = 'vu_unicornblissdrink',
amount = 5,
image = 'vu_unicornblissdrink.png',
mixed = true,
prop = {main = 'prop_vodka_bottle', glass = {empty = 'prop_sh_tall_glass', full = 'prop_wheat_grass_glass'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_slicedlemon', label = 'Sliced lemon', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 5},
{item = 'vu_vodkabottle', label = 'Vodka bottle', amount = 1},
{item = 'vu_cleantallglass', label = 'Clean tall glass', amount = 5},
},
},
{
label = 'Los Santos',
item = 'vu_lossantosdrink',
amount = 5,
image = 'vu_lossantosdrink.png',
mixed = true,
prop = {main = 'prop_tequila_bottle', glass = {empty = 'prop_sh_tall_glass', full = 'prop_wheat_grass_glass'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_slicedstrawberry', label = 'Sliced strawberry', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 10},
{item = 'vu_tequilabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleantallglass', label = 'Clean tall glass', amount = 5},
},
},
{
label = 'Paleto Bay',
item = 'vu_paletobaydrink',
amount = 5,
image = 'vu_paletobaydrink.png',
mixed = true,
prop = {main = 'prop_vodka_bottle', glass = {empty = 'prop_cocktail_glass', full = 'prop_tequila'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_sugar', label = 'Sugar', amount = 5},
{item = 'vu_slicedlemon', label = 'Sliced lemon', amount = 5},
{item = 'vu_vodkabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleancocktailglass', label = 'Clean cocktail glass', amount = 5},
},
},
{
label = 'Whiskey Glass',
item = 'vu_whiskeydrink',
amount = 5,
image = 'vu_whiskeydrink.png',
mixed = false,
prop = {main = 'prop_whiskey_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_whiskeybottle', label = 'Whiskey bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
{
label = 'Rhum Glass',
item = 'vu_rhumdrink',
amount = 5,
image = 'vu_rhumdrink.png',
mixed = false,
prop = {main = 'prop_rum_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_rhumbottle', label = 'Whiskey bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
{
label = 'Tequila Glass',
item = 'vu_tequiladrink',
amount = 5,
image = 'vu_tequiladrink.png',
mixed = false,
prop = {main = 'prop_tequila_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_tequilabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
{
label = 'Vodka Glass',
item = 'vu_vodkadrink',
amount = 5,
image = 'vu_vodkadrink.png',
mixed = false,
prop = {main = 'prop_vodka_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_vodkabottle', label = 'Vodka bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
},
},
Snacks = {
Positions = {
{coords = vec4(130.43, -1281.85, 29.26, 300.0), pedPos = vec4(130.00, -1282.10, 29.26, 300.0), cam = vec4(130.07, -1280.53, 30.35, 180.20), object = vec3(130.46, -1281.84, 29.33), size = {x = 0.75, y = 0.75, z = 0.85}},
},
Food = {
{
label = 'Nut Bowl',
item = 'vu_nutbowl',
amount = 1,
image = 'vu_nutbowl.png',
prop = {main = 'prop_bar_nuts'},
cookingTime = 10, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_nuts', label = 'Nuts', amount = 1},
{item = 'vu_cleanbowl', label = 'Clean Bowl', amount = 1},
},
},
{
label = 'Bean Bowl',
item = 'vu_beanbowl',
amount = 1,
image = 'vu_beanbowl.png',
prop = {main = 'prop_bar_beans'},
cookingTime = 10, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_beans', label = 'Beans', amount = 1},
{item = 'vu_cleanbowl', label = 'Clean Bowl', amount = 1},
},
},
},
},
IceMachine = {
Positions = {
{coords = vec4(127.88, -1281.93, 29.26, 120.0), pedPos = vec4(128.58, -1281.53, 29.26, 120.0), cam = vec4(126.77, -1281.45, 30.29, 266.04), object = {use = false, coords = vec3(-1190.25, -899.50, 12.79), xRot = 0.0, yRot = 0.0, zRot = 35.0}, size = {x = 0.75, y = 0.75, z = 0.85}},
},
Food = {
{
label = 'Ice Cube',
item = 'vu_ice',
amount = 5,
image = 'vu_ice.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'water', label = 'Water', amount = 1},
},
},
},
},
},
CashRegisters = {
Registers = {
{coords = vec4(130.90, -1282.29, 29.40, 29.39), size = {x = 0.50, y = 0.50, z = 0.55}},
{coords = vec4(133.51, -1286.87, 29.40, -105.00), size = {x = 0.45, y = 0.45, z = 0.55}},
{coords = vec4(129.26, -1284.97, 29.40, 165.0), size = {x = 0.55, y = 0.55, z = 0.55}},
},
},
PoliceAlerts = {
Alerts = {
{coords = vec4(127.55, -1281.57, 29.02, 35.0), object = {use = true, coords = vec3(127.55, -1281.57, 29.02), xRot = 0.211, yRot = -0.262, zRot = 121.019}, size = {x = 0.25, y = 0.25, z = 0.35}},
{coords = vec4(130.53, -1287.50, 29.02, 35.0), object = {use = true, coords = vec3(130.53, -1287.50, 29.02), xRot = 0.211, yRot = -0.262, zRot = 121.019}, size = {x = 0.25, y = 0.25, z = 0.35}},
},
},
Delivery = {
StartDelivery = {
{coords = vec4(129.56, -1290.03, 29.60, 35.0), pedPos = vec4(129.22, -1290.17, 29.60, 300.0), object = {use = true, coords = vec3(129.56, -1290.03, 29.60), xRot = 90.0, yRot = 0.0, zRot = -59.67}, size = {x = 0.25, y = 0.25, z = 0.45}},
},
},
Missions = {
StartMission = {
{coords = vec4(111.71, -1300.05, 29.66, 210.0), pedPos = vec4(111.51, -1299.89, 29.26, 210.0), storagePos = vec4(108.43, -1303.87, 28.79, 301.0), size = {x = 1.35, y = 0.25, z = 0.95}},
},
DirtySpots = {
Ground = {
vec4(126.35, -1284.06, 29.28, 8.69),
vec4(128.10, -1286.95, 29.28, 210.76),
vec4(128.83, -1292.62, 29.26, 197.56),
vec4(121.94, -1292.74, 29.27, 120.50),
vec4(119.67, -1288.23, 28.26, 32.94),
vec4(116.57, -1283.47, 28.27, 34.80),
vec4(109.71, -1283.63, 28.26, 110.71),
vec4(104.95, -1286.07, 28.26, 117.14),
vec4(109.08, -1293.80, 28.26, 301.33),
vec4(112.83, -1291.87, 28.26, 295.89),
vec4(113.67, -1302.88, 29.01, 115.29),
vec4(116.72, -1299.32, 29.01, 13.26),
vec4(110.84, -1298.72, 29.26, 129.37),
vec4(106.63, -1303.00, 28.76, 325.85),
vec4(102.28, -1297.89, 28.76, 34.25),
vec4(96.92, -1288.59, 29.26, 30.63),
vec4(98.42, -1292.34, 29.26, 215.78),
vec4(103.48, -1292.63, 29.25, 108.95),
vec4(108.18, -1289.67, 28.85, 305.21),
vec4(113.05, -1287.99, 28.45, 98.82),
},
Tables = {
vec4(128.71, -1286.05, 29.27, 305.69),
vec4(126.70, -1282.71, 29.27, 297.50),
vec4(124.89, -1283.52, 29.28, 57.55),
vec4(125.32, -1287.14, 29.28, 208.37),
vec4(124.55, -1286.32, 29.28, 11.58),
vec4(122.13, -1287.79, 28.26, 230.73),
vec4(121.21, -1287.09, 28.26, 303.21),
vec4(120.27, -1285.44, 28.27, 313.38),
vec4(102.84, -1286.11, 28.26, 41.63),
vec4(107.67, -1295.68, 28.26, 200.92),
},
},
},
DancingPole = {
Positions = {
{
coords = vector4(112.55, -1287.07, 28.45, 280.14),
npcDancer = true,
customClothing = {
use = true,
ped = 'mp_f_freemode_01',
face = {
shapeFather = 25, shapeMother = 0, shapeThird = 0,
skinFather = 5, skinMother = 2, skinThird = 0,
shapeMix = 0.5, skinMix = 0.5, thirdMix = 0.0,
},
hair = {
style = 3,
color = 3,
highlight = 3,
},
tshirt_1 = 14, tshirt_2 = 0,
torso_1 = 22, torso_2 = 1,
bproof_1 = 0, bproof_2 = 0,
decals_1 = 0, decals_2 = 0,
arms = 4,
pants_1 = 20, pants_2 = 1,
shoes_1 = 8, shoes_2 = 0,
helmet_1 = -1, helmet_2 = 0,
bag_1 = 0, bag_2 = 0,
mask_1 = -1, mask_2 = 1,
chain_1 = 0, chain_2 = 0,
ears_1 = -1, ears_2 = 0,
glasses_1 = -1, glasses_2 = 0,
watches_1 = -1, watches_2 = 0,
bracelets_1 = -1, bracelets_2 = 0,
},
size = {x = 1.85, y = 1.85, z = 1.25},
},
{
coords = vec4(104.12, -1294.35, 29.29, 120.0),
npcDancer = true,
customClothing = {
use = false,
},
size = {x = 1.85, y = 1.85, z = 1.25},
},
{
coords = vec4(102.16, -1290.95, 29.29, 120.0),
npcDancer = true,
customClothing = {
use = false,
},
size = {x = 1.85, y = 1.85, z = 1.25}
},
},
},
MoneyThrow = {
Positions = {
{coords = vec4(115.55, -1287.42, 28.26, 106.0), pedPos = vec4(115.55, -1287.42, 28.26, 106.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(114.72, -1286.00, 28.26, 125.0), pedPos = vec4(114.72, -1286.00, 28.26, 125.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(113.91, -1284.49, 28.26, 141.0), pedPos = vec4(113.91, -1284.49, 28.26, 141.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(111.60, -1283.94, 28.26, 205.0), pedPos = vec4(111.60, -1283.94, 28.26, 205.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(110.59, -1284.48, 28.26, 205.0), pedPos = vec4(110.59, -1284.48, 28.26, 205.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(107.99, -1287.14, 28.26, 205.0), pedPos = vec4(107.99, -1287.14, 28.26, 205.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(106.10, -1288.22, 28.26, 205.0), pedPos = vec4(106.10, -1288.22, 28.26, 205.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(103.88, -1288.55, 28.26, 149.0), pedPos = vec4(103.88, -1288.55, 28.26, 149.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(101.93, -1288.10, 28.26, 195.0), pedPos = vec4(101.93, -1288.10, 28.26, 195.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(100.50, -1288.63, 28.26, 205.0), pedPos = vec4(100.50, -1288.63, 28.26, 205.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(115.03, -1289.55, 28.26, 25.0), pedPos = vec4(115.03, -1289.55, 28.26, 25.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(113.70, -1290.27, 28.26, 25.0), pedPos = vec4(113.70, -1290.27, 28.26, 25.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(110.46, -1290.96, 28.26, 25.0), pedPos = vec4(110.46, -1290.96, 28.26, 25.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(108.26, -1292.32, 28.26, 25.0), pedPos = vec4(108.26, -1292.32, 28.26, 25.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(106.94, -1293.15, 28.26, 25.0), pedPos = vec4(106.94, -1293.15, 28.26, 25.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(107.04, -1294.58, 28.26, 90.0), pedPos = vec4(107.04, -1294.58, 28.26, 90.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(106.20, -1296.13, 28.26, 45.0), pedPos = vec4(106.20, -1296.13, 28.26, 45.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(104.74, -1297.16, 28.26, 20.0), pedPos = vec4(104.74, -1297.16, 28.26, 20.0), size = {x = 0.45, y = 0.45, z = 1.25}},
},
},
Pimp = {
Positions = {
{coords = vec4(117.59, -1305.32, 29.23, 222.0), size = {x = 0.45, y = 0.45, z = 1.25}},
},
},
DancingPlatform = {
Positions = {
{coords = vec4(112.52, -1305.38, 28.26, 205.0), pedPos = vec4(112.52, -1305.38, 29.26, 205.0), npcWay = {vec4(115.39, -1295.96, 29.26, 210.0), vec4(118.01, -1300.41, 29.01, 120.0), vec4(114.64, -1302.23, 29.01, 120.0), vec4(111.66, -1304.03, 29.01, 210.0), vec4(112.52, -1305.38, 28.26, 205.0)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(114.31, -1304.18, 28.26, 205.0), pedPos = vec4(114.31, -1304.18, 29.26, 205.0), npcWay = {vec4(115.39, -1295.96, 29.26, 210.0), vec4(118.01, -1300.41, 29.01, 120.0), vec4(116.00, -1301.52, 29.01, 120.0), vec4(113.70, -1302.98, 29.01, 210.0), vec4(114.31, -1304.18, 28.26, 205.0)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(116.37, -1303.03, 28.26, 205.0), pedPos = vec4(116.37, -1303.03, 29.26, 205.0), npcWay = {vec4(115.39, -1295.96, 29.26, 210.0), vec4(118.01, -1300.41, 29.01, 120.0), vec4(115.80, -1301.91, 29.01, 210.0), vec4(116.37, -1303.03, 28.26, 205.0)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(118.60, -1301.82, 28.26, 205.0), pedPos = vec4(118.60, -1301.82, 29.26, 205.0), npcWay = {vec4(115.39, -1295.96, 29.26, 210.0), vec4(118.01, -1300.41, 29.01, 205.0), vec4(118.60, -1301.82, 28.26, 205.0)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(111.09, -1302.57, 28.26, 205.0), pedPos = vec4(111.09, -1302.57, 29.26, 205.0), npcWay = {vec4(115.39, -1295.96, 29.26, 210.0), vec4(118.01, -1300.41, 29.01, 120.0), vec4(116.00, -1301.52, 29.01, 120.0), vec4(111.75, -1303.94, 29.01, 30.0), vec4(111.09, -1302.57, 28.26, 30.0)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(112.78, -1301.47, 28.26, 205.0), pedPos = vec4(112.78, -1301.47, 29.26, 205.0), npcWay = {vec4(115.39, -1295.96, 29.26, 210.0), vec4(118.01, -1300.41, 29.01, 120.0), vec4(116.00, -1301.52, 29.01, 120.0), vec4(113.41, -1302.91, 29.01, 120.0), vec4(112.78, -1301.47, 28.26, 30.0)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(111.09, -1302.57, 28.26, 205.0), pedPos = vec4(111.09, -1302.57, 29.26, 205.0), npcWay = {vec4(115.39, -1295.96, 29.26, 210.0), vec4(118.01, -1300.41, 29.01, 120.0), vec4(116.00, -1301.52, 29.01, 120.0), vec4(115.37, -1301.68, 29.01, 30.0), vec4(114.67, -1300.42, 28.26, 30.0)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
-- Private Booth
{coords = vec4(120.10, -1296.29, 28.26, 209.0), pedPos = vec4(120.10, -1296.29, 28.26, 210.0), npcWay = {vec4(114.48, -1294.28, 29.26, 215.0), vec4(114.91, -1296.16, 29.26, 290.0), vec4(118.64, -1294.11, 29.28, 200.0), vec4(119.48, -1295.67, 29.26, 214.0), vec4(119.89, -1296.28, 28.26, 210.0)}, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(123.48, -1294.87, 28.26, 209.0), pedPos = vec4(123.48, -1294.87, 28.66, 210.0), npcWay = {vec4(114.48, -1294.28, 29.26, 215.0), vec4(114.91, -1296.16, 29.26, 290.0), vec4(118.64, -1294.11, 29.28, 290.0), vec4(121.98, -1292.24, 29.26, 210.0), vec4(122.83, -1293.75, 29.26, 210.0), vec4(123.48, -1294.87, 28.26, 210.0)}, size = {x = 0.85, y = 0.85, z = 0.25}},
},
},
PrivateDance = { -- Positions for npc dancers are taken from DancingPlatform.
DancerSpawnPos = vec4(114.46, -1294.11, 29.26, 210.0),
Positions = { -- Npc guard.
{coords = vec4(117.34, -1295.83, 29.27, 306.0), npcDancer = true, size = {x = 0.75, y = 0.75, z = 1.50}},
},
},
Fridge = {
Positions = {
{coords = vec4(129.37, -1279.85, 28.75, -60.0), size = {x = 1.35, y = 0.65, z = 0.85}},
{coords = vec4(130.19, -1281.27, 28.75, -60.0), size = {x = 1.35, y = 0.65, z = 0.85}},
{coords = vec4(132.22, -1284.79, 28.75, -60.0), size = {x = 1.35, y = 0.65, z = 0.85}},
{coords = vec4(132.95, -1286.04, 28.75, -60.0), size = {x = 1.35, y = 0.65, z = 0.85}},
{coords = vec4(131.60, -1283.74, 28.75, -60.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(128.83, -1284.19, 28.75, -60.0), size = {x = 1.35, y = 0.65, z = 0.85}},
{coords = vec4(128.05, -1282.77, 28.75, -60.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(129.66, -1285.55, 28.75, -60.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(92.94, -1290.94, 29.20, 30.0), size = {x = 0.92, y = 0.75, z = 1.85}},
},
},
CigaretteVending = {
Positions = {
{coords = vec4(115.36, -1292.64, 28.62, 120.0), pedPos = vec4(115.72, -1292.45, 28.26, 120.0), size = {x = 0.75, y = 0.65, z = 0.85}},
},
},
NpcGuard = {
Positions = {
-- Inside
{coords = vec4(125.11, -1298.34, 29.26, 301.77), menu = true, pedPos = vec4(126.15, -1297.70, 29.26, 120.0), size = {x = 0.75, y = 0.65, z = 0.85}},
-- Outside
{coords = vec4(128.00, -1299.62, 29.23, 222.35), size = {x = 0.75, y = 0.65, z = 0.85}},
},
},
DjTable = {
Positions = {
{coords = vec4(119.99, -1281.42, 29.38, 120.0), distance = 18, pedPos = vec4(120.47, -1280.94, 29.48, 121.0), soundPos = vec3(115.21, -1285.74, 28.26), size = {x = 2.75, y = 0.95, z = 1.15}},
},
},
Teleport = {
Positions = {
{from = vec4(129.37, -1287.53, 29.28, 120.0), to = vec4(131.76, -1287.67, 29.27, 299.18), size = {x = 1.75, y = 0.65, z = 0.85}},
},
},
Trash = {
Positions = {
{coords = vec4(106.34, -1307.13, 28.63, 305.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(96.25, -1294.8, 28.43, 210.0), size = {x = 0.45, y = 0.45, z = 0.85}},
},
},
SupplyShop = {
Positions = {
{coords = vec4(1239.75, -3179.48, 7.10, 315.0), size = {x = 1.20, y = 1.20, z = 1.50}},
},
Items = {
-- Bottles
{item = 'vu_rhumbottle', label = 'Rhum Bottle', icon = 'vu_rhumbottle.png', price = 50},
{item = 'vu_tequilabottle', label = 'Tequila Bottle', icon = 'vu_tequilabottle.png', price = 55},
{item = 'vu_vodkabottle', label = 'Vodka Bottle', icon = 'vu_vodkabottle.png', price = 55},
{item = 'vu_whiskeybottle', label = 'Whiskey Bottle', icon = 'vu_whiskeybottle.png', price = 55},
-- Glassware
{item = 'vu_cleanshortglass', label = 'Clean short glass', icon = 'vu_cleanshortglass.png', price = 5},
{item = 'vu_cleantallglass', label = 'Clean Tall Glass', icon = 'vu_cleantallglass.png', price = 5},
{item = 'vu_cleancocktailglass', label = 'Clean Cocktail Glass', icon = 'vu_cleancocktailglass.png', price = 5},
{item = 'vu_cleanbowl', label = 'Clean Bowl', icon = 'vu_cleanbowl.png', price = 5},
-- Ingredients
{item = 'vu_sugar', label = 'Sugar', icon = 'vu_sugar.png', price = 3},
{item = 'vu_soda', label = 'Soda', icon = 'vu_soda.png', price = 10},
{item = 'vu_coconutcream', label = 'Coconut Cream', icon = 'vu_coconutcream.png', price = 8},
{item = 'vu_juice', label = 'Juice', icon = 'vu_juice.png', price = 12},
{item = 'vu_nuts', label = 'Nuts', icon = 'vu_nuts.png', price = 6},
{item = 'vu_beans', label = 'Beans', icon = 'vu_beans.png', price = 6},
-- Cutting Table
{item = 'vu_rawlemon', label = 'Lemon', icon = 'vu_rawlemon.png', price = 7},
{item = 'vu_rawstrawberry', label = 'Strawberry', icon = 'vu_rawstrawberry.png', price = 9},
{item = 'vu_rawlime', label = 'Lime', icon = 'vu_rawlime.png', price = 7},
{item = 'vu_slicedmint', label = 'Mint', icon = 'vu_slicedmint.png', price = 5},
-- Other
{item = 'vu_cleansponge', label = 'Clean Sponge', icon = 'vu_cleansponge.png', price = 2},
},
},
Dog = {
Positions = {
{coords = vec4(127.63, -1300.18, 29.23, 235.15), pedPos = vec4(128.13, -1300.49, 29.23, 60.0), size = {x = 1.20, y = 1.20, z = 1.50}},
},
},
NpcEmployee = {
Positions = {
{coords = vec4(129.19, -1283.66, 29.27, 120.0), hotTablePos = vec4(129.51, -1281.24, 29.26, 295.0), size = {x = 1.30, y = 1.30, z = 1.50}},
},
},
MenuList = { -- Items displayed in food menu + npc employee menu.
Items = {
-- Drinks
{category = 'Drinks', items = {
{item = 'vu_unicornblissdrink', label = 'Unicorn Bliss', icon = 'vu_unicornblissdrink.png', price = 60},
{item = 'vu_mojitodrink', label = 'Mojito Drink', icon = 'vu_mojitodrink.png', price = 50},
{item = 'vu_lossantosdrink', label = 'Los Santos', icon = 'vu_lossantosdrink.png', price = 45},
{item = 'vu_pinacoladadrink', label = 'Piña Colada', icon = 'vu_pinacoladadrink.png', price = 55},
{item = 'vu_tequilasunrisedrink', label = 'Tequila Sunrise', icon = 'vu_tequilasunrisedrink.png', price = 55},
{item = 'vu_paletobaydrink', label = 'Paleto Bay', icon = 'vu_paletobaydrink.png', price = 40},
{item = 'vu_whiskeydrink', label = 'Whiskey Glass', icon = 'vu_whiskeydrink.png', price = 25},
{item = 'vu_rhumdrink', label = 'Rhum Glass', icon = 'vu_rhumdrink.png', price = 20},
{item = 'vu_tequiladrink', label = 'Tequila Glass', icon = 'vu_tequiladrink.png', price = 25},
{item = 'vu_vodkadrink', label = 'Vodka Glass', icon = 'vu_vodkadrink.png', price = 25},
}},
-- Snacks
{category = 'Snacks', items = {
{item = 'vu_nutbowl', label = 'Nut Bowl', icon = 'vu_nutbowl.png', price = 15},
{item = 'vu_beanbowl', label = 'Bean Bowl', icon = 'vu_beanbowl.png', price = 12},
}},
},
Positions = {
{coords = vec4(125.38, -1292.15, 29.67, 120.0), size = {x = 0.45, y = 1.15, z = 1.50}},
{coords = vec4(126.95, -1281.19, 29.85, 120.0), size = {x = 0.75, y = 1.15, z = 1.50}},
},
},
}
fiv3devs
--[[ FIV3DEVS Vanilla Unicorn MLO - https://fiv3devs.tebex.io/package/5771122 ]]--
return {
Blip = {
coords = vec3(129.04, -1299.19, 29.23),
},
DutySystem = {
coords = vec4(140.85, -1287.55, 29.68, 30.0),
target = {
icon = 'fas fa-hand',
size = {x = 0.85, y = 0.9, z = 1.2},
},
},
BossMenu = {
coords = vec4(98.94, -1298.55, 35.35, 120.0),
target = {
icon = 'fas fa-hand',
size = {x = 1.2, y = 3.32, z = 0.5},
},
},
LockerRoom = {
coords = vec4(104.11, -1299.69, 29.21, 30.0),
target = {
icon = 'fas fa-tshirt',
size = {x = 0.5, y = 2.20, z = 1.85},
},
},
Storage = {
coords = vec4(99.57, -1285.74, 29.41, 30.0),
target = {
icon = 'fas fa-box',
size = {x = 0.95, y = 4.7, z = 1.85},
},
},
Garage = {
spawn = {
vec4(91.29, -1291.42, 28.95, 33.12),
vec4(85.48, -1282.44, 28.93, 32.52),
vec4(92.75, -1281.11, 28.93, 98.19),
},
coords = vec4(91.85, -1286.88, 29.71, 30.00),
target = {
icon = 'fas fa-car',
size = {x = 0.8, y = 0.5, z = 1.85},
},
},
BathRooms = {
Toilets = {
{coords = vec4(128.58, -1261.61, 22.25, 125.0), pedPos = vec4(128.12, -1261.80, 22.65, 125.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(129.56, -1263.19, 22.25, 125.0), pedPos = vec4(129.03, -1263.42, 22.65, 125.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(130.52, -1264.87, 22.25, 125.0), pedPos = vec4(129.95, -1265.12, 22.65, 125.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(131.41, -1266.44, 22.25, 125.0), pedPos = vec4(130.95, -1266.74, 22.65, 125.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(118.88, -1267.22, 22.25, 305.0), pedPos = vec4(119.34, -1266.93, 22.65, 305.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(119.76, -1268.79, 22.25, 305.0), pedPos = vec4(120.25, -1268.56, 22.65, 305.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(120.65, -1270.46, 22.25, 305.0), pedPos = vec4(121.17, -1270.17, 22.65, 305.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(121.74, -1271.97, 22.25, 305.0), pedPos = vec4(122.11, -1271.82, 22.65, 305.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(128.69, -1272.45, 22.25, 125.0), pedPos = vec4(129.09, -1272.15, 22.65, 305.0), size = {x = 0.65, y = 0.65, z = 1.25}, poop = true},
{coords = vec4(128.24, -1271.62, 22.25, 125.0), pedPos = vec4(128.64, -1271.32, 22.65, 305.0), size = {x = 0.65, y = 0.65, z = 1.25}, poop = true},
{coords = vec4(127.71, -1270.69, 22.25, 125.0), pedPos = vec4(128.11, -1270.39, 22.65, 305.0), size = {x = 0.65, y = 0.65, z = 1.25}, poop = true},
},
Skinks = {
-- Kitchen
{coords = vec4(107.65, -1283.25, 29.61, 120.0), pedPos = vec4(108.35, -1282.71, 29.61, 120.0), size = {x = 0.85, y = 0.85, z = 1.05}, job = true},
-- Toilets
{coords = vec4(126.72, -1276.83, 22.65, 120.0), pedPos = vec4(127.32, -1276.53, 22.25, 120.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(132.95, -1273.24, 22.65, 300.0), pedPos = vec4(132.40, -1273.54, 22.25, 300.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(123.45, -1275.42, 22.25, 120.0), pedPos = vec4(123.98, -1275.17, 22.25, 125.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(123.00, -1274.45, 22.25, 120.0), pedPos = vec4(123.39, -1274.18, 22.25, 125.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(122.34, -1273.53, 22.25, 120.0), pedPos = vec4(122.95, -1273.19, 22.25, 125.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(132.34, -1267.80, 22.25, 305.0), pedPos = vec4(131.77, -1268.18, 22.25, 305.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(132.83, -1268.85, 22.25, 305.0), pedPos = vec4(132.26, -1269.07, 22.25, 305.0), size = {x = 0.75, y = 0.75, z = 1.05}},
{coords = vec4(133.47, -1269.75, 22.25, 305.0), pedPos = vec4(132.87, -1270.11, 22.25, 305.0), size = {x = 0.75, y = 0.75, z = 1.05}},
},
},
TablesAndChairs = {
Tables = {
{coords = vec4(120.17, -1306.20, 29.26, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(125.11, -1303.35, 29.26, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(134.68, -1297.83, 29.26, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(139.57, -1295.00, 29.26, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(127.88, -1285.51, 28.60, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(129.96, -1280.75, 28.60, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(132.60, -1276.93, 28.60, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(127.27, -1277.79, 28.60, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(121.12, -1279.03, 29.15, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(117.91, -1279.85, 29.75, 30.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(116.25, -1282.18, 29.75, 125.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(113.63, -1283.86, 29.75, 125.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(110.58, -1285.47, 29.75, 125.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(107.36, -1284.72, 29.75, 215.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(114.01, -1288.17, 27.95, 215.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(118.19, -1285.75, 27.95, 215.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(123.33, -1294.70, 27.95, 215.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(118.85, -1296.97, 27.95, 215.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(108.85, -1300.07, 29.25, 300.0), size = {x = 1.35, y = 1.85, z = 0.25}},
{coords = vec4(106.72, -1301.08, 29.25, 300.0), size = {x = 1.35, y = 1.85, z = 0.25}},
{coords = vec4(104.14, -1302.58, 29.25, 300.0), size = {x = 1.35, y = 1.85, z = 0.25}},
{coords = vec4(109.06, -1307.04, 28.62, 100.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(109.10, -1309.13, 28.62, 220.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(103.94, -1312.07, 28.62, 100.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(97.931, -1298.64, 28.62, 125.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(94.84, -1304.10, 28.62, 125.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(105.78, -1308.81, 35.35, 210.0), size = {x = 4.25, y = 1.85, z = 0.25}},
{coords = vec4(104.80, -1302.76, 35.15, 125.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(106.48, -1301.52, 20.69, 125.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(104.03, -1297.39, 20.69, 125.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(101.69, -1293.32, 20.69, 125.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(112.17, -1301.88, 21.49, 125.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(112.91, -1303.35, 21.49, 125.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(111.28, -1300.59, 21.49, 125.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(108.73, -1292.45, 21.39, 120.0), size = {x = 1.85, y = 0.95, z = 0.25}},
{coords = vec4(123.72, -1283.72, 21.39, 120.0), size = {x = 1.85, y = 0.95, z = 0.25}},
{coords = vec4(112.84, -1299.37, 21.39, 120.0), size = {x = 1.85, y = 0.95, z = 0.25}},
{coords = vec4(127.75, -1290.69, 21.39, 120.0), size = {x = 1.85, y = 0.95, z = 0.25}},
{coords = vec4(125.97, -1291.02, 20.85, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(114.49, -1297.27, 20.85, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(127.75, -1290.69, 20.85, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(113.71, -1281.64, 20.85, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(107.89, -1277.99, 21.05, 120.0), size = {x = 0.85, y = 1.75, z = 0.25}},
{coords = vec4(124.30, -1300.30, 20.85, 120.0), size = {x = 0.85, y = 0.85, z = 0.25}},
},
Chairs = {
{coords = vec4(145.48, -1293.08, 28.95, 210.0), leavePos = vec4(145.80, -1293.49, 29.35, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(146.26, -1292.73, 28.95, 210.0), leavePos = vec4(146.46, -1293.14, 29.35, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(146.87, -1292.38, 28.95, 210.0), leavePos = vec4(147.05, -1292.70, 29.35, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(147.42, -1292.05, 28.95, 210.0), leavePos = vec4(147.74, -1292.36, 29.35, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(118.72, -1304.81, 28.95, 210.0), leavePos = vec4(119.02, -1305.28, 29.35, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(119.56, -1304.29, 28.95, 210.0), leavePos = vec4(119.86, -1304.88, 29.35, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(123.53, -1302.00, 28.95, 210.0), leavePos = vec4(123.74, -1302.75, 29.35, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(124.42, -1301.56, 28.95, 210.0), leavePos = vec4(124.60, -1302.26, 29.35, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(138.15, -1293.65, 28.95, 210.0), leavePos = vec4(138.40, -1294.08, 29.35, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(139.05, -1293.28, 28.95, 210.0), leavePos = vec4(139.24, -1293.60, 29.35, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(133.90, -1296.01, 28.95, 210.0), leavePos = vec4(134.19, -1296.73, 29.35, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(133.02, -1296.58, 28.95, 210.0), leavePos = vec4(133.31, -1297.15, 29.35, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(88.28, -1296.94, 28.65, 120.0), leavePos = vec4(87.91, -1297.15, 29.23, 120.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(88.72, -1297.64, 28.65, 120.0), leavePos = vec4(88.26, -1297.87, 29.23, 120.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(89.19, -1298.42, 28.65, 120.0), leavePos = vec4(88.66, -1298.66, 29.23, 120.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(137.79, -1289.11, 28.75, 145.0), leavePos = vec4(137.43, -1289.62, 28.85, 145.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(126.67, -1293.02, 27.95, 20.0), leavePos = vec4(126.37, -1292.49, 28.44, 20.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(125.84, -1293.41, 27.95, 35.0), leavePos = vec4(124.72, -1293.44, 28.44, 35.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(124.94, -1293.92, 27.95, 35.0), leavePos = vec4(124.61, -1293.37, 28.44, 35.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(124.39, -1294.36, 27.95, 55.0), leavePos = vec4(124.08, -1293.81, 28.44, 55.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(122.47, -1295.41, 27.95, 20.0), leavePos = vec4(122.22, -1294.89, 28.44, 20.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(121.75, -1295.73, 27.95, 35.0), leavePos = vec4(121.35, -1295.23, 28.44, 35.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(120.78, -1296.19, 27.95, 35.0), leavePos = vec4(120.55, -1295.75, 28.44, 35.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(120.16, -1296.65, 27.95, 55.0), leavePos = vec4(119.78, -1296.27, 28.44, 55.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(118.34, -1297.65, 27.95, 20.0), leavePos = vec4(118.31, -1297.17, 28.44, 20.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(117.68, -1298.03, 27.95, 35.0), leavePos = vec4(117.38, -1297.64, 28.44, 35.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(116.63, -1298.60, 27.95, 35.0), leavePos = vec4(116.37, -1298.22, 28.44, 35.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(116.06, -1299.04, 27.95, 55.0), leavePos = vec4(115.61, -1298.69, 28.44, 55.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(121.28, -1283.73, 27.95, 255.0), leavePos = vec4(121.78, -1283.99, 28.44, 20.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(120.49, -1284.13, 27.95, 215.0), leavePos = vec4(120.89, -1284.60, 28.44, 35.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(119.72, -1284.57, 27.95, 215.0), leavePos = vec4(119.86, -1285.21, 28.44, 35.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(118.89, -1285.03, 27.95, 180.0), leavePos = vec4(118.88, -1285.44, 28.44, 55.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(117.13, -1286.08, 27.95, 255.0), leavePos = vec4(117.62, -1286.39, 28.44, 20.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(116.40, -1286.42, 27.95, 215.0), leavePos = vec4(116.67, -1287.08, 28.44, 35.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(115.45, -1287.01, 27.95, 215.0), leavePos = vec4(115.61, -1287.63, 28.44, 35.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(114.76, -1287.36, 27.95, 180.0), leavePos = vec4(114.76, -1287.95, 28.44, 55.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(112.99, -1288.50, 27.95, 255.0), leavePos = vec4(113.47, -1288.77, 28.44, 20.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(112.37, -1288.86, 27.95, 215.0), leavePos = vec4(112.59, -1289.40, 28.44, 35.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(111.41, -1289.45, 27.95, 215.0), leavePos = vec4(111.77, -1289.96, 28.44, 35.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(110.72, -1289.75, 27.95, 180.0), leavePos = vec4(110.79, -1290.32, 28.44, 55.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(111.00, -1286.12, 29.40, 30.0), leavePos = vec4(111.26, -1286.54, 29.61, 30.0), size = {x = 0.45, y = 0.45, z = 0.85}},
{coords = vec4(113.95, -1284.47, 29.40, 30.0), leavePos = vec4(114.24, -1284.90, 29.61, 30.0), size = {x = 0.45, y = 0.45, z = 0.85}},
{coords = vec4(116.63, -1282.89, 29.40, 30.0), leavePos = vec4(116.94, -1283.26, 29.61, 30.0), size = {x = 0.45, y = 0.45, z = 0.85}},
{coords = vec4(119.95, -1279.35, 29.11, 215.0), leavePos = vec4(120.36, -1279.92, 29.61, 215.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(122.37, -1278.78, 29.11, 165.0), leavePos = vec4(122.21, -1279.47, 29.61, 165.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(125.74, -1277.89, 28.62, 215.0), leavePos = vec4(126.07, -1278.45, 28.62, 215.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(128.71, -1277.31, 28.62, 175.0), leavePos = vec4(128.56, -1277.95, 28.62, 175.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(133.79, -1277.68, 28.62, 100.0), leavePos = vec4(133.16, -1277.82, 28.62, 100.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(130.92, -1276.83, 28.62, 220.0), leavePos = vec4(131.33, -1277.34, 28.62, 220.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(130.89, -1279.69, 28.62, 105.0), leavePos = vec4(130.28, -1279.95, 28.62, 105.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(129.58, -1282.08, 28.62, 50.0), leavePos = vec4(129.13, -1281.62, 28.62, 50.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(127.72, -1283.90, 28.62, 165.0), leavePos = vec4(127.58, -1284.54, 28.62, 165.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(129.21, -1286.49, 28.62, 95.0), leavePos = vec4(128.55, -1286.47, 28.62, 95.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(101.11, -1292.49, 28.75, 305.0), leavePos = vec4(101.68, -1292.11, 29.21, 305.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(101.80, -1290.25, 28.62, 205.0), leavePos = vec4(102.10, -1290.88, 29.21, 205.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(99.13, -1297.75, 28.62, 30.0), leavePos = vec4(98.75, -1297.31, 29.21, 30.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(99.98, -1297.27, 28.62, 30.0), leavePos = vec4(99.47, -1296.85, 29.21, 30.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(100.73, -1296.85, 28.62, 30.0), leavePos = vec4(100.40, -1296.32, 29.21, 30.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(95.61, -1305.33, 28.62, 300.0), leavePos = vec4(96.09, -1304.97, 29.21, 300.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(96.04, -1306.08, 28.62, 300.0), leavePos = vec4(96.50, -1305.69, 29.21, 300.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(96.56, -1306.96, 28.62, 300.0), leavePos = vec4(97.02, -1306.57, 29.21, 300.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(98.97, -1301.22, 35.05, 345.0), leavePos = vec4(99.24, -1300.60, 35.58, 345.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(100.91, -1300.07, 35.05, 55.0), leavePos = vec4(100.40, -1299.63, 35.58, 55.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(99.55, -1304.39, 35.05, 30.0), leavePos = vec4(99.34, -1303.90, 35.58, 30.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(104.23, -1299.85, 35.05, 120.0), leavePos = vec4(103.80, -1300.06, 35.58, 120.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(103.65, -1298.75, 35.05, 120.0), leavePos = vec4(103.16, -1299.07, 35.58, 120.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(106.06, -1306.57, 35.05, 210.0), leavePos = vec4(106.41, -1307.21, 35.58, 210.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(104.94, -1307.28, 35.05, 210.0), leavePos = vec4(105.28, -1307.88, 35.58, 210.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(103.79, -1307.91, 35.05, 210.0), leavePos = vec4(104.07, -1308.60, 35.58, 210.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(105.65, -1311.10, 35.05, 30.0), leavePos = vec4(105.47, -1310.41, 35.58, 30.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(106.91, -1310.45, 35.05, 30.0), leavePos = vec4(106.51, -1309.84, 35.58, 30.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(107.89, -1309.69, 35.05, 30.0), leavePos = vec4(107.70, -1309.29, 35.58, 30.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(106.05, -1303.12, 35.05, 120.0), leavePos = vec4(105.59, -1303.24, 35.58, 120.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(106.41, -1303.64, 35.05, 120.0), leavePos = vec4(105.98, -1304.03, 35.58, 120.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(106.83, -1304.39, 35.05, 120.0), leavePos = vec4(106.33, -1304.67, 35.58, 120.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(100.53, -1311.46, 34.85, 120.0), laveePos = vec4(100.12, -1311.65, 35.38, 120.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(100.98, -1312.26, 34.85, 120.0), leavePos = vec4(100.50, -1312.57, 35.38, 120.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(101.55, -1313.12, 34.85, 120.0), leavePos = vec4(100.98, -1313.38, 35.58, 120.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(98.35, -1297.15, 34.85, 185.0), leavePos = vec4(98.32, -1297.72, 35.38, 185.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(134.12, -1290.17, 22.15, 210.0), leavePos = vec4(134.42, -1290.64, 22.65, 210.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(138.72, -1293.42, 22.15, 300.0), leavePos = vec4(139.14, -1293.08, 22.65, 300.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(142.37, -1291.4, 22.15, 120.0), leavePos = vec4(141.90, -1291.68, 22.65, 120.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(142.19, -1292.73, 22.15, 30.0), leavePos = vec4(141.95, -1292.25, 22.65, 30.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(134.58, -1288.73, 22.15, 30.0), leavePos = vec4(134.23, -1288.09, 22.65, 30.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(128.91, -1278.88, 22.15, 210.0), leavePos = vec4(129.26, -1279.47, 22.65, 210.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(132.03, -1288.95, 22.15, 300.0), leavePos = vec4(132.43, -1288.78, 22.65, 300.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(131.60, -1288.33, 22.15, 300.0), leavePos = vec4(132.11, -1288.09, 22.65, 300.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(131.26, -1287.75, 22.15, 300.0), leavePos = vec4(131.74, -1287.42, 22.65, 300.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(128.08, -1282.11, 22.15, 300.0), leavePos = vec4(128.61, -1282.14, 22.65, 300.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(127.72, -1281.58, 22.15, 300.0), leavePos = vec4(128.16, -1281.32, 22.65, 300.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(127.30, -1280.94, 22.15, 300.0), leavePos = vec4(127.75, -1280.61, 22.65, 300.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(129.65, -1273.32, 22.15, 210.0), leavePos = vec4(129.90, -1273.81, 22.65, 210.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(128.30, -1273.95, 22.15, 210.0), leavePos = vec4(128.60, -1274.41, 22.65, 210.0), size = {x = 0.95, y = 0.95, z = 1.25}},
{coords = vec4(111.46, -1302.82, 28.65, 125.0), leavePos = vec4(111.14, -1303.08, 29.21, 125.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(110.84, -1301.75, 28.65, 125.0), leavePos = vec4(110.41, -1302.03, 29.21, 125.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(109.69, -1301.38, 28.95, 25.0), leavePos = vec4(109.52, -1300.86, 29.21, 25.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(107.65, -1302.65, 28.95, 25.0), leavePos = vec4(107.36, -1302.00, 29.21, 25.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(104.85, -1304.27, 28.95, 25.0), leavePos = vec4(104.51, -1303.61, 29.21, 25.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(112.80, -1304.81, 28.95, 180.0), leavePos = vec4(112.73, -1305.50, 29.21, 180.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(106.21, -1308.87, 28.95, 240.0), leavePos = vec4(106.82, -1309.13, 29.21, 240.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(103.01, -1310.51, 28.95, 230.0), leavePos = vec4(103.41, -1311.03, 29.21, 230.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(124.91, -1287.54, 20.90, 300.0), leavePos = vec4(125.36, -1287.36, 21.39, 300.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(124.06, -1287.55, 20.90, 30.0), leavePos = vec4(123.84, -1287.10, 21.39, 30.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(123.45, -1287.92, 20.90, 30.0), leavePos = vec4(123.28, -1287.38, 21.39, 30.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(122.87, -1288.29, 20.90, 30.0), leavePos = vec4(122.69, -1287.78, 21.39, 30.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(123.33, -1288.96, 20.90, 210.0), leavePos = vec4(123.63, -1289.44, 21.39, 210.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(123.89, -1288.70, 20.90, 210.0), leavePos = vec4(124.20, -1289.06, 21.39, 210.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(124.46, -1288.39, 20.90, 210.0), leavePos = vec4(124.69, -1288.85, 21.39, 210.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(111.39, -1295.41, 20.90, 125.0), leavePos = vec4(110.81, -1295.70, 21.39, 125.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(112.15, -1295.38, 20.90, 210.0), leavePos = vec4(112.32, -1296.06, 21.39, 215.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(112.69, -1295.09, 20.90, 210.0), leavePos = vec4(113.04, -1295.64, 21.39, 215.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(113.30, -1294.82, 20.90, 210.0), leavePos = vec4(113.60, -1295.28, 21.39, 215.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(111.80, -1294.68, 20.90, 25.0), leavePos = vec4(111.47, -1294.25, 21.39, 25.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(112.30, -1294.42, 20.90, 25.0), leavePos = vec4(112.03, -1293.92, 21.39, 25.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(112.89, -1294.13, 20.90, 25.0), leavePos = vec4(112.63, -1293.58, 21.39, 25.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(117.72, -1290.11, 20.90, 25.0), leavePos = vec4(117.55, -1289.58, 21.39, 25.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(118.71, -1290.09, 20.90, 340.0), leavePos = vec4(118.88, -1289.58, 21.39, 340.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(119.47, -1290.69, 20.90, 300.0), leavePos = vec4(119.90, -1290.36, 21.39, 300.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(119.64, -1291.69, 20.90, 265.0), leavePos = vec4(120.26, -1291.88, 21.39, 265.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(119.16, -1292.52, 20.90, 225.0), leavePos = vec4(119.65, -1293.01, 21.39, 225.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(118.25, -1292.85, 20.90, 190.0), leavePos = vec4(118.39, -1293.45, 21.39, 190.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(117.36, -1292.59, 20.90, 145.0), leavePos = vec4(116.91, -1292.97, 21.39, 145.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(116.79, -1291.75, 20.90, 105.0), leavePos = vec4(116.17, -1291.76, 21.39, 105.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(116.93, -1290.69, 20.90, 75.0), leavePos = vec4(116.37, -1290.40, 21.39, 75.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(124.70, -1291.17, 20.90, 215.0), leavePos = vec4(125.04, -1291.73, 21.39, 215.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(128.79, -1292.78, 20.90, 115.0), leavePos = vec4(128.21, -1293.07, 21.39, 115.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(129.33, -1293.79, 20.90, 115.0), leavePos = vec4(128.78, -1294.04, 21.39, 115.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(128.71, -1296.27, 20.90, 30.0), leavePos = vec4(128.41, -1295.61, 21.39, 30.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(127.91, -1296.73, 20.90, 30.0), leavePos = vec4(127.55, -1296.15, 21.39, 30.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(125.54, -1295.92, 20.90, 300.0), leavePos = vec4(126.07, -1295.72, 21.39, 300.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(124.99, -1294.95, 20.90, 300.0), leavePos = vec4(125.56, -1294.76, 21.39, 300.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(129.98, -1295.23, 20.90, 85.0), leavePos = vec4(129.29, -1295.13, 21.39, 85.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(126.48, -1297.33, 20.90, 350.0), leavePos = vec4(126.64, -1296.61, 21.39, 350.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(118.98, -1301.56, 20.90, 85.0), leavePos = vec4(118.34, -1301.30, 21.39, 85.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(115.63, -1303.41, 20.90, 350.0), leavePos = vec4(115.89, -1302.79, 21.39, 350.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(117.89, -1299.13, 20.90, 125.0), leavePos = vec4(117.30, -1299.49, 21.39, 125.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(118.59, -1300.02, 20.90, 125.0), leavePos = vec4(117.84, -1300.41, 21.39, 125.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(117.83, -1302.45, 20.90, 30.0), leavePos = vec4(117.60, -1301.87, 21.39, 30.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(117.06, -1302.95, 20.90, 30.0), leavePos = vec4(116.75, -1302.32, 21.39, 30.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(114.72, -1302.18, 20.90, 300.0), leavePos = vec4(115.41, -1301.98, 21.39, 300.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(114.18, -1301.22, 20.90, 300.0), leavePos = vec4(114.71, -1300.96, 21.39, 300.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(118.75, -1284.21, 20.90, 300.0), leavePos = vec4(119.27, -1283.88, 21.39, 300.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(118.20, -1283.15, 20.90, 300.0), leavePos = vec4(118.76, -1282.90, 21.39, 300.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(117.56, -1281.70, 20.90, 255.0), leavePos = vec4(118.21, -1281.90, 21.39, 255.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(118.78, -1280.71, 20.90, 210.0), leavePos = vec4(119.07, -1281.30, 21.39, 210.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(119.59, -1280.29, 20.90, 210.0), leavePos = vec4(119.99, -1280.91, 21.39, 210.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(120.94, -1279.75, 20.90, 170.0), leavePos = vec4(120.75, -1280.46, 21.39, 170.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(121.82, -1280.94, 20.90, 125.0), leavePos = vec4(121.41, -1281.31, 21.39, 125.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(122.48, -1282.06, 20.90, 125.0), leavePos = vec4(122.01, -1282.28, 21.39, 125.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(122.86, -1285.38, 20.90, 50.0), leavePos = vec4(122.36, -1284.98, 21.39, 50.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(121.34, -1286.25, 20.90, 15.0), leavePos = vec4(121.15, -1285.64, 21.39, 15.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(111.65, -1291.83, 20.90, 45.0), leavePos = vec4(111.24, -1291.33, 21.39, 45.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(107.81, -1290.43, 20.90, 300.0), leavePos = vec4(108.42, -1290.15, 21.39, 300.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(107.31, -1289.43, 20.90, 300.0), leavePos = vec4(107.94, -1289.18, 21.39, 300.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(106.83, -1288.12, 20.90, 250.0), leavePos = vec4(107.33, -1288.10, 21.39, 250.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(107.97, -1287.11, 20.90, 215.0), leavePos = vec4(108.13, -1287.63, 21.39, 215.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(108.87, -1286.65, 20.90, 205.0), leavePos = vec4(109.05, -1287.10, 21.39, 205.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(110.13, -1286.04, 20.90, 180.0), leavePos = vec4(109.99, -1286.69, 21.39, 180.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(111.08, -1287.28, 20.90, 125.0), leavePos = vec4(110.52, -1287.62, 21.39, 125.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(111.67, -1288.30, 20.90, 125.0), leavePos = vec4(111.11, -1288.62, 21.39, 125.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(127.48, -1305.71, 20.90, 352.54), leavePos = vec4(127.51, -1305.15, 21.39, 350.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(123.79, -1303.19, 20.90, 120.0), leavePos = vec4(123.41, -1303.28, 21.39, 120.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(124.28, -1303.81, 20.90, 120.0), leavePos = vec4(123.76, -1304.03, 21.39, 120.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(124.63, -1304.48, 20.90, 120.0), leavePos = vec4(124.17, -1304.80, 21.39, 120.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(125.42, -1306.12, 21.05, 180.0), leavePos = vec4(124.75, -1306.1, 21.39, 180.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(108.78, -1283.48, 20.90, 350.0), leavePos = vec4(108.78, -1282.97, 21.39, 350.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(111.39, -1280.85, 21.05, 125.0), leavePos = vec4(111.00, -1281.03, 21.39, 125.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(110.91, -1279.98, 21.05, 125.0), leavePos = vec4(110.57, -1280.35, 21.39, 125.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(110.49, -1279.28, 21.05, 125.0), leavePos = vec4(110.15, -1279.52, 21.39, 125.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(112.64, -1280.01, 20.90, 300.0), leavePos = vec4(113.01, -1279.77, 20.90, 300.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(112.31, -1279.35, 20.90, 300.0), leavePos = vec4(112.75, -1279.18, 20.90, 300.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(111.87, -1278.74, 20.90, 300.0), leavePos = vec4(112.35, -1278.38, 20.90, 300.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(112.28, -1275.57, 20.90, 230.0), leavePos = vec4(112.74, -1276.03, 20.90, 230.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(117.21, -1272.89, 20.90, 170.0), leavePos = vec4(117.06, -1273.53, 20.90, 170.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(107.47, -1299.09, 28.71, 30.0), leavePos = vec4(107.31, -1298.53, 29.21, 30.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(106.72, -1299.57, 28.71, 30.0), leavePos = vec4(106.34, -1298.97, 29.21, 30.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(105.86, -1300.12, 28.71, 30.0), leavePos = vec4(105.60, -1299.38, 29.21, 30.0), size = {x = 0.65, y = 0.65, z = 0.85}},
},
},
Crafting = {
CuttingTable = {
Positions = {
{coords = vec4(116.12, -1281.10, 29.66, 210.0), pedPos = vec4(115.85, -1280.65, 29.61, 210.0), cam = vec4(115.73, -1282.18, 30.72, 345.0), size = {x = 1.2, y = 0.75, z = 0.85}},
},
Food = {
{
label = 'Sliced Lemon',
item = 'vu_slicedlemon',
amount = 5,
image = 'vu_slicedlemon.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawlemon', label = 'Lemon', amount = 1},
},
},
{
label = 'Sliced Strawberry',
item = 'vu_slicedstrawberry',
amount = 5,
image = 'vu_slicedstrawberry.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawstrawberry', label = 'Strawberry', amount = 1},
},
},
{
label = 'Sliced Lime',
item = 'vu_slicedlime',
amount = 5,
image = 'vu_slicedlime.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawlime', label = 'Lime', amount = 1},
},
},
{
label = 'Sliced Mint',
item = 'vu_slicedmint',
amount = 5,
image = 'vu_slicedmint.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawmint', label = 'Mint', amount = 1},
},
},
},
},
Drinks = {
Positions = {
{coords = vec4(114.73, -1281.92, 29.66, 120.00), pedPos = vec4(114.52, -1281.47, 29.61, 210.0), cam = vec4(115.73, -1282.18, 30.72, 60.0), object = vec3(114.743, -1281.864, 29.58), size = {x = 0.95, y = 0.75, z = 0.65}},
},
Food = {
{
label = 'Mojito Drink',
item = 'vu_mojitodrink',
amount = 5,
image = 'vu_mojitodrink.png',
mixed = true,
prop = {main = 'prop_rum_bottle', glass = {empty = 'prop_sh_tall_glass', full = 'prop_wheat_grass_glass'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_sugar', label = 'Sugar', amount = 5},
{item = 'vu_slicedlime', label = 'Sliced lime', amount = 5},
{item = 'vu_slicedmint', label = 'Mint', amount = 5},
{item = 'vu_soda', label = 'Soda', amount = 5},
{item = 'vu_rhumbottle', label = 'Rhum bottle', amount = 1},
{item = 'vu_cleantallglass', label = 'Clean tall glass', amount = 5},
},
},
{
label = 'Piña Colada',
item = 'vu_pinacoladadrink',
amount = 5,
image = 'vu_pinacoladadrink.png',
mixed = true,
prop = {main = 'prop_rum_bottle', glass = {empty = 'prop_cocktail_glass', full = 'prop_pinacolada'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_coconutcream', label = 'Coconut Cream', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 5},
{item = 'vu_rhumbottle', label = 'Rhum bottle', amount = 1},
{item = 'vu_cleancocktailglass', label = 'Clean cocktail glass', amount = 5},
},
},
{
label = 'Tequila Sunrise',
item = 'vu_tequilasunrisedrink',
amount = 5,
image = 'vu_tequilasunrisedrink.png',
mixed = true,
prop = {main = 'prop_tequila_bottle', glass = {empty = 'prop_cocktail_glass', full = 'prop_tequila'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_sugar', label = 'Sugar', amount = 5},
{item = 'vu_slicedlime', label = 'Sliced lime', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 5},
{item = 'vu_tequilabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleancocktailglass', label = 'Clean cocktail glass', amount = 5},
},
},
{
label = 'Unicorn Bliss',
item = 'vu_unicornblissdrink',
amount = 5,
image = 'vu_unicornblissdrink.png',
mixed = true,
prop = {main = 'prop_vodka_bottle', glass = {empty = 'prop_sh_tall_glass', full = 'prop_wheat_grass_glass'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_slicedlemon', label = 'Sliced lemon', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 5},
{item = 'vu_vodkabottle', label = 'Vodka bottle', amount = 1},
{item = 'vu_cleantallglass', label = 'Clean tall glass', amount = 5},
},
},
{
label = 'Los Santos',
item = 'vu_lossantosdrink',
amount = 5,
image = 'vu_lossantosdrink.png',
mixed = true,
prop = {main = 'prop_tequila_bottle', glass = {empty = 'prop_sh_tall_glass', full = 'prop_wheat_grass_glass'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_slicedstrawberry', label = 'Sliced strawberry', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 10},
{item = 'vu_tequilabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleantallglass', label = 'Clean tall glass', amount = 5},
},
},
{
label = 'Paleto Bay',
item = 'vu_paletobaydrink',
amount = 5,
image = 'vu_paletobaydrink.png',
mixed = true,
prop = {main = 'prop_vodka_bottle', glass = {empty = 'prop_cocktail_glass', full = 'prop_tequila'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_sugar', label = 'Sugar', amount = 5},
{item = 'vu_slicedlemon', label = 'Sliced lemon', amount = 5},
{item = 'vu_vodkabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleancocktailglass', label = 'Clean cocktail glass', amount = 5},
},
},
{
label = 'Whiskey Glass',
item = 'vu_whiskeydrink',
amount = 5,
image = 'vu_whiskeydrink.png',
mixed = false,
prop = {main = 'prop_whiskey_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_whiskeybottle', label = 'Whiskey bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
{
label = 'Rhum Glass',
item = 'vu_rhumdrink',
amount = 5,
image = 'vu_rhumdrink.png',
mixed = false,
prop = {main = 'prop_rum_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_rhumbottle', label = 'Whiskey bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
{
label = 'Tequila Glass',
item = 'vu_tequiladrink',
amount = 5,
image = 'vu_tequiladrink.png',
mixed = false,
prop = {main = 'prop_tequila_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_tequilabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
{
label = 'Vodka Glass',
item = 'vu_vodkadrink',
amount = 5,
image = 'vu_vodkadrink.png',
mixed = false,
prop = {main = 'prop_vodka_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_vodkabottle', label = 'Vodka bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
},
},
Snacks = {
Positions = {
{coords = vec4(111.17, -1284.19, 29.58, 30.0), pedPos = vec4(110.84, -1283.59, 29.61, 210.0), cam = vec4(112.28, -1284.42, 30.72, 180.20), object = vec3(111.05, -1284.02, 29.58), size = {x = 1.2, y = 0.75, z = 0.85}},
},
Food = {
{
label = 'Nut Bowl',
item = 'vu_nutbowl',
amount = 1,
image = 'vu_nutbowl.png',
prop = {main = 'prop_bar_nuts'},
cookingTime = 10, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_nuts', label = 'Nuts', amount = 1},
{item = 'vu_cleanbowl', label = 'Clean Bowl', amount = 1},
},
},
{
label = 'Bean Bowl',
item = 'vu_beanbowl',
amount = 1,
image = 'vu_beanbowl.png',
prop = {main = 'prop_bar_beans'},
cookingTime = 10, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_beans', label = 'Beans', amount = 1},
{item = 'vu_cleanbowl', label = 'Clean Bowl', amount = 1},
},
},
},
},
IceMachine = {
Positions = {
{coords = vec4(113.99, -1282.43, 29.25, -150.0), pedPos = vec4(113.60, -1281.78, 29.61, 210.0), cam = vec4(113.59, -1283.69, 30.92, 350.0), object = {use = false, coords = vec3(-1190.25, -899.50, 12.79), xRot = 0.0, yRot = 0.0, zRot = 35.0}, size = {x = 0.75, y = 1.15, z = 0.85}},
},
Food = {
{
label = 'Ice Cube',
item = 'vu_ice',
amount = 5,
image = 'vu_ice.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'water', label = 'Water', amount = 1},
},
},
},
},
},
CashRegisters = {
Registers = {
{coords = vec4(136.86, -1290.67, 29.06, 125.0), size = {x = 0.72, y = 0.5, z = 0.55}},
{coords = vec4(117.36, -1280.42, 29.68, -65.0), size = {x = 0.72, y = 0.5, z = 0.55}},
},
},
PoliceAlerts = {
Alerts = {
{coords = vec4(107.89, -1282.67, 29.19, 121.0), object = {use = true, coords = vec3(107.89, -1282.67, 29.19), xRot = 0.211, yRot = -0.262, zRot = 121.019}, size = {x = 0.25, y = 0.25, z = 0.35}},
{coords = vec4(115.87, -1279.43, 29.40, -59.0), object = {use = true, coords = vec3(115.87, -1279.43, 29.40), xRot = 0.350, yRot = 4.832, zRot = -59.168}, size = {x = 0.25, y = 0.25, z = 0.35}},
},
},
Delivery = {
StartDelivery = {
{coords = vec4(105.58, -1281.41, 30.05, 7.6), pedPos = vec4(105.47, -1281.72, 29.61, 10.0), object = {use = true, coords = vec3(105.58, -1281.417, 30.05), xRot = 90.0, yRot = 0.0, zRot = 7.641}, size = {x = 0.25, y = 0.25, z = 0.45}},
},
},
Missions = {
StartMission = {
{coords = vec4(100.62, -1297.78, 29.81, 30.0), pedPos = vec4(100.75, -1298.09, 29.21, 30.0), storagePos = vec4(98.95, -1302.40, 29.21, 120.0), size = {x = 1.65, y = 0.15, z = 0.95}},
},
DirtySpots = {
Ground = {
vector4(111.29, -1291.82, 28.44, 123.89),
vector4(114.92, -1289.65, 28.44, 300.76),
vector4(120.26, -1286.32, 28.44, 302.24),
vector4(124.37, -1288.34, 28.44, 232.28),
vector4(123.79, -1292.43, 28.44, 90.16),
vector4(119.45, -1295.10, 28.44, 120.43),
vector4(113.26, -1298.20, 28.43, 121.23),
vector4(131.21, -1288.24, 29.21, 289.59),
vector4(136.07, -1286.56, 29.21, 289.05),
vector4(134.10, -1291.87, 29.21, 79.90),
vector4(131.22, -1285.37, 29.21, 36.54),
vector4(126.17, -1282.81, 29.21, 16.12),
vector4(128.51, -1279.61, 29.21, 328.14),
vector4(132.23, -1278.32, 29.21, 281.32),
vector4(114.36, -1285.89, 29.61, 121.69),
},
Tables = {
vector4(112.44, -1285.23, 29.63, 31.54),
vector4(115.31, -1283.57, 29.63, 33.01),
vector4(117.53, -1282.29, 29.61, 35.00),
vector4(118.46, -1279.72, 29.61, 116.35),
vector4(126.94, -1278.54, 29.21, 343.04),
vector4(129.18, -1280.58, 29.21, 264.20),
vector4(132.21, -1277.42, 29.21, 336.52),
vector4(127.18, -1285.14, 29.21, 252.92),
vector4(123.12, -1294.00, 28.44, 190.72),
vector4(114.47, -1288.90, 28.44, 34.70),
},
},
},
DancingPole = {
Positions = {
{
coords = vec4(121.64, -1289.57, 29.21, 300.0),
npcDancer = true,
customClothing = {
use = true,
ped = 'mp_f_freemode_01',
face = {
shapeFather = 25, shapeMother = 0, shapeThird = 0,
skinFather = 5, skinMother = 2, skinThird = 0,
shapeMix = 0.5, skinMix = 0.5, thirdMix = 0.0,
},
hair = {
style = 3,
color = 3,
highlight = 3,
},
tshirt_1 = 14, tshirt_2 = 0,
torso_1 = 22, torso_2 = 1,
bproof_1 = 0, bproof_2 = 0,
decals_1 = 0, decals_2 = 0,
arms = 4,
pants_1 = 20, pants_2 = 1,
shoes_1 = 8, shoes_2 = 0,
helmet_1 = -1, helmet_2 = 0,
bag_1 = 0, bag_2 = 0,
mask_1 = -1, mask_2 = 1,
chain_1 = 0, chain_2 = 0,
ears_1 = -1, ears_2 = 0,
glasses_1 = -1, glasses_2 = 0,
watches_1 = -1, watches_2 = 0,
bracelets_1 = -1, bracelets_2 = 0,
},
size = {x = 1.85, y = 1.85, z = 1.25},
},
{
coords = vec4(116.55, -1292.53, 29.21, 300.0),
npcDancer = true,
customClothing = {
use = false,
},
size = {x = 1.85, y = 1.85, z = 1.25},
},
{
coords = vec4(111.39, -1295.50, 29.21, 300.0),
npcDancer = true,
customClothing = {
use = false,
},
size = {x = 1.85, y = 1.85, z = 1.25}
},
},
},
MoneyThrow = {
Positions = {
{coords = vec4(124.03, -1290.15, 28.44, 85.0), pedPos = vec4(1124.03, -1290.15, 28.44, 85.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(123.77, -1288.55, 28.44, 120.0), pedPos = vec4(123.77, -1288.55, 28.44, 120.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(122.82, -1287.56, 28.44, 155.0), pedPos = vec4(122.82, -1287.56, 28.44, 155.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(120.76, -1287.54, 28.44, 210.0), pedPos = vec4(120.76, -1287.54, 28.44, 210.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(119.62, -1288.79, 28.44, 255.0), pedPos = vec4(119.62, -1288.79, 28.44, 255.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(117.20, -1290.32, 28.44, 170.0), pedPos = vec4(117.20, -1290.32, 28.44, 170.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(115.56, -1290.54, 28.44, 210.0), pedPos = vec4(115.56, -1290.54, 28.44, 210.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(114.44, -1291.79, 28.44, 255.0), pedPos = vec4(114.44, -1291.79, 28.44, 255.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(112.09, -1293.21, 28.44, 170.0), pedPos = vec4(112.09, -1293.21, 28.44, 170.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(110.41, -1293.48, 28.43, 210.0), pedPos = vec4(110.41, -1293.48, 28.43, 210.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(109.41, -1294.63, 28.42, 255.0), pedPos = vec4(109.41, -1294.63, 28.42, 255.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(122.98, -1291.57, 28.44, 30.0), pedPos = vec4(122.98, -1291.57, 28.44, 30.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(121.44, -1291.92, 28.44, 350.0), pedPos = vec4(121.44, -1291.92, 28.44, 350.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(118.91, -1293.24, 28.44, 75.0), pedPos = vec4(118.91, -1293.24, 28.44, 75.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(117.86, -1294.50, 28.44, 30.0), pedPos = vec4(117.86, -1294.50, 28.44, 30.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(116.23, -1294.82, 28.44, 350.0), pedPos = vec4(116.23, -1294.82, 28.44, 350.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(113.74, -1296.16, 28.44, 75.0), pedPos = vec4(113.74, -1296.16, 28.44, 75.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(112.71, -1297.51, 28.43, 30.0), pedPos = vec4(112.71, -1297.51, 28.43, 30.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(111.00, -1297.75, 28.42, 350.0), pedPos = vec4(111.00, -1297.75, 28.42, 350.0), size = {x = 0.45, y = 0.45, z = 1.25}},
},
},
Pimp = {
Positions = {
{coords = vec4(116.51, -1306.13, 29.23, 235.0), size = {x = 0.45, y = 0.45, z = 1.25}},
},
},
DancingPlatform = {
Positions = {
{coords = vec4(128.51, -1301.49, 21.39, 300.0), pedPos = vec4(128.51, -1301.49, 21.39, 300.0), npcWay = {vec4(123.13, -1295.13, 21.39, 210.0), vec4(126.53, -1300.46, 21.39, 210.0), vec4(127.54, -1301.63, 21.39, 270.0), vec4(128.51, -1301.49, 20.39, 300.0)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(122.63, -1304.98, 21.39, 300.0), pedPos = vec4(122.63, -1304.98, 21.39, 300.0), npcWay = {vec4(120.92, -1294.00, 21.39, 115.0), vec4(118.02, -1295.75, 21.39, 210.0), vec4(119.70, -1298.61, 21.39, 211.0), vec4(122.12, -1302.95, 21.39, 210.0), vec4(122.24, -1304.46, 21.39, 169.0), vec4(122.63, -1304.98, 20.39, 300.0)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(114.72, -1278.04, 21.39, 290.0), pedPos = vec4(114.72, -1278.04, 21.39, 290.0), npcWay = {vec4(121.68, -1292.93, 21.39, 15.0), vec4(118.47, -1287.23, 21.39, 30.0), vec4(116.46, -1283.49, 21.39, 30.0), vec4(114.64, -1278.57, 21.39, 21.0), vec4(114.72, -1278.04, 20.39, 290.0)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(109.39, -1288.56, 21.71, 30.0), pedPos = vec4(109.39, -1288.56, 21.71, 30.0), npcWay = {vec4(117.86, -1295.63, 21.39, 25.0), vec4(114.47, -1289.52, 21.39, 30.0), vec4(111.98, -1285.32, 21.39, 30.0), vec4(109.22, -1281.71, 21.39, 76.0), vec4(108.27, -1281.55, 20.39, 129.0)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(127.33, -1294.62, 21.71, 210.0), pedPos = vec4(127.33, -1294.62, 21.71, 210.0), npcWay = {vec4(120.92, -1294.00, 21.39, 300.0), vec4(124.45, -1292.37, 21.39, 235.0), vec4(126.31, -1293.59, 21.39, 225.0), vec4(127.33, -1294.62, 20.71, 210.0)}, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(116.33, -1300.93, 21.70, 210.0), pedPos = vec4(116.33, -1300.93, 21.70, 210.0), npcWay = {vec4(120.92, -1294.00, 21.39, 115.0), vec4(115.69, -1297.55, 21.39, 190.0), vec4(116.21, -1299.59, 21.39, 195.0), vec4(116.33, -1300.93, 20.70, 210.0)}, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(120.26, -1282.35, 21.68, 25.0), pedPos = vec4(120.26, -1282.35, 21.68, 25.0), npcWay = {vec4(121.68, -1292.93, 21.39, 15.0), vec4(118.47, -1287.23, 21.39, 300.0), vec4(120.11, -1286.24, 21.39, 356.0), vec4(120.29, -1283.87, 21.39, 356.0), vec4(120.26, -1282.35, 20.68, 25.0)}, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(109.39, -1288.56, 21.71, 30.0), pedPos = vec4(109.39, -1288.56, 21.71, 30.0), npcWay = {vec4(117.86, -1295.63, 21.39, 25.0), vec4(114.47, -1289.52, 21.39, 121.0), vec4(112.20, -1290.72, 21.39, 51.0), vec4(110.41, -1289.50, 21.39, 60.0), vec4(109.39, -1288.56, 20.71, 30.0)}, size = {x = 0.85, y = 0.85, z = 0.25}},
},
},
PrivateDance = { -- Positions for npc dancers are taken from DancingPlatform.
DancerSpawnPos = vec4(121.85, -1295.91, 21.39, 23.0),
Positions = { -- Npc guard.
{coords = vec4(121.10, -1296.28, 21.39, 30.0), npcDancer = true, size = {x = 0.75, y = 0.75, z = 1.50}},
},
},
Fridge = {
Positions = {
{coords = vec4(111.57, -1283.90, 29.15, -150.0), size = {x = 1.35, y = 0.65, z = 0.85}},
{coords = vec4(110.48, -1284.53, 29.15, -150.0), size = {x = 1.35, y = 0.65, z = 0.85}},
{coords = vec4(113.40, -1282.82, 29.15, -150.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(109.65, -1285.01, 29.15, -150.0), size = {x = 0.65, y = 0.65, z = 0.85}},
},
},
CigaretteVending = {
Positions = {
-- No cigarette vending machines in this map.
},
},
NpcGuard = {
Positions = {
-- Inside
{coords = vector4(137.21, -1289.58, 29.25, 120.77), menu = true, pedPos = vec4(135.83, -1290.40, 29.21, 290.0), size = {x = 0.75, y = 0.65, z = 0.85}},
-- Outside
{coords = vec4(128.91, -1301.98, 29.23, 240.35), size = {x = 0.75, y = 0.65, z = 0.85}},
},
},
DjTable = {
Positions = {
{coords = vec4(118.989, -1299.498, 29.11, 30.0), distance = 18, pedPos = vec4(119.30, -1300.01, 29.21, 30.18), soundPos = vec3(116.25, -1292.71, 29.21), size = {x = 1.75, y = 0.85, z = 0.85}},
},
},
Teleport = {
Positions = {
-- No teleports needed in this map.
},
},
Trash = {
Positions = {
{coords = vec4(98.18, -1304.10, 28.59, -60.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(100.09, -1307.30, 28.59, -60.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(100.24, -1310.47, 34.92, 305.0), size = {x = 0.45, y = 0.45, z = 0.85}},
{coords = vec4(148.64, -1291.25, 29.18, 210.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(133.07, -1299.26, 28.77, 305.0), size = {x = 0.45, y = 0.45, z = 0.85}},
{coords = vec4(115.69, -1306.74, 28.91, 210.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(142.14, -1291.35, 28.91, 210.0), size = {x = 0.65, y = 0.65, z = 0.85}},
},
},
SupplyShop = {
Positions = {
{coords = vec4(1239.75, -3179.48, 7.10, 315.0), size = {x = 1.20, y = 1.20, z = 1.50}},
},
Items = {
-- Bottles
{item = 'vu_rhumbottle', label = 'Rhum Bottle', icon = 'vu_rhumbottle.png', price = 50},
{item = 'vu_tequilabottle', label = 'Tequila Bottle', icon = 'vu_tequilabottle.png', price = 55},
{item = 'vu_vodkabottle', label = 'Vodka Bottle', icon = 'vu_vodkabottle.png', price = 55},
{item = 'vu_whiskeybottle', label = 'Whiskey Bottle', icon = 'vu_whiskeybottle.png', price = 55},
-- Glassware
{item = 'vu_cleanshortglass', label = 'Clean short glass', icon = 'vu_cleanshortglass.png', price = 5},
{item = 'vu_cleantallglass', label = 'Clean Tall Glass', icon = 'vu_cleantallglass.png', price = 5},
{item = 'vu_cleancocktailglass', label = 'Clean Cocktail Glass', icon = 'vu_cleancocktailglass.png', price = 5},
{item = 'vu_cleanbowl', label = 'Clean Bowl', icon = 'vu_cleanbowl.png', price = 5},
-- Ingredients
{item = 'vu_sugar', label = 'Sugar', icon = 'vu_sugar.png', price = 3},
{item = 'vu_soda', label = 'Soda', icon = 'vu_soda.png', price = 10},
{item = 'vu_coconutcream', label = 'Coconut Cream', icon = 'vu_coconutcream.png', price = 8},
{item = 'vu_juice', label = 'Juice', icon = 'vu_juice.png', price = 12},
{item = 'vu_nuts', label = 'Nuts', icon = 'vu_nuts.png', price = 6},
{item = 'vu_beans', label = 'Beans', icon = 'vu_beans.png', price = 6},
-- Cutting Table
{item = 'vu_rawlemon', label = 'Lemon', icon = 'vu_rawlemon.png', price = 7},
{item = 'vu_rawstrawberry', label = 'Strawberry', icon = 'vu_rawstrawberry.png', price = 9},
{item = 'vu_rawlime', label = 'Lime', icon = 'vu_rawlime.png', price = 7},
{item = 'vu_slicedmint', label = 'Mint', icon = 'vu_slicedmint.png', price = 5},
-- Other
{item = 'vu_cleansponge', label = 'Clean Sponge', icon = 'vu_cleansponge.png', price = 2},
},
},
Dog = {
Positions = {
{coords = vec4(128.94, -1302.68, 29.23, 240.15), pedPos = vec4(129.31, -1303.00, 29.23, 55.0), size = {x = 1.20, y = 1.20, z = 1.50}},
},
},
NpcEmployee = {
Positions = {
{coords = vec4(112.24, -1282.78, 29.61, 210.0), hotTablePos = vec4(109.09, -1283.87, 29.61, 115.0), size = {x = 1.20, y = 1.20, z = 1.50}},
},
},
MenuList = { -- Items displayed in food menu + npc employee menu.
Items = {
-- Drinks
{category = 'Drinks', items = {
{item = 'vu_unicornblissdrink', label = 'Unicorn Bliss', icon = 'vu_unicornblissdrink.png', price = 60},
{item = 'vu_mojitodrink', label = 'Mojito Drink', icon = 'vu_mojitodrink.png', price = 50},
{item = 'vu_lossantosdrink', label = 'Los Santos', icon = 'vu_lossantosdrink.png', price = 45},
{item = 'vu_pinacoladadrink', label = 'Piña Colada', icon = 'vu_pinacoladadrink.png', price = 55},
{item = 'vu_tequilasunrisedrink', label = 'Tequila Sunrise', icon = 'vu_tequilasunrisedrink.png', price = 55},
{item = 'vu_paletobaydrink', label = 'Paleto Bay', icon = 'vu_paletobaydrink.png', price = 40},
{item = 'vu_whiskeydrink', label = 'Whiskey Glass', icon = 'vu_whiskeydrink.png', price = 25},
{item = 'vu_rhumdrink', label = 'Rhum Glass', icon = 'vu_rhumdrink.png', price = 20},
{item = 'vu_tequiladrink', label = 'Tequila Glass', icon = 'vu_tequiladrink.png', price = 25},
{item = 'vu_vodkadrink', label = 'Vodka Glass', icon = 'vu_vodkadrink.png', price = 25},
}},
-- Snacks
{category = 'Snacks', items = {
{item = 'vu_nutbowl', label = 'Nut Bowl', icon = 'vu_nutbowl.png', price = 15},
{item = 'vu_beanbowl', label = 'Bean Bowl', icon = 'vu_beanbowl.png', price = 12},
}},
},
Positions = {
{coords = vec4(110.95, -1285.28, 29.92, 85.0), size = {x = 0.25, y = 0.25, z = 0.45}},
{coords = vec4(114.45, -1283.16, 29.92, -35.0), size = {x = 0.25, y = 0.25, z = 0.45}},
{coords = vec4(118.06, -1280.87, 29.92, 65.0), size = {x = 0.25, y = 0.25, z = 0.45}},
{coords = vec4(127.49, -1277.89, 28.86, -125.0), size = {x = 0.25, y = 0.25, z = 0.45}},
{coords = vec4(132.50, -1276.39, 28.86, -43.0), size = {x = 0.25, y = 0.25, z = 0.45}},
{coords = vec4(130.19, -1280.94, 28.86, -108.0), size = {x = 0.25, y = 0.25, z = 0.45}},
{coords = vec4(128.00, -1285.26, 28.86, -13.0), size = {x = 0.25, y = 0.25, z = 0.45}},
},
},
}
molo
--[[ Molo Modding Vanilla Unicorn MLO - https://www.molo-modding.com/package/5626087 ]]--
return {
Blip = {
coords = vec3(129.04, -1299.19, 29.23),
},
DutySystem = {
coords = vec4(126.43, -1290.00, 29.53, 30.0),
target = {
icon = 'fas fa-hand',
size = {x = 0.35, y = 0.9, z = 1.2},
},
},
BossMenu = {
coords = vec4(111.94, -1321.27, 24.55, 60.0),
target = {
icon = 'fas fa-hand',
size = {x = 1.2, y = 2.62, z = 0.5},
},
},
LockerRoom = {
coords = vec4(153.75, -1338.15, 20.27, 57.0),
target = {
icon = 'fas fa-tshirt',
size = {x = 0.5, y = 1.85, z = 1.85},
},
},
Storage = {
coords = vec4(145.35, -1326.25, 19.62, 145.0),
target = {
icon = 'fas fa-box',
size = {x = 0.85, y = 2.8, z = 1.85},
},
},
Garage = {
spawn = {
vec4(146.43, -1286.74, 28.99, 299.67),
vec4(144.95, -1284.37, 28.99, 298.79),
vec4(143.45, -1281.93, 28.99, 298.52),
vec4(141.57, -1279.70, 29.01, 299.41),
vec4(138.94, -1274.48, 29.00, 299.59),
vec4(143.09, -1271.62, 28.80, 209.26),
vec4(143.09, -1271.62, 28.80, 209.26),
},
coords = vec4(134.18, -1276.15, 29.62, 120.00),
target = {
icon = 'fas fa-car',
size = {x = 0.8, y = 0.5, z = 1.85},
},
},
BathRooms = {
Toilets = {
{coords = vec4(93.68, -1314.57, 19.55, 150.0), pedPos = vec4(93.33, -1315.04, 20.02, 150.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(95.18, -1315.44, 19.55, 150.0), pedPos = vec4(94.93, -1315.95, 20.02, 150.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(96.61, -1316.31, 19.55, 150.0), pedPos = vec4(96.39, -1316.83, 20.02, 150.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(98.12, -1317.22, 19.55, 150.0), pedPos = vec4(97.85, -1317.77, 20.02, 150.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(88.81, -1322.79, 19.55, 150.0), pedPos = vec4(88.55, -1323.20, 20.02, 150.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(90.31, -1323.78, 19.55, 150.0), pedPos = vec4(90.10, -1324.10, 20.02, 150.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(91.78, -1324.55, 19.55, 150.0), pedPos = vec4(91.51, -1325.11, 20.02, 150.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(93.24, -1325.50, 19.55, 150.0), pedPos = vec4(92.99, -1325.95, 20.02, 150.0), size = {x = 0.65, y = 0.65, z = 1.05}},
{coords = vec4(90.95, -1319.15, 20.02, -30.0), pedPos = vec4(91.13, -1318.83, 20.02, -30.0), size = {x = 0.65, y = 0.65, z = 1.05}, poop = true},
{coords = vec4(91.75, -1319.87, 20.02, -30.0), pedPos = vec4(92.07, -1319.37, 20.02, -30.0), size = {x = 0.65, y = 0.65, z = 1.05}, poop = true},
{coords = vec4(92.57, -1320.40, 20.02, -30.0), pedPos = vec4(92.87, -1319.87, 20.02, -30.0), size = {x = 0.65, y = 0.65, z = 1.05}, poop = true},
{coords = vec4(93.52, -1320.69, 20.02, -30.0), pedPos = vec4(93.72, -1320.39, 20.02, -30.0), size = {x = 0.65, y = 0.65, z = 1.05}, poop = true},
{coords = vec4(94.31, -1321.35, 20.02, -30.0), pedPos = vec4(94.61, -1320.94, 20.02, -30.0), size = {x = 0.65, y = 0.65, z = 1.05}, poop = true},
{coords = vec4(95.27, -1321.74, 20.02, -30.0), pedPos = vec4(95.47, -1321.44, 20.02, -30.0), size = {x = 0.65, y = 0.65, z = 1.05}, poop = true},
{coords = vec4(85.99, -1327.52, 20.02, -30.0), pedPos = vec4(86.29, -1327.06, 20.02, -30.0), size = {x = 0.65, y = 0.65, z = 1.05}, poop = true},
{coords = vec4(86.88, -1327.99, 20.02, -30.0), pedPos = vec4(87.15, -1327.59, 20.02, -30.0), size = {x = 0.65, y = 0.65, z = 1.05}, poop = true},
{coords = vec4(87.79, -1328.48, 20.02, -30.0), pedPos = vec4(87.99, -1328.08, 20.02, -30.0), size = {x = 0.65, y = 0.65, z = 1.05}, poop = true},
{coords = vec4(88.66, -1329.15, 20.02, -30.0), pedPos = vec4(88.86, -1328.63, 20.02, -30.0), size = {x = 0.65, y = 0.65, z = 1.05}, poop = true},
{coords = vec4(89.46, -1329.57, 20.02, -30.0), pedPos = vec4(89.76, -1329.17, 20.02, -30.0), size = {x = 0.65, y = 0.65, z = 1.05}, poop = true},
{coords = vec4(90.33, -1330.15, 20.02, -30.0), pedPos = vec4(90.63, -1329.68, 20.02, -30.0), size = {x = 0.65, y = 0.65, z = 1.05}, poop = true},
},
Skinks = {
-- Kitchen
{coords = vec4(128.80, -1315.36, 19.35, 58.0), pedPos = vec4(129.50, -1315.78, 19.46, 58.0), size = {x = 0.85, y = 0.85, z = 1.05}, job = true},
{coords = vec4(134.87, -1317.92, 19.35, -34.0), pedPos = vec4(134.43, -1318.56, 19.46, -34.0), size = {x = 0.85, y = 0.85, z = 1.05}, job = true},
-- Toilets
{coords = vec4(99.11, -1319.15, 20.04, 328.0), pedPos = vec4(98.81, -1319.80, 20.04, 328.0), size = {x = 0.7, y = 0.55, z = 1.05}},
{coords = vec4(99.93, -1319.69, 20.04, 328.0), pedPos = vec4(99.48, -1320.31, 20.04, 328.0), size = {x = 0.7, y = 0.55, z = 1.05}},
{coords = vec4(100.60, -1320.28, 20.04, 328.0), pedPos = vec4(100.30, -1320.74, 20.04, 328.0), size = {x = 0.7, y = 0.55, z = 1.05}},
{coords = vec4(94.25, -1327.45, 20.04, 328.0), pedPos = vec4(93.91, -1328.01, 20.04, 328.0), size = {x = 0.7, y = 0.55, z = 1.05}},
{coords = vec4(95.07, -1327.86, 20.04, 328.0), pedPos = vec4(94.70, -1328.52, 20.04, 328.0), size = {x = 0.7, y = 0.55, z = 1.05}},
{coords = vec4(95.73, -1328.44, 20.04, 328.0), pedPos = vec4(95.50, -1329.03, 20.04, 328.0), size = {x = 0.7, y = 0.55, z = 1.05}},
},
},
TablesAndChairs = {
Tables = {
{coords = vec4(126.42, -1291.89, 29.25, 210.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(115.62, -1297.71, 29.05, 210.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(155.97, -1331.83, 20.25, 330.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(158.10, -1333.33, 20.25, 330.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(130.36, -1315.21, 19.65, 330.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(125.77, -1324.31, 19.30, 330.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(124.48, -1327.82, 19.30, 330.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(121.72, -1329.55, 19.30, 330.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(126.04, -1333.91, 19.30, 330.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(128.75, -1328.15, 19.30, 330.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(127.61, -1339.84, 19.25, 330.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(122.50, -1336.44, 19.25, 330.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(129.89, -1342.60, 24.15, 145.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(124.57, -1339.08, 24.15, 145.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(119.15, -1335.79, 24.15, 145.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(128.69, -1320.94, 24.25, 145.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(134.03, -1324.47, 24.25, 145.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(138.97, -1328.06, 24.25, 145.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(106.90, -1329.69, 23.95, 145.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(105.85, -1333.54, 24.65, 145.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(109.09, -1328.54, 24.65, 145.0), size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(108.48, -1323.33, 24.65, 145.0), size = {x = 0.85, y = 0.85, z = 0.25}},
},
Chairs = {
{coords = vec4(128.87, -1294.92, 28.70, 125.0), leavePos = vec4(128.37, -1295.20, 29.21, 125.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(128.40, -1294.18, 28.70, 125.0), leavePos = vec4(127.93, -1294.51, 29.21, 125.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(128.03, -1293.54, 28.70, 125.0), leavePos = vec4(127.46, -1293.80, 29.21, 125.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(126.39, -1298.49, 28.70, 30.0), leavePos = vec4(126.16, -1298.01, 29.21, 30.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(125.76, -1298.89, 28.70, 30.0), leavePos = vec4(125.44, -1298.37, 29.21, 30.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(125.00, -1299.29, 28.70, 30.0), leavePos = vec4(124.76, -1298.78, 29.21, 30.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(123.17, -1299.36, 28.77, 80.0), leavePos = vec4(122.56, -1299.36, 29.21, 80.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(121.46, -1300.35, 28.70, 345.0), leavePos = vec4(121.50, -1299.75, 29.21, 345.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(119.40, -1296.89, 28.77, 260.0), leavePos = vec4(119.97, -1297.03, 29.21, 260.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(121.23, -1295.86, 28.70, 175.0), leavePos = vec4(121.27, -1296.46, 29.21, 175.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(118.98, -1302.22, 28.70, 30.0), leavePos = vec4(118.76, -1301.65, 29.21, 30.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(118.36, -1302.62, 28.70, 30.0), leavePos = vec4(118.06, -1302.01, 29.21, 30.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(117.66, -1303.06, 28.70, 30.0), leavePos = vec4(117.33, -1302.45, 29.21, 30.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(104.82, -1324.92, 19.57, 55.0), leavePos = vec4(104.30, -1324.64, 20.00, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(104.37, -1325.83, 19.57, 55.0), leavePos = vec4(103.84, -1325.59, 20.00, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(103.99, -1326.52, 19.57, 55.0), leavePos = vec4(103.48, -1326.26, 20.00, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(155.39, -1332.92, 20.15, 330.0), leavePos = vec4(154.98, -1332.65, 20.33, 330.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(157.46, -1334.40, 20.15, 330.0), leavePos = vec4(157.09, -1334.11, 20.33, 330.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(126.16, -1323.09, 18.91, 185.0), leavePos = vec4(125.50, -1323.13, 19.40, 185.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(124.59, -1324.01, 18.91, 235.0), leavePos = vec4(124.98, -1323.52, 19.40, 235.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(124.22, -1326.82, 18.91, 210.0), leavePos = vec4(123.58, -1327.07, 19.40, 210.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(123.46, -1328.35, 18.91, 265.0), leavePos = vec4(123.38, -1327.68, 19.40, 265.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(120.85, -1328.78, 18.91, 215.0), leavePos = vec4(120.32, -1329.22, 19.40, 215.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(120.60, -1330.47, 18.91, 280.0), leavePos = vec4(120.52, -1329.81, 19.40, 280.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(128.20, -1326.89, 18.91, 205.0), leavePos = vec4(127.59, -1327.12, 19.40, 205.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(127.45, -1328.42, 18.91, 275.0), leavePos = vec4(127.51, -1327.75, 19.40, 275.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(124.79, -1334.48, 18.91, 285.0), leavePos = vec4(124.61, -1333.86, 19.40, 285.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(129.48, -1323.37, 19.25, 320.0), leavePos = vec4(129.01, -1323.13, 19.40, 320.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(131.05, -1324.54, 19.25, 320.0), leavePos = vec4(130.61, -1324.31, 19.40, 320.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(132.97, -1325.98, 19.25, 320.0), leavePos = vec4(132.53, -1325.78, 19.40, 320.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(134.80, -1327.24, 19.25, 165.0), leavePos = vec4(134.32, -1327.12, 19.40, 165.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(117.65, -1334.51, 19.15, 235.0), leavePos = vec4(118.07, -1334.80, 19.71, 235.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(117.14, -1335.25, 19.15, 235.0), leavePos = vec4(117.66, -1335.46, 19.71, 235.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(116.70, -1335.91, 19.15, 235.0), leavePos = vec4(117.13, -1336.21, 19.71, 235.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(122.78, -1338.16, 19.15, 235.0), leavePos = vec4(123.42, -1338.42, 19.71, 235.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(122.34, -1338.83, 19.15, 235.0), leavePos = vec4(122.93, -1339.17, 19.71, 235.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(121.91, -1339.49, 19.15, 235.0), leavePos = vec4(122.54, -1339.78, 19.71, 235.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(128.09, -1341.56, 19.15, 235.0), leavePos = vec4(128.64, -1341.80, 19.71, 235.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(127.61, -1342.26, 19.15, 235.0), leavePos = vec4(128.18, -1342.58, 19.71, 235.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(127.19, -1342.88, 19.15, 235.0), leavePos = vec4(127.74, -1343.25, 19.71, 235.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(126.25, -1340.34, 19.15, 55.0), leavePos = vec4(125.76, -1340.05, 19.71, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(125.79, -1341.06, 19.15, 55.0), leavePos = vec4(125.29, -1340.67, 19.71, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(125.37, -1341.74, 19.15, 55.0), leavePos = vec4(124.81, -1341.36, 19.71, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(121.05, -1336.97, 19.15, 55.0), leavePos = vec4(120.55, -1336.57, 19.71, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(120.68, -1337.60, 19.15, 55.0), leavePos = vec4(120.05, -1337.29, 19.71, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(120.17, -1338.29, 19.15, 55.0), leavePos = vec4(119.64, -1337.87, 19.71, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(130.85, -1344.71, 24.13, 55.0), leavePos = vec4(130.48, -1344.47, 24.67, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(131.27, -1344.06, 24.13, 55.0), leavePos = vec4(130.86, -1343.82, 24.67, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(131.72, -1343.37, 24.13, 55.0), leavePos = vec4(131.26, -1343.11, 24.67, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(125.82, -1341.11, 24.13, 55.0), leavePos = vec4(125.35, -1340.78, 24.67, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(126.25, -1340.38, 24.13, 55.0), leavePos = vec4(125.87, -1340.05, 24.67, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(126.77, -1339.81, 24.13, 55.0), leavePos = vec4(126.22, -1339.38, 24.67, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(120.59, -1337.71, 24.13, 55.0), leavePos = vec4(120.11, -1337.37, 24.67, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(121.04, -1337.08, 24.13, 55.0), leavePos = vec4(120.54, -1336.66, 24.67, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(121.57, -1336.33, 24.13, 55.0), leavePos = vec4(120.97, -1336.00, 24.67, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(131.34, -1321.10, 24.28, 55.0), leavePos = vec4(130.86, -1320.74, 24.77, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(130.90, -1321.73, 24.28, 55.0), leavePos = vec4(130.41, -1321.39, 24.77, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(130.51, -1322.43, 24.28, 55.0), leavePos = vec4(129.91, -1322.18, 24.77, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(136.42, -1324.66, 24.28, 55.0), leavePos = vec4(135.97, -1324.41, 24.77, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(135.97, -1325.30, 24.28, 55.0), leavePos = vec4(135.43, -1324.88, 24.77, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(135.58, -1326.01, 24.28, 55.0), leavePos = vec4(135.01, -1325.63, 24.77, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(141.75, -1328.06, 24.28, 55.0), leavePos = vec4(141.23, -1327.73, 24.77, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(141.34, -1328.70, 24.28, 55.0), leavePos = vec4(140.72, -1328.36, 24.77, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(140.88, -1329.45, 24.28, 55.0), leavePos = vec4(140.32, -1329.05, 24.77, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(137.18, -1319.79, 24.28, 145.0), leavePos = vec4(136.86, -1320.28, 24.77, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(136.59, -1319.33, 24.28, 145.0), leavePos = vec4(136.25, -1319.87, 24.77, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(135.99, -1318.87, 24.28, 145.0), leavePos = vec4(135.63, -1319.42, 24.77, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(137.95, -1325.75, 24.28, 240.0), leavePos = vec4(138.45, -1326.05, 24.77, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(137.52, -1326.38, 24.28, 240.0), leavePos = vec4(137.96, -1326.72, 24.77, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(137.03, -1327.07, 24.28, 240.0), leavePos = vec4(137.52, -1327.43, 24.77, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(132.62, -1322.28, 24.28, 240.0), leavePos = vec4(133.11, -1322.64, 24.77, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(132.25, -1323.01, 24.28, 240.0), leavePos = vec4(132.66, -1323.38, 24.77, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(131.82, -1323.66, 24.28, 240.0), leavePos = vec4(132.25, -1324.05, 24.77, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(127.48, -1318.47, 24.28, 240.0), leavePos = vec4(127.89, -1318.83, 24.77, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(127.03, -1319.18, 24.28, 240.0), leavePos = vec4(127.48, -1319.49, 24.77, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(126.57, -1319.85, 24.28, 240.0), leavePos = vec4(127.05, -1320.18, 24.77, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(116.64, -1335.24, 24.13, 240.0), leavePos = vec4(117.18, -1335.59, 24.67, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(117.10, -1334.59, 24.13, 240.0), leavePos = vec4(117.66, -1334.87, 24.67, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(117.53, -1333.95, 24.13, 240.0), leavePos = vec4(118.08, -1334.27, 24.67, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(122.04, -1338.77, 24.13, 240.0), leavePos = vec4(122.59, -1339.07, 24.67, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(122.53, -1338.05, 24.13, 240.0), leavePos = vec4(123.03, -1338.39, 24.67, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(122.93, -1337.39, 24.13, 240.0), leavePos = vec4(123.54, -1337.73, 24.67, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(127.42, -1342.08, 24.13, 240.0), leavePos = vec4(127.91, -1342.42, 24.67, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(127.86, -1341.40, 24.13, 240.0), leavePos = vec4(128.33, -1341.75, 24.67, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(128.24, -1340.69, 24.13, 240.0), leavePos = vec4(128.79, -1341.08, 24.67, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(127.95, -1351.01, 24.13, 55.0), leavePos = vec4(127.55, -1350.68, 24.67, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(126.02, -1349.64, 24.13, 240.0), leavePos = vec4(126.37, -1349.91, 24.67, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(124.84, -1348.85, 24.13, 55.0), leavePos = vec4(124.42, -1348.47, 24.67, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(122.87, -1347.68, 24.13, 240.0), leavePos = vec4(123.40, -1347.71, 24.67, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(117.40, -1343.92, 24.13, 55.0), leavePos = vec4(116.99, -1343.69, 24.67, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(115.67, -1342.49, 24.13, 240.0), leavePos = vec4(115.83, -1343.00, 24.67, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(114.29, -1341.83, 24.13, 55.0), leavePos = vec4(113.73, -1341.75, 24.67, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(112.30, -1340.55, 24.13, 240.0), leavePos = vec4(112.74, -1340.88, 24.67, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(130.53, -1312.30, 24.43, 240.0), leavePos = vec4(130.98, -1312.62, 24.97, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(132.38, -1313.78, 24.43, 55.0), leavePos = vec4(132.03, -1313.38, 24.97, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(133.73, -1314.26, 24.43, 240.0), leavePos = vec4(134.27, -1314.43, 24.97, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(135.53, -1315.76, 24.43, 55.0), leavePos = vec4(135.15, -1315.40, 24.97, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(141.36, -1319.48, 24.43, 240.0), leavePos = vec4(141.80, -1319.72, 24.97, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(143.40, -1320.66, 24.43, 55.0), leavePos = vec4(143.02, -1320.35, 24.97, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(144.48, -1321.48, 24.43, 240.0), leavePos = vec4(144.93, -1321.83, 24.97, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(146.39, -1322.89, 24.43, 55.0), leavePos = vec4(145.91, -1322.75, 24.97, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(145.67, -1325.95, 24.43, 55.0), leavePos = vec4(145.09, -1325.75, 24.97, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(145.16, -1326.63, 24.43, 55.0), leavePos = vec4(144.72, -1326.31, 24.97, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(144.77, -1327.39, 24.43, 55.0), leavePos = vec4(144.21, -1326.98, 24.97, 55.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(146.28, -1321.88, 24.43, 145.0), leavePos = vec4(146.04, -1322.13, 24.97, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(145.74, -1321.30, 24.43, 145.0), leavePos = vec4(145.30, -1321.71, 24.97, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(143.30, -1319.82, 24.43, 145.0), leavePos = vec4(142.89, -1320.14, 24.97, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(142.46, -1319.30, 24.43, 145.0), leavePos = vec4(142.22, -1319.62, 24.97, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(135.40, -1314.60, 24.43, 145.0), leavePos = vec4(135.16, -1314.96, 24.97, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(134.79, -1314.03, 24.43, 145.0), leavePos = vec4(134.42, -1314.51, 24.97, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(132.32, -1312.59, 24.43, 145.0), leavePos = vec4(132.03, -1312.91, 24.97, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(131.69, -1312.07, 24.43, 145.0), leavePos = vec4(131.32, -1312.47, 24.97, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(112.63, -1341.58, 24.13, 330.0), leavePos = vec4(112.74, -1341.23, 24.67, 330.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(113.15, -1341.99, 24.13, 330.0), leavePos = vec4(113.55, -1341.65, 24.67, 330.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(116.31, -1344.10, 24.13, 330.0), leavePos = vec4(116.59, -1343.72, 24.67, 330.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(115.67, -1343.77, 24.13, 330.0), leavePos = vec4(115.94, -1343.31, 24.67, 330.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(123.78, -1349.15, 24.13, 330.0), leavePos = vec4(124.02, -1348.58, 24.67, 330.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(123.08, -1348.62, 24.13, 330.0), leavePos = vec4(123.46, -1348.20, 24.67, 330.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(126.91, -1351.13, 24.13, 330.0), leavePos = vec4(127.12, -1350.66, 24.67, 330.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(126.19, -1350.74, 24.13, 330.0), leavePos = vec4(126.41, -1350.25, 24.67, 330.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(110.65, -1336.53, 24.23, 300.0), leavePos = vec4(111.21, -1336.39, 24.95, 300.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(108.79, -1326.58, 24.23, 35.0), leavePos = vec4(108.37, -1326.18, 24.95, 35.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(109.69, -1325.04, 24.23, 95.0), leavePos = vec4(109.11, -1324.94, 24.95, 95.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(110.11, -1322.15, 24.23, 285.0), leavePos = vec4(110.57, -1321.98, 24.95, 285.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(111.58, -1323.11, 24.23, 6.0), leavePos = vec4(111.60, -1322.63, 24.95, 6.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(112.69, -1320.09, 24.23, 145.0), leavePos = vec4(113.61, -1320.56, 24.95, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(107.15, -1325.20, 24.23, 245.0), leavePos = vec4(107.76, -1325.39, 24.95, 245.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(104.87, -1329.22, 24.23, 240.0), leavePos = vec4(105.41, -1329.40, 24.95, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(105.32, -1328.49, 24.23, 240.0), leavePos = vec4(105.81, -1328.88, 24.95, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(105.77, -1327.80, 24.23, 240.0), leavePos = vec4(106.30, -1328.09, 24.95, 240.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(108.10, -1328.05, 24.23, 145.0), leavePos = vec4(107.75, -1328.52, 24.95, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(107.34, -1327.52, 24.23, 145.0), leavePos = vec4(107.12, -1328.12, 24.95, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(106.76, -1327.12, 24.23, 145.0), leavePos = vec4(106.54, -1327.72, 24.95, 145.0), size = {x = 0.52, y = 0.6, z = 1.05}},
{coords = vec4(112.78, -1330.58, 24.23, 65.0), leavePos = vec4(112.27, -1330.28, 24.95, 65.0), size = {x = 0.52, y = 0.6, z = 1.05}},
},
},
Crafting = {
CuttingTable = {
Positions = {
{coords = vec4(131.92, -1316.01, 19.68, 325.0), pedPos = vec4(131.41, -1316.71, 19.46, 325.0), cam = vec4(131.04, -1315.15, 20.56, 200.00), size = {x = 1.2, y = 1.15, z = 0.85}},
},
Food = {
{
label = 'Sliced Lemon',
item = 'vu_slicedlemon',
amount = 5,
image = 'vu_slicedlemon.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawlemon', label = 'Lemon', amount = 1},
},
},
{
label = 'Sliced Strawberry',
item = 'vu_slicedstrawberry',
amount = 5,
image = 'vu_slicedstrawberry.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawstrawberry', label = 'Strawberry', amount = 1},
},
},
{
label = 'Sliced Lime',
item = 'vu_slicedlime',
amount = 5,
image = 'vu_slicedlime.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawlime', label = 'Lime', amount = 1},
},
},
{
label = 'Sliced Mint',
item = 'vu_slicedmint',
amount = 5,
image = 'vu_slicedmint.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_rawmint', label = 'Mint', amount = 1},
},
},
},
},
Drinks = {
Positions = {
{coords = vec4(131.97, -1324.20, 19.46, 145.00), pedPos = vec4(132.22, -1323.64, 19.40, 145.0), cam = vec4(131.03, -1323.79, 20.55, 325.0), object = vec3(132.05, -1324.06, 19.45), size = {x = 0.95, y = 0.75, z = 0.65}},
},
Food = {
{
label = 'Mojito Drink',
item = 'vu_mojitodrink',
amount = 5,
image = 'vu_mojitodrink.png',
mixed = true,
prop = {main = 'prop_rum_bottle', glass = {empty = 'prop_sh_tall_glass', full = 'prop_wheat_grass_glass'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_sugar', label = 'Sugar', amount = 5},
{item = 'vu_slicedlime', label = 'Sliced lime', amount = 5},
{item = 'vu_slicedmint', label = 'Mint', amount = 5},
{item = 'vu_soda', label = 'Soda', amount = 5},
{item = 'vu_rhumbottle', label = 'Rhum bottle', amount = 1},
{item = 'vu_cleantallglass', label = 'Clean tall glass', amount = 5},
},
},
{
label = 'Piña Colada',
item = 'vu_pinacoladadrink',
amount = 5,
image = 'vu_pinacoladadrink.png',
mixed = true,
prop = {main = 'prop_rum_bottle', glass = {empty = 'prop_cocktail_glass', full = 'prop_pinacolada'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_coconutcream', label = 'Coconut Cream', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 5},
{item = 'vu_rhumbottle', label = 'Rhum bottle', amount = 1},
{item = 'vu_cleancocktailglass', label = 'Clean cocktail glass', amount = 5},
},
},
{
label = 'Tequila Sunrise',
item = 'vu_tequilasunrisedrink',
amount = 5,
image = 'vu_tequilasunrisedrink.png',
mixed = true,
prop = {main = 'prop_tequila_bottle', glass = {empty = 'prop_cocktail_glass', full = 'prop_tequila'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_sugar', label = 'Sugar', amount = 5},
{item = 'vu_slicedlime', label = 'Sliced lime', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 5},
{item = 'vu_tequilabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleancocktailglass', label = 'Clean cocktail glass', amount = 5},
},
},
{
label = 'Unicorn Bliss',
item = 'vu_unicornblissdrink',
amount = 5,
image = 'vu_unicornblissdrink.png',
mixed = true,
prop = {main = 'prop_vodka_bottle', glass = {empty = 'prop_sh_tall_glass', full = 'prop_wheat_grass_glass'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_slicedlemon', label = 'Sliced lemon', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 5},
{item = 'vu_vodkabottle', label = 'Vodka bottle', amount = 1},
{item = 'vu_cleantallglass', label = 'Clean tall glass', amount = 5},
},
},
{
label = 'Los Santos',
item = 'vu_lossantosdrink',
amount = 5,
image = 'vu_lossantosdrink.png',
mixed = true,
prop = {main = 'prop_tequila_bottle', glass = {empty = 'prop_sh_tall_glass', full = 'prop_wheat_grass_glass'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_slicedstrawberry', label = 'Sliced strawberry', amount = 5},
{item = 'vu_juice', label = 'Juice', amount = 10},
{item = 'vu_tequilabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleantallglass', label = 'Clean tall glass', amount = 5},
},
},
{
label = 'Paleto Bay',
item = 'vu_paletobaydrink',
amount = 5,
image = 'vu_paletobaydrink.png',
mixed = true,
prop = {main = 'prop_vodka_bottle', glass = {empty = 'prop_cocktail_glass', full = 'prop_tequila'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_sugar', label = 'Sugar', amount = 5},
{item = 'vu_slicedlemon', label = 'Sliced lemon', amount = 5},
{item = 'vu_vodkabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleancocktailglass', label = 'Clean cocktail glass', amount = 5},
},
},
{
label = 'Whiskey Glass',
item = 'vu_whiskeydrink',
amount = 5,
image = 'vu_whiskeydrink.png',
mixed = false,
prop = {main = 'prop_whiskey_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_whiskeybottle', label = 'Whiskey bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
{
label = 'Rhum Glass',
item = 'vu_rhumdrink',
amount = 5,
image = 'vu_rhumdrink.png',
mixed = false,
prop = {main = 'prop_rum_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_rhumbottle', label = 'Whiskey bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
{
label = 'Tequila Glass',
item = 'vu_tequiladrink',
amount = 5,
image = 'vu_tequiladrink.png',
mixed = false,
prop = {main = 'prop_tequila_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_tequilabottle', label = 'Tequila bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
{
label = 'Vodka Glass',
item = 'vu_vodkadrink',
amount = 5,
image = 'vu_vodkadrink.png',
mixed = false,
prop = {main = 'prop_vodka_bottle', glass = {empty = 'lts_prop_tumbler_cs2_s2', full = 'p_tumbler_cs2_s'}},
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_ice', label = 'Ice cube', amount = 5},
{item = 'vu_vodkabottle', label = 'Vodka bottle', amount = 1},
{item = 'vu_cleanshortglass', label = 'Clean short glass', amount = 5},
},
},
},
},
Snacks = {
Positions = {
{coords = vec4(130.10, -1321.74, 19.45, 55.0), pedPos = vec4(130.61, -1322.10, 19.41, 55.0), cam = vec4(129.18, -1322.52, 20.44, 290.0), object = vec3(130.16, -1321.79, 19.45), size = {x = 1.2, y = 0.75, z = 0.85}},
},
Food = {
{
label = 'Nut Bowl',
item = 'vu_nutbowl',
amount = 1,
image = 'vu_nutbowl.png',
prop = {main = 'prop_bar_nuts'},
cookingTime = 10, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_nuts', label = 'Nuts', amount = 1},
{item = 'vu_cleanbowl', label = 'Clean Bowl', amount = 1},
},
},
{
label = 'Bean Bowl',
item = 'vu_beanbowl',
amount = 1,
image = 'vu_beanbowl.png',
prop = {main = 'prop_bar_beans'},
cookingTime = 10, -- Cooking time [in seconds].
ingredients = {
{item = 'vu_beans', label = 'Beans', amount = 1},
{item = 'vu_cleanbowl', label = 'Clean Bowl', amount = 1},
},
},
},
},
IceMachine = {
Positions = {
{coords = vec4(138.66, -1326.07, 19.35, 325.0), pedPos = vec4(138.24, -1326.76, 19.39, 325.0), cam = vec4(137.53, -1325.08, 20.27, 205.00), object = {use = true, coords = vec3(138.667, -1326.070, 18.35), xRot = 0.0, yRot = 0.0, zRot = -33.882}, size = {x = 0.75, y = 1.15, z = 0.85}},
},
Food = {
{
label = 'Ice Cube',
item = 'vu_ice',
amount = 5,
image = 'vu_ice.png',
cookingTime = 5, -- Cooking time [in seconds].
ingredients = {
{item = 'water', label = 'Water', amount = 1},
},
},
},
},
},
CashRegisters = {
Registers = {
{coords = vec4(133.62, -1325.32, 19.50, 143.19), size = {x = 0.55, y = 0.55, z = 0.55}},
{coords = vec4(131.09, -1323.47, 19.50, 143.19), size = {x = 0.55, y = 0.55, z = 0.55}},
{coords = vec4(124.54, -1293.06, 29.21, -148.96), size = {x = 0.55, y = 0.55, z = 0.55}},
},
},
PoliceAlerts = {
Alerts = {
{coords = vec4(130.66, -1322.95, 19.08, 145.0), object = {use = true, coords = vec3(130.66, -1322.95, 19.08), xRot = 0.211, yRot = -0.262, zRot = 145.553}, size = {x = 0.25, y = 0.25, z = 0.35}},
{coords = vec4(134.41, -1325.61, 19.09, 145.0), object = {use = true, coords = vec3(134.41, -1325.61, 19.09), xRot = 0.211, yRot = -0.262, zRot = 145.553}, size = {x = 0.25, y = 0.25, z = 0.35}},
},
},
Delivery = {
StartDelivery = {
{coords = vec4(122.05, -1294.82, 29.60, 210.0), pedPos = vec4(121.90, -1294.58, 29.22, 210.0), object = {use = true, coords = vec3(122.05, -1294.82, 29.60), xRot = 90.0, yRot = 0.0, zRot = -150.128}, size = {x = 0.25, y = 0.25, z = 0.45}},
},
},
Missions = {
StartMission = {
{coords = vec4(125.95, -1318.95, 19.75, 57.0), pedPos = vec4(126.20, -1319.21, 19.42, 57.0), storagePos = vec4(141.91, -1323.53, 19.43, 325.0), size = {x = 1.35, y = 0.25, z = 0.95}},
},
DirtySpots = {
Ground = {
vec4(127.20, -1320.25, 19.41, 130.08),
vec4(126.86, -1325.75, 19.41, 168.31),
vec4(122.72, -1325.38, 19.41, 85.81),
vec4(119.68, -1325.05, 19.71, 91.05),
vec4(117.80, -1329.09, 19.42, 149.72),
vec4(121.17, -1332.27, 19.41, 234.55),
vec4(125.09, -1330.64, 19.41, 284.06),
vec4(128.46, -1331.63, 19.40, 256.35),
vec4(131.81, -1328.01, 19.40, 320.24),
vec4(136.44, -1330.04, 19.38, 248.53),
vec4(140.49, -1326.70, 19.38, 330.84),
vec4(137.75, -1332.65, 19.38, 184.73),
vec4(133.02, -1338.06, 19.38, 133.66),
vec4(130.53, -1342.87, 19.68, 147.42),
vec4(128.00, -1336.80, 19.39, 36.25),
},
Tables = {
vec4(121.79, -1330.63, 19.41, 2.87),
vec4(125.15, -1333.33, 19.40, 230.84),
vec4(125.02, -1328.73, 19.41, 38.93),
vec4(126.73, -1324.78, 19.41, 65.89),
vec4(129.77, -1327.81, 19.40, 108.03),
vec4(135.74, -1327.69, 19.39, 326.30),
vec4(133.99, -1326.45, 19.39, 326.39),
vec4(132.17, -1325.16, 19.40, 324.46),
vec4(130.28, -1323.83, 19.41, 328.76),
vec4(129.47, -1321.31, 19.41, 238.26),
},
},
},
DancingPole = {
Positions = {
{
coords = vec4(131.93, -1333.10, 19.68, 55.0),
npcDancer = true,
customClothing = {
use = true,
ped = 'mp_f_freemode_01',
face = {
shapeFather = 25, shapeMother = 0, shapeThird = 0,
skinFather = 5, skinMother = 2, skinThird = 0,
shapeMix = 0.5, skinMix = 0.5, thirdMix = 0.0,
},
hair = {
style = 3,
color = 3,
highlight = 3,
},
tshirt_1 = 14, tshirt_2 = 0,
torso_1 = 22, torso_2 = 1,
bproof_1 = 0, bproof_2 = 0,
decals_1 = 0, decals_2 = 0,
arms = 4,
pants_1 = 20, pants_2 = 1,
shoes_1 = 8, shoes_2 = 0,
helmet_1 = -1, helmet_2 = 0,
bag_1 = 0, bag_2 = 0,
mask_1 = -1, mask_2 = 1,
chain_1 = 0, chain_2 = 0,
ears_1 = -1, ears_2 = 0,
glasses_1 = -1, glasses_2 = 0,
watches_1 = -1, watches_2 = 0,
bracelets_1 = -1, bracelets_2 = 0,
},
size = {x = 1.85, y = 1.85, z = 1.25},
},
},
},
MoneyThrow = {
Positions = {
{coords = vec4(130.03, -1331.87, 19.40, 235.0), pedPos = vec4(130.03, -1331.87, 19.40, 235.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(129.22, -1333.21, 19.40, 235.0), pedPos = vec4(129.22, -1333.21, 19.40, 235.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(130.97, -1330.44, 19.40, 235.0), pedPos = vec4(130.97, -1330.44, 19.40, 235.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(129.44, -1335.39, 19.40, 325.0), pedPos = vec4(129.44, -1335.39, 19.40, 325.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(130.43, -1336.04, 19.40, 325.0), pedPos = vec4(130.43, -1336.04, 19.40, 325.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(132.86, -1329.95, 19.40, 150.0), pedPos = vec4(132.86, -1329.95, 19.40, 150.0), size = {x = 0.45, y = 0.45, z = 1.25}},
{coords = vec4(134.44, -1331.00, 19.40, 150.0), pedPos = vec4(134.44, -1331.00, 19.40, 150.0), size = {x = 0.45, y = 0.45, z = 1.25}},
},
},
Pimp = {
Positions = {
{coords = vec4(117.59, -1305.32, 29.23, 222.0), size = {x = 0.45, y = 0.45, z = 1.25}},
},
},
DancingPlatform = {
Positions = {
{coords = vec4(127.33, -1349.50, 24.65, 150.71), pedPos = vec4(127.33, -1349.50, 24.65, 131.29), npcWay = {vec4(133.54, -1349.32, 24.65, 55.0), vec4(129.24, -1346.44, 24.69, 155.71), vec4(128.28, -1348.31, 24.67, 148.72), vec4(127.33, -1349.50, 23.65, 150.71)}, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(124.33, -1347.32, 24.65, 150.71), pedPos = vec4(124.33, -1347.32, 24.65, 131.29), npcWay = {vec4(133.54, -1349.32, 24.65, 55.0), vec4(129.24, -1346.44, 24.69, 55.0), vec4(125.48, -1345.11, 24.67, 148.72), vec4(124.85, -1346.05, 24.67, 148.72), vec4(124.33, -1347.32, 23.65, 150.71)}, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(116.91, -1342.33, 24.65, 150.71), pedPos = vec4(116.91, -1342.33, 24.65, 131.29), npcWay = {vec4(133.54, -1349.32, 24.65, 55.0), vec4(129.24, -1346.44, 24.69, 55.0), vec4(125.48, -1345.11, 24.67, 55.0), vec4(122.67, -1342.97, 24.71, 55.0), vec4(118.23, -1340.32, 24.67, 148.72), vec4(116.91, -1342.33, 23.65, 150.71)}, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(113.80, -1340.38, 24.65, 150.71), pedPos = vec4(113.80, -1340.38, 24.65, 131.29), npcWay = {vec4(133.54, -1349.32, 24.65, 55.0), vec4(129.24, -1346.44, 24.69, 55.0), vec4(125.48, -1345.11, 24.67, 55.0), vec4(122.67, -1342.97, 24.71, 55.0), vec4(115.11, -1338.07, 24.67, 148.72), vec4(113.80, -1340.38, 23.65, 150.71)}, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(131.25, -1313.45, 24.79, 330.00), pedPos = vec4(131.25, -1313.45, 24.79, 330.00), npcWay = {vec4(133.42, -1349.16, 24.73, 55.0), vec4(129.94, -1314.72, 24.94, 330.00), vec4(131.25, -1313.45, 23.96, 330.00)}, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(134.48, -1315.49, 24.79, 330.00), pedPos = vec4(134.48, -1315.49, 24.79, 330.00), npcWay = {vec4(133.42, -1349.16, 24.73, 55.0), vec4(133.31, -1317.04, 24.94, 330.00), vec4(134.48, -1315.49, 23.96, 330.00)}, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(142.12, -1320.76, 24.79, 330.00), pedPos = vec4(142.12, -1320.76, 24.79, 330.00), npcWay = {vec4(133.42, -1349.16, 24.73, 55.0), vec4(140.67, -1321.76, 24.94, 330.00), vec4(142.12, -1320.76, 23.96, 330.00)}, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(145.21, -1322.72, 24.79, 330.00), pedPos = vec4(145.21, -1322.72, 24.79, 330.00), npcWay = {vec4(133.42, -1349.16, 24.73, 55.0), vec4(144.33, -1324.07, 24.94, 330.00), vec4(145.21, -1322.72, 23.96, 330.00)}, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(129.03, -1343.34, 24.65, 326.71), pedPos = vec4(129.03, -1343.34, 24.65, 131.29), npcWay = {vec4(133.54, -1349.32, 24.65, 55.0), vec4(127.52, -1345.87, 24.69, 330.0), vec4(128.30, -1344.54, 24.65, 330.0), vec4(129.03, -1343.34, 23.65, 326.71)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(123.71, -1340.21, 24.65, 326.71), pedPos = vec4(123.71, -1340.21, 24.65, 326.71), npcWay = {vec4(133.54, -1349.32, 24.65, 55.0), vec4(127.52, -1345.87, 24.69, 55.0), vec4(122.21, -1342.57, 24.69, 330.0), vec4(123.10, -1341.21, 24.65, 330.0), vec4(123.71, -1340.21, 23.65, 326.71)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(118.46, -1336.74, 24.65, 326.71), pedPos = vec4(118.46, -1336.74, 24.65, 326.71), npcWay = {vec4(133.54, -1349.32, 24.65, 55.0), vec4(127.52, -1345.87, 24.69, 55.0), vec4(122.21, -1342.57, 24.69, 55.0), vec4(116.84, -1339.23, 24.73, 324.15), vec4(117.86, -1337.64, 24.65, 330.0), vec4(118.46, -1336.74, 23.65, 326.71)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(129.40, -1319.76, 24.79, 150.00), pedPos = vec4(129.40, -1319.76, 24.79, 150.00), npcWay = {vec4(133.42, -1349.16, 24.73, 55.0), vec4(130.09, -1318.63, 24.94, 150.00), vec4(129.40, -1319.76, 24.96, 55.00)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(134.75, -1323.23, 24.79, 150.00), pedPos = vec4(134.75, -1323.23, 24.79, 150.00), npcWay = {vec4(133.42, -1349.16, 24.73, 55.0), vec4(135.33, -1322.22, 24.94, 150.00), vec4(129.40, -1319.76, 23.96, 55.00)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
{coords = vec4(139.89, -1326.77, 24.79, 150.00), pedPos = vec4(139.89, -1326.77, 24.79, 150.00), npcWay = {vec4(133.42, -1349.16, 24.73, 55.0), vec4(140.49, -1325.73, 24.94, 150.00), vec4(139.89, -1326.77, 23.96, 55.00)}, cabin = true, size = {x = 0.85, y = 0.85, z = 0.25}},
},
},
PrivateDance = { -- Positions for npc dancers are taken from DancingPlatform.
DancerSpawnPos = vec4(132.66, -1350.84, 24.65, 330.0),
Positions = { -- Npc guard.
{coords = vec4(130.72, -1349.67, 24.66, 12.0), npcDancer = true, size = {x = 0.75, y = 0.75, z = 1.50}},
},
},
Fridge = {
Positions = {
{coords = vec4(138.38, -1323.75, 19.62, 235.0), size = {x = 1.65, y = 0.85, z = 2.85}},
{coords = vec4(127.93, -1316.44, 19.41, 58.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(127.47, -1317.20, 19.41, 58.0), size = {x = 0.75, y = 0.75, z = 1.85}},
{coords = vec4(137.93, -1325.36, 18.95, -34.0), size = {x = 1.35, y = 0.65, z = 0.85}},
},
},
CigaretteVending = {
Positions = {
{coords = vec4(127.42, -1298.66, 29.56, -150.0), pedPos = vec4(127.42, -1298.21, 29.23, 185.0), size = {x = 0.75, y = 0.65, z = 0.85}},
},
},
NpcGuard = {
Positions = {
-- Inside
{coords = vec4(124.59, -1292.20, 29.22, 210.00), menu = true, pedPos = vec4(125.33, -1293.37, 29.21, 30.0), size = {x = 0.75, y = 0.65, z = 0.85}},
-- Outside
{coords = vec4(128.00, -1299.62, 29.23, 222.35), size = {x = 0.75, y = 0.65, z = 0.85}},
},
},
DjTable = {
Positions = {
{coords = vec4(139.273, -1341.280, 19.91, 102.0), distance = 18, pedPos = vec4(138.91, -1342.78, 20.12, 3.0), soundPos = vec3(114.41, -1285.58, 28.26), size = {x = 2.3, y = 2.3, z = 1.15}},
},
},
Teleport = {
Positions = {
-- No teleports needed in this map.
},
},
Trash = {
Positions = {
{coords = vec4(131.34, -1320.98, 18.69, 145.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(123.33, -1290.49, 28.59, 31.0), size = {x = 0.65, y = 0.65, z = 0.85}},
{coords = vec4(126.72, -1291.65, 28.57, 31.0), size = {x = 0.65, y = 0.65, z = 0.85}},
},
},
SupplyShop = {
Positions = {
{coords = vec4(1239.75, -3179.48, 7.10, 315.0), size = {x = 1.20, y = 1.20, z = 1.50}},
},
Items = {
-- Bottles
{item = 'vu_rhumbottle', label = 'Rhum Bottle', icon = 'vu_rhumbottle.png', price = 50},
{item = 'vu_tequilabottle', label = 'Tequila Bottle', icon = 'vu_tequilabottle.png', price = 55},
{item = 'vu_vodkabottle', label = 'Vodka Bottle', icon = 'vu_vodkabottle.png', price = 55},
{item = 'vu_whiskeybottle', label = 'Whiskey Bottle', icon = 'vu_whiskeybottle.png', price = 55},
-- Glassware
{item = 'vu_cleanshortglass', label = 'Clean short glass', icon = 'vu_cleanshortglass.png', price = 5},
{item = 'vu_cleantallglass', label = 'Clean Tall Glass', icon = 'vu_cleantallglass.png', price = 5},
{item = 'vu_cleancocktailglass', label = 'Clean Cocktail Glass', icon = 'vu_cleancocktailglass.png', price = 5},
{item = 'vu_cleanbowl', label = 'Clean Bowl', icon = 'vu_cleanbowl.png', price = 5},
-- Ingredients
{item = 'vu_sugar', label = 'Sugar', icon = 'vu_sugar.png', price = 3},
{item = 'vu_soda', label = 'Soda', icon = 'vu_soda.png', price = 10},
{item = 'vu_coconutcream', label = 'Coconut Cream', icon = 'vu_coconutcream.png', price = 8},
{item = 'vu_juice', label = 'Juice', icon = 'vu_juice.png', price = 12},
{item = 'vu_nuts', label = 'Nuts', icon = 'vu_nuts.png', price = 6},
{item = 'vu_beans', label = 'Beans', icon = 'vu_beans.png', price = 6},
-- Cutting Table
{item = 'vu_rawlemon', label = 'Lemon', icon = 'vu_rawlemon.png', price = 7},
{item = 'vu_rawstrawberry', label = 'Strawberry', icon = 'vu_rawstrawberry.png', price = 9},
{item = 'vu_rawlime', label = 'Lime', icon = 'vu_rawlime.png', price = 7},
{item = 'vu_slicedmint', label = 'Mint', icon = 'vu_slicedmint.png', price = 5},
-- Other
{item = 'vu_cleansponge', label = 'Clean Sponge', icon = 'vu_cleansponge.png', price = 2},
},
},
Dog = {
Positions = {
{coords = vec4(127.63, -1300.18, 29.23, 235.15), pedPos = vec4(128.13, -1300.49, 29.23, 60.0), size = {x = 1.20, y = 1.20, z = 1.50}},
},
},
NpcEmployee = {
Positions = {
{coords = vec4(133.26, -1324.39, 19.40, 145.0), hotTablePos = vec4(131.97, -1322.18, 19.40, 330.0), size = {x = 1.20, y = 1.20, z = 1.50}},
},
},
MenuList = { -- Items displayed in food menu + npc employee menu.
Items = {
-- Drinks
{category = 'Drinks', items = {
{item = 'vu_unicornblissdrink', label = 'Unicorn Bliss', icon = 'vu_unicornblissdrink.png', price = 60},
{item = 'vu_mojitodrink', label = 'Mojito Drink', icon = 'vu_mojitodrink.png', price = 50},
{item = 'vu_lossantosdrink', label = 'Los Santos', icon = 'vu_lossantosdrink.png', price = 45},
{item = 'vu_pinacoladadrink', label = 'Piña Colada', icon = 'vu_pinacoladadrink.png', price = 55},
{item = 'vu_tequilasunrisedrink', label = 'Tequila Sunrise', icon = 'vu_tequilasunrisedrink.png', price = 55},
{item = 'vu_paletobaydrink', label = 'Paleto Bay', icon = 'vu_paletobaydrink.png', price = 40},
{item = 'vu_whiskeydrink', label = 'Whiskey Glass', icon = 'vu_whiskeydrink.png', price = 25},
{item = 'vu_rhumdrink', label = 'Rhum Glass', icon = 'vu_rhumdrink.png', price = 20},
{item = 'vu_tequiladrink', label = 'Tequila Glass', icon = 'vu_tequiladrink.png', price = 25},
{item = 'vu_vodkadrink', label = 'Vodka Glass', icon = 'vu_vodkadrink.png', price = 25},
}},
-- Snacks
{category = 'Snacks', items = {
{item = 'vu_nutbowl', label = 'Nut Bowl', icon = 'vu_nutbowl.png', price = 15},
{item = 'vu_beanbowl', label = 'Bean Bowl', icon = 'vu_beanbowl.png', price = 12},
}},
},
Positions = {
{coords = vec4(131.15, -1320.54, 20.24, 55.0), size = {x = 0.45, y = 0.8, z = 1.50}},
{coords = vec4(125.72, -1324.70, 19.46, 175.0), size = {x = 0.45, y = 0.45, z = 0.55}},
{coords = vec4(124.41, -1328.04, 19.46, 175.0), size = {x = 0.45, y = 0.45, z = 0.55}},
{coords = vec4(134.04, -1324.74, 24.63, 175.0), size = {x = 0.45, y = 0.45, z = 0.55}},
{coords = vec4(119.11, -1335.96, 24.43, 175.0), size = {x = 0.45, y = 0.45, z = 0.55}},
},
},
}
en
Locales['en'] = {
-- [[ Interactions ]]--
['interact_control'] = '[E] - ',
['interact_duty'] = 'Duty',
['interact_bossmenu'] = 'Boss Menu',
['interact_lockerroom'] = 'Locker',
['interact_storage'] = 'Storage',
['interact_garage'] = 'Garage',
['interact_cuttingtable'] = 'Use cutting table',
['interact_drinks'] = 'Mix drinks',
['interact_snacks'] = 'Make snacks',
['interact_icemachine'] = 'Use ice machine',
['interact_toilet'] = 'Use toilet',
['interact_sink'] = 'Use sink',
['interact_table'] = 'Use table',
['interact_chair'] = 'Use chair',
['interact_cashregister'] = 'Use cash register',
['interact_policealert'] = 'Use police alert',
['interact_delivery'] = 'Get delivery',
['interact_delivery_give_order'] = 'Give order',
['interact_mission'] = 'Get mission',
['interact_dancingpole'] = 'Use dancing pole',
['interact_moneythrow'] = 'Lean',
['interact_dancingplatform'] = 'Dance',
['interact_privatedance'] = 'Order private dance',
['interact_fridge'] = 'Open fridge',
['interact_cigarettevending'] = 'Open cigarette vending',
['interact_npcguard'] = 'Speak to guard',
['interact_djtable'] = 'Interact with dj table',
['interact_teleport'] = 'Teleport',
['interact_pimp'] = 'Talk to pimp',
['interact_trash'] = 'Open trash',
['interact_shop'] = 'Open shop',
['interact_dog'] = 'Pet Dog',
['interact_npcemployee'] = 'Talk To Employee',
['interact_menulist'] = 'Open Food Menu',
--[[ Usable Food Items ]]--
['usableitem_progressbar_eating'] = 'Eating',
['usableitem_progressbar_drinking'] = 'Drinking',
--[[ Boss Menu ]]--
['bossmenu_notify_title'] = 'Boss Menu',
['bossmenu_notify_title_jobcenter'] = 'Job Center',
['bossmenu_title'] = '%s - Boss Menu',
['bossmenu_societyaccount'] = 'Society Account',
['bossmenu_societyaccount_desc'] = 'Check status or deposit/withdraw money.',
['bossmenu_employees'] = 'Employees',
['bossmenu_employees_desc'] = 'Promote/Demote/Fire/Hire people.',
['bossmenu_society_deposit'] = 'Deposit',
['bossmenu_society_withdraw'] = 'Withdraw',
['bossmenu_society_wash'] = 'Wash Money',
['bossmenu_society_label'] = 'Society - %s',
['bossmenu_society_balance'] = 'Balance',
['bossmenu_society_amount'] = 'Amount',
['bossmenu_society_status'] = '%s - Society Account',
['bossmenu_society_status_balance'] = 'Balance',
['bossmenu_society_status_balance_desc'] = '$%s \n\nName: "%s"',
['bossmenu_society_status_deposit'] = 'Deposit',
['bossmenu_society_status_deposit_desc'] = 'Deposit money.',
['bossmenu_society_status_withdraw'] = 'Withdraw',
['bossmenu_society_status_withdraw_desc'] = 'Withdraw money.',
['bossmenu_society_status_wash'] = 'Wash',
['bossmenu_society_status_wash_desc'] = 'Clean dirty money.',
['bossmenu_society_manage_title'] = '%s - Employees',
['bossmenu_society_manage'] = 'Manage',
['bossmenu_society_manage_desc'] = 'Manage employees - Promote/Demote/Fire.',
['bossmenu_society_hire'] = 'Hire',
['bossmenu_society_hire_desc'] = 'Hire new employees.',
['bossmenu_society_manage_employees_title'] = '%s - Employees',
['bossmenu_society_manage_employees_you'] = '%s(YOU)',
['bossmenu_society_manage_employees_desc'] = 'Employee info: \n\n Name: %s \n Grade: %s (%s)',
['bossmenu_society_employee_options_title'] = '%s - Employees - %s',
['bossmenu_society_employee_options_promote'] = 'Promote',
['bossmenu_society_employee_options_promote_desc'] = 'Promote employee.',
['bossmenu_society_cannot_promote'] = 'You cannot promote this employee anymore!',
['bossmenu_society_employee_options_demote'] = 'Demote',
['bossmenu_society_employee_options_demote_desc'] = 'Demote employee.',
['bossmenu_society_cannot_demote'] = 'You cannot demote this employee anymore!',
['bossmenu_society_employee_options_fire'] = 'Fire',
['bossmenu_society_employee_options_fire_desc'] = 'Fire employee.',
['bossmenu_society_hire_employees_title'] = '%s - Employees',
['bossmenu_society_hire_employees_desc'] = 'Person info: \n\n Name: %s',
['bossmenu_society_hire_employees_nobodynear'] = 'Nobody near by!',
['bossmenu_society_action_hired'] = 'You hired %s.',
['bossmenu_society_action_promote'] = 'You promoted %s.',
['bossmenu_society_action_demote'] = 'You demoted %s.',
['bossmenu_society_action_fired'] = 'You fired %s.',
['bossmenu_society_action_hired_effected_player'] = 'You have been hired to %s job!',
['bossmenu_society_action_promote_effected_player'] = 'You have been promoted in %s job to %s (%s)!',
['bossmenu_society_action_demote_effected_player'] = 'You have been demoted in %s job to %s (%s)!',
['bossmenu_society_action_fired_effected_player'] = 'You have been fired from %s job!',
['bossmenu_society_action_money_withdraw_notenough'] = 'There is not enough money in society account to withdraw your desired amount!',
['bossmenu_society_action_money_deposit_notenough'] = 'You dont have enough money to deposit into this society account!',
['bossmenu_society_action_money_deposited'] = 'You just deposited - $%s',
['bossmenu_society_action_money_withdrew'] = 'You just withdrew - $%s',
['bossmenu_nottheboss'] = 'You are not the boss of this company!',
--[[ Cash Register ]]--
['cashregister_wait_for_employee'] = 'Wait for an employee to set a price to pay!',
['cashregister_title'] = 'Cash Register #%s',
['cashregister_amount_to_pay'] = 'Amount to pay',
['cashregister_pay_balance'] = 'Your balance $%s',
['cashregister_pay_amount'] = 'Total Amount: $',
['cashregister_pay_bank'] = 'Pay $%s with your bank.',
['cashregister_pay_cash'] = 'Pay $%s with your cash.',
['cashregister_pay_clear'] = 'Clear cash register',
['cashregister_paid'] = 'You have paid $%s.',
['cashregister_paid_employee_message'] = 'Customer has paid $%s on cash register #%s.',
--[[ Crafting ]]--
['crafting_notify_title'] = 'Cooking',
['crafting_cutting_table_title'] = 'Cutting Table',
['crafting_drinks_title'] = 'Drinks',
['crafting_snacks_title'] = 'Snacks',
['crafting_ice_machine_title'] = 'Ice Machine',
['crafting_desc'] = 'Amount: %s \n Cooking Time: %ss \n\n Ingredients Needed: \n %s',
['crafting_somebody_using'] = 'Somebody is already using this %s!',
['crafting_progressbar_cutting_table_knife'] = 'Taking cutting knife',
['crafting_progressbar_cutting_table'] = 'Making %s',
['crafting_progressbar_drink_taking'] = 'Taking drink',
['crafting_progressbar_drink_taking_glass'] = 'Taking glass',
['crafting_progressbar_drink_taking_shaker'] = 'Taking drink shaker',
['crafting_progressbar_drink_filling_shaker'] = 'Filling up drink shaker',
['crafting_progressbar_drink_filling_shaker_ingredients'] = 'Adding ingredients',
['crafting_progressbar_drink_filling_shaking'] = 'Shaking drink shaker',
['crafting_progressbar_drink_pouring'] = 'Pouring drink',
['crafting_progressbar_snack_taking_empty'] = 'Taking an empty bowl',
['crafting_progressbar_snack_ingredients'] = 'Adding ingredients',
['crafting_progressbar_snack_taking_full'] = 'Taking a full bowl',
['crafting_progressbat_ice_machine'] = 'Taking Ice',
['crafting_finished_cooking'] = 'You just finished making %s.',
['crafting_cinematic_cam_enable'] = '[E] - Enable Cinematic Camera',
['crafting_cinematic_cam_disable'] = '[E] - Disable Cinematic Camera',
['crafting_amount'] = 'Amount to make',
['crafting_missing'] = 'You are missing: %s.',
['crafting_limit'] = 'You are not able to cook more than %s items at one time!',
--[[ Delivery ]]--
['delivery_menu_header'] = 'Delivery',
['delivery_menu_call_title'] = 'Accept call',
['delivery_menu_call_desc'] = 'Accept call from a customer.',
['delivery_menu_cancel_title'] = 'Cancel delivery',
['delivery_menu_cancel_desc'] = 'Cancel your order delivery.',
['delivery_phone_occupied'] = 'Somebody is already using this phone!',
['delivery_canceled_order'] = 'You have just canceled your order delivery.',
['delivery_progressbar_getting'] = 'Getting order from an customer',
['delivery_progressbar_giving'] = 'Giving order to customer',
['delivery_reconnect_get_back'] = 'Delivery mission has been set back to you.',
['delivery_location'] = 'Delivery Location',
['delivery_accepted_order'] = 'You have just accepted an order.',
['delivery_customer'] = 'Customer',
['delivery_finished'] = 'Good job! You have just finished your delivery.',
['delivery_customer_angry'] = 'Where are my napkins !!!',
['delivery_customer_happy'] = 'Thank you very much!',
['delivery_cooldown_end'] = 'You can do another %s delivery now.',
['delivery_got_tip'] = 'You got a $%s tip from the customer!',
['delivery_cooldown_need_to_wait'] = 'You need to wait %ss before doing another delivery!',
['delivery_order_info'] = 'Order: %s(%sx).',
['delivery_order_missing'] = 'My order had %s(%sx), where is it ?',
--[[ Dog ]]--
['dog_progressbar_petting'] = 'Petting dog',
['dog_occupied'] = 'This dog is occupied!',
--[[ Duty ]]--
['duty_notify_title'] = 'Duty',
['duty_menu_title'] = 'Duty - %s',
['duty_menu_sign_in'] = 'Sign in',
['duty_menu_sign_in_desc'] = 'Sign in and start working',
['duty_progressbar_sign_in'] = 'Signing in',
['duty_menu_sign_out'] = 'Sign out',
['duty_menu_sign_out_desc'] = 'Sign out and stop working',
['duty_progressbar_sign_out'] = 'Signing out',
['duty_went_on_duty'] = 'You just went on duty.',
['duty_went_off_duty'] = 'You just went off duty.',
['duty_on_duty'] = 'You are on duty.',
['duty_off_duty'] = 'You are not on duty.',
--[[ Garage ]]--
['garage_notify_title'] = 'Garage',
['garage_menu_title_take_out'] = 'Garage - %s - Take Out',
['garage_menu_disc_take_out'] = 'Vehicle info: \n\n\n Type: %s \n Grade: %s',
['garage_menu_title_store'] = 'Garage - %s - Store',
['garage_menu_disc_store'] = 'Vehicle info: \n\n\n Type: %s',
['garage_vehicle_too_far'] = 'Your vehicle is too far away from the garage - %s!',
['garage_vehicle_stored'] = 'You stored a vehicle into garage - %s.',
['garage_not_enough_experience'] = 'You dont have enough experience to take out this vehicle - %s!',
['garage_blocked'] = 'Garage exit is blocked!',
['garage_car_limit'] = 'You can have take out only one vehicle!',
['garage_progressbar_vehicle_loading'] = 'Loading vehicle',
['garage_vehicle_taken_out'] = 'You took a vehicle from garage - %s.',
--[[ Locker Room ]]--
['lockerroom_menu_title'] = 'Locker - %s',
['lockerroom_menu_civil'] = 'Civil outfit',
['lockerroom_menu_civil_desc'] = 'Put on your civil outfit.',
['lockerroom_menu_work_desc'] = 'Outfit info: \n\n Name: %s \n Grade: %s',
['lockerroom_grade_low'] = 'You cannot wear this outfit because your grade is too low!',
['lockerroom_progressbar_changing'] = 'Changing outfit',
--[[ Menu List ]]--
['menulist_menu_title'] = '%s Food Menu',
['menulist_menu_desc'] = 'Price: $%s',
--[[ Missions ]]--
['mission_menu_title'] = 'Missions',
['mission_menu_sweeping_title'] = 'Sweep the ground',
['mission_menu_sweeping_title_desc'] = 'You will sweep the ground with a broom.',
['mission_menu_clean_tables_title'] = 'Clean the tables',
['mission_menu_clean_tables_title_desc'] = 'You will clean the tables with a sponge.',
['mission_finish_message'] = 'Finish your mission in order to claim this reward',
['mission_store_broom_message'] = 'Store your broom in order to claim this reward',
['mission_enjoy_reward_message'] = 'Enjoy your reward',
['mission_menu_current_progress_desc'] = 'Current progress: %s/100 \n\n %s.',
['mission_menu_cancel'] = 'Cancel mission',
['mission_menu_cancel_desc'] = 'You will cancel your current mission.',
['mission_store_broom'] = 'Go store your broom.',
['mission_menu_start_mission_message'] = 'You will start sweeping the floor.',
['mission_menu_start_mission_message2'] = 'You will start cleaning the tables.',
['mission_menu_start_title'] = 'Missions - Confirm',
['mission_menu_start_disc'] = 'Start Working',
['mission_occupied'] = 'You are not able to do this mission because other employees are currently doing it!',
['mission_store_take_broon'] = '[E] -',
['mission_store_broon'] = 'Store broom',
['mission_take_broom'] = 'Take broom',
['mission_spots_left'] = 'Good job! Only %s dirty spots left!',
['mission_spots_finished'] = 'Good job! All dirty spots are cleaned! Store your broom in order to take your reward.',
['mission_spots_only_left'] = 'Good job! Only %s dirty tables left!',
['mission_spots_finished_reward'] = 'Good job! All dirty tables are cleaned! You can take your reward now.',
['mission_clean_sponges'] = 'clean sponges',
['mission_start_clean'] = '[E] - Clean',
['mission_progressbar_sweeping'] = 'Sweeping',
['mission_progressbar_cleaning'] = 'Cleaning',
['mission_progressbar_taking_broom'] = 'Taking broom',
['mission_progressbar_storing_broom'] = 'Storing broom',
['mission_canceled_normal'] = 'You have just canceled your mission!',
['mission_canceled_force'] = 'Your mission was just canceled!',
['mission_can_take_reward'] = 'You can take your reward now!',
['mission_started_mission'] = 'You have just started a mission!',
['mission_cooldown_need_to_wait'] = 'You need to wait %ss before doing missions again!',
['mission_reward_end'] = 'You can do %s missions now.',
['mission_reward_claimed'] = 'You have just claimed your reward!',
--[[ Npc Employee ]]--
['npcemployee_notify_title'] = 'Employee',
['npcemployee_menu_title'] = 'Employee',
['npcemployee_menu_order_title'] = 'Order food',
['npcemployee_menu_order_desc'] = 'Order some delicious food.',
['npcemployee_employees_on_duty'] = 'There are other employees, dont bother me!',
['npcemployee_menu_take_food'] = 'Take food',
['npcemployee_menu_take_food_desc'] = 'Take your food from the employee.',
['npcemployee_occupied'] = 'This employeee is occupied!',
['npcemployee_order'] = '%s Order',
['npcemployee_order_ready'] = 'Your order is ready.',
['npcemployee_taking_food'] = 'Taking food',
['npcemployee_stock_available'] = 'Available %sx',
['npcemployee_stock_purchase_desc'] = 'Purchase %s for $%s \n\n Available: %sx',
['npcemployee_stock_adjust_purchase_desc'] = 'Available: %sx',
['npcemployee_stock_adjust_title'] = 'Adjust Stock',
['npcemployee_stock_adjust_desc'] = 'Add or remove items from stock.',
['npcemployee_stock_title'] = '%s Stock',
['npcemployee_stock_desc'] = 'Amount to add or remove',
['npcemployee_stock_adjust_add_title'] = 'Add',
['npcemployee_stock_adjust_add_desc'] = 'Add %s(%sx) into storage.',
['npcemployee_stock_adjust_remove_title'] = 'Take',
['npcemployee_stock_adjust_remove_desc'] = 'Take %s(%sx) from storage.',
['npcemployee_stock_not_enough'] = 'You dont have enough %s.',
['npcemployee_stock_not_enough_storage'] = 'There is not enough %s in the storage.',
['npcemployee_stock_gone'] = 'Amount you have selected is not in stock anymore!',
['npcemployee_stock_not_enough_stock'] = 'There is not this much %s in stock!',
--[[ Police Alert ]]--
['policealert_menu_title'] = 'Police Alert',
['policealert_menu_activate_title'] = 'Activate',
['policealert_menu_activate_desc'] = 'Activate police alert.',
['policealert_progressbar_activating'] = 'Activating police alert',
['policealert_just_activated'] = 'You have just activated police alert #%s.',
['policealert_cooldown_need_to_wait'] = 'You need to wait %ss before activating this police alert again!',
--[[ Shop ]]--
['shop_menu_title'] = '%s supply shop',
['shop_menu_purchase_desc'] = 'Purchase %s for $%s',
['shop_amount_to_buy'] = 'Amount to buy',
['shop_payment_choice_title'] = 'Shop - Payment Choice',
['shop_payment_no_method'] = 'No payment method available',
['shop_payment_bank_title'] = 'Bank',
['shop_payment_bank_desc'] = 'Pay $%s with your bank.',
['shop_payment_cash_title'] = 'Cash',
['shop_payment_cash_desc'] = 'Pay $%s with your cash.',
['shop_menu_purchase_title'] = 'Shop - %s',
['shop_menu_purchase_confirm_title'] = 'Confirm your purchase of $%s',
['shop_menu_purchase_confirm_desc'] = 'Payment: %s. \n Basket: %s - %sx.',
['shop_purchased'] = 'You just purchased %s(%sx) for $%s.',
--[[ Storage ]]--
['storage_menu_title'] = '%s - Storage Menu',
['storage_menu_company_title'] = 'Company Storage',
['storage_menu_company_desc'] = 'Open company storage.',
['storage_menu_personal_title'] = 'Personal Storage',
['storage_menu_personal_desc'] = 'Open personal storage.',
['storage_company_stash_name'] = 'Company(%s)',
['storage_personal_stash_name'] = 'Personal(%s)',
['storage_not_avalible'] = 'Storage not avalible!',
['storage_progressbar_open'] = 'Opening %s storage',
--[[ Tables And Chairs ]]--
['tablechairs_menu_title'] = 'Chair',
['tablechairs_menu_chair_title'] = 'Use',
['tablechairs_menu_chair_desc'] = 'Sit on this chair.',
['tablechairs_chair_occupied'] = 'Somebody is already using this chair!',
['tablechairs_exit'] = '[E] - Exit chair',
['tablechairs_exit_table'] = ', [H] - Open Table',
-- ['tablechairs_exit_table_menulist'] = ', [K] - Open Food Menu',
['tablechairs_stash_name'] = '%s table (%s)',
['tablechairs_stash_label'] = 'Table - (%s)',
--[[ Toilet And Sink ]]--
['toilet_menu_title'] = 'Toilet',
['toilet_menu_use_title'] = 'Use',
['toilet_menu_normal_desc'] = 'Use this toilet to poop.',
['toilet_menu_hard_desc'] = 'Use this toilet to poop (push hard).',
['toilet_menu_pee_desc'] = 'Use this toilet to pee.',
['toilet_occupied'] = 'Somebody is already using this toilet!',
['toilet_pants_on'] = 'You are not able to poop while you have your pants on!',
['toilet_exit'] = '[E] - Exit Toilet',
['sink_menu_title'] = 'Sink',
['sink_menu_hands_desc'] = 'Wash your hands.',
['sink_menu_face_desc'] = 'Clean your face.',
['sink_occupied'] = 'Somebody is already using this sink!',
['sink_stop_cleaning'] = '[E] - Stop cleaning your %s.',
['sink_employee_menu_clean_title'] = 'Clean',
['sink_employee_menu_clean_desc'] = 'Wash dirty glasses, bowls...',
['sink_employee_menu_clean_items_title'] = 'Sink - Clean',
['sink_employee_menu_clean'] = 'Wash',
['sink_employee_menu_clean_cup_desc'] = 'Wash dirty cups.',
['sink_employee_menu_clean_short_desc'] = 'Wash dirty short cups.',
['sink_employee_menu_clean_tall_desc'] = 'Wash dirty tall cups.',
['sink_employee_menu_clean_cocktail_desc'] = 'Wash dirty cocktail cups.',
['sink_employee_menu_clean_bowl_desc'] = 'Wash dirty bowls.',
['sink_employee_menu_dirty_glass_washing_label'] = 'dirty glass',
['sink_employee_menu_dirty_bowl_washing_label'] = 'dirty bowl',
['sink_employee_menu_clean_sponge'] = 'Wash',
['sink_employee_menu_clean_sponge_desc'] = 'Wash dirty sponges.',
['sink_employee_menu_dirty_sponge_washing_label'] = 'dirty sponge',
['sink_employee_menu_set_amount_desc'] = 'Amount to clean',
['sink_employee_progressbar_cleaning'] = 'Cleaning %s',
['sink_finished_cleaning'] = 'You just finished cleaning 1x %s.',
['sink_item_not_have'] = 'You dont have any %s to clean!',
--[[ Dancing Pole ]]--
['dancingpole_menu_title'] = 'Dancing Pole',
['dancingpole_menu_pole_title'] = 'Use',
['dancingpole_menu_pole_desc'] = 'Dance on this pole.',
['dancingpole_cooldown'] = 'Please wait a moment before changing your animation again!',
['dancingpole_occupied'] = 'Somebody is already using this pole!',
['dancingpole_exit'] = '[E] - Exit pole',
--[[ Money Throw ]]--
['moneythrow_menu_title'] = 'Stage',
['moneythrow_menu_pole_title'] = 'Use',
['moneythrow_menu_pole_desc'] = 'Lean on stage.',
['moneythrow_label'] = 'Throw Money',
['moneythrow_amount'] = 'Amount to throw',
['moneythrow_occupied'] = 'Somebody is already leaning here!',
['moneythrow_exit'] = '[E] - Stop leaning, [H] - Throw money($%s), [U] - Change amount',
--[[ Pimp ]]--
['pimp_menu_title'] = 'Pimp',
['pimp_menu_cancel_title'] = 'Cancel',
['pimp_menu_cancel_desc'] = 'Hooker Info: \n\nName: %s',
['pimp_menu_set_waipoint_title'] = 'Set gps',
['pimp_menu_notbusy'] = '%s is currently available.',
['pimp_menu_desc'] = '%s: $%s \n%s: $%s',
['pimp_menu_busy'] = '%s is currently busy with another client.',
['pimp_menu_interact_title'] = 'Hooker',
['pimp_menu_interact_blowJob_title'] = 'Blow Job',
['pimp_menu_interact_sex_title'] = 'Sex',
['pimp_menu_interact_price_desc'] = 'Price: $%s',
['pimp_progressbar_in_action'] = '...',
['pimp_hooker_disturb'] = 'Find a place where we wont be disturbed',
['pimp_hooker_passager_seat_empty'] = 'Your passager seat needs to be empty in order to pick up a hooker!',
['pimp_hooker_driver_seat'] = 'You need to be in the driver seat in order to pick up a hooker!',
['pimp_hooker_occupied'] = 'Hooker has been already hired!',
['pimp_hooker_interact'] = '[E] - Open hooker menu, [N] - Kick hooker out',
['pimp_hooker_alert'] = '[E] - Alert hooker',
--[[ Dancing Platform ]]--
['dancing_platform_menu_title'] = 'Dancing Platform',
['dancing_platform_menu_platform_title'] = 'Use',
['dancing_platform_menu_platform_desc'] = 'Dance on this platform.',
['dancing_platform_occupied'] = 'Somebody is already dancing here!',
['dancing_platform_exit'] = '[E] - Stop dancing',
--[[ Private Dance ]]--
['private_dance_menu_title'] = 'Private Dances',
['private_dance_menu_cabin'] = 'Cabin',
['private_dance_menu_booth'] = 'Booth',
['private_dance_menu_room_title'] = 'Private Cabin',
['private_dance_menu_room_desc'] = 'Price: $%s per %smin\n\nCheck available cabins.',
['private_dance_menu_booth_title'] = 'Private Booth',
['private_dance_menu_booth_desc'] = 'Price: $%s per %smin\n\nCheck available booths.',
['private_dance_menu_hiring_title'] = 'Change time',
['private_dance_menu_hiring_desc'] = 'Current hiring time: %smin.',
['private_dance_menu_set_time_title'] = 'Set hiring time',
['private_dance_menu_set_time_desc'] = 'Time:',
['private_dance_menu_position_check_title'] = 'Postion Check',
['private_dance_menu_position_check_desc'] = 'Check where this %s is located.',
['private_dance_menu_position_check_remove_desc'] = 'Stop showing selected position.',
['private_dance_menu_order_title'] = 'Order',
['private_dance_menu_order_desc'] = 'Order a dancer to this %s.',
['private_dance_menu_id_title'] = '%s - #%s',
['private_dance_menu_id_desc'] = 'Order a dancer or check the position of this %s.',
['private_dance_position_check_enabled'] = 'In order to do this you need to disable position check!',
['private_dance_active'] = 'You can order only one dancer at a time!',
['private_dance_occupied'] = 'This %s is currently occupied!',
--[[ Fridge ]]--
['fridge_stash_name'] = '%s fridge (%s)',
['fridge_stash_label'] = 'Fridge - (%s)',
--[[ Cigarette Vending ]]--
['cigarette_item_using_pack'] = 'Unboxing a pack of cigarettes',
['cigarette_item_using_single_cigarette'] = 'Smoking',
['cigarette_vending_amount_to_buy'] = 'Amount to buy',
['cigarette_vending_progressbar_purchasing'] = 'Purchasing cigarettes',
--[[ Npc Guard ]]--
['npc_guard_menu_title_booth'] = 'Guard - Ticket Booth',
['npc_guard_menu_title_booth_purchase'] = 'Purchase a ticket',
['npc_guard_menu_title_booth_purchase_desc'] = 'Purchase club ticket which will be valid for the next 24h.\n\nPrice: $%s',
['npc_guard_booth_progressbar_paying'] = 'Paying for ticket',
['npc_guard_booth_progressbar_taking'] = 'Taking ticket',
['npc_guard_occupied'] = 'Someone is already purchasing a ticket!',
--[[ Dj Table ]]--
['dj_table_title'] = 'DJ TABLE',
['dj_table_now_playing'] = 'CURRENT TRACK',
['dj_table_select_track'] = 'Select a track',
['dj_table_add_track'] = 'Add Track',
['dj_table_url_placeholder'] = 'Paste YouTube link',
['dj_table_loading'] = 'Loading...',
['dj_table_loading_not_found'] = 'Unknown YouTube Track',
['dj_table_track_list_noTracksIcon'] = '♪',
['dj_table_track_list_noTracksMessage'] = 'No tracks in playlist',
['dj_table_track_list_noTracksHint'] = 'Add tracks to begin playing',
['dj_table_enter_url'] = 'Please enter a URL',
['dj_table_title_link_limitation'] = 'Only YouTube links are supported',
['dj_table_title_track_duplication'] = 'This track is already in the playlist',
['dj_table_occupied'] = 'Someone is already using this dj table!',
--[[ Teleport ]]--
['teleport_progressbar_teleporting'] = 'Teleporting',
['teleport_progressbar_teleporting_cooldown'] = 'You need to wait a little while before teleporting again!',
--[[ Trash ]]--
['trash_stash_name'] = '%s trash (%s)',
['trash_stash_label'] = 'Trash - (%s)',
--[[ Discord Logs ]]--
['discord_logs_message'] = 'Message:',
['discord_logs_player_name'] = 'Player Name:',
['discord_logs_player_discord'] = 'Player Discord:',
['discord_logs_player_char'] = 'Player Char:',
['discord_logs_supply_shop'] = 'Supply shop purchase',
['discord_logs_supply_shop_desc'] = 'Item: **%s** \n Amount: **%s** \n Price **$%s** \n Payment type: **%s**',
['discord_logs_delivery'] = 'Delivery reward',
['discord_logs_delivery_desc'] = 'Player reward: **$%s** \n Society reward: **$%s** \n Tip: **$%s**',
['discord_logs_cashregister'] = 'Cash Register',
['discord_logs_cashregister_desc'] = 'Amount: **$%s**\nSociety: **%s**',
['discord_logs_crafting'] = 'Crafting',
['discord_logs_crafting_desc'] = 'Item: **%s** \n Amount: **%s**',
['discord_logs_missions'] = 'Mission',
['discord_logs_missions_desc'] = 'Reward: **$%s**',
['discord_logs_policealert'] = 'Police Alert',
['discord_logs_policealert_desc'] = 'Player triggered police alert.',
['discord_logs_moneythrow'] = 'Money Throw',
['discord_logs_moneythrow_desc'] = 'Player threw **$%s** on the dance floor.',
['discord_logs_pimp'] = 'Pimp - Hooker',
['discord_logs_pimp_desc'] = 'Player paid **$%s** for a **%s** from a prostitute.',
['discord_logs_private_dance'] = 'Private Dance',
['discord_logs_private_dance_desc'] = 'Player paid **$%s** for a private dance.',
['discord_logs_cigarette_vending'] = 'Cigarette Vending',
['discord_logs_cigarette_vending_desc'] = 'Player purchased **%s** for **$%s**.',
['discord_logs_npc_guard'] = 'Npc Guard',
['discord_logs_npc_guard_desc'] = 'Player purchased a ticket for **$%s**.',
--[[ Other ]]--
['dance_interaction'] = ', [🖱️⬆ / 🖱️⬇] - Dance(%s)',
['busy'] = 'You cannot do this right now!',
['not_allowed'] = 'You are not allowed to do this!',
['amount_not_number'] = 'Amount needs to be a number!',
['amount_too_low'] = 'Amount needs to be more than 0!',
['not_enough_money'] = 'You dont have enough money, you are missing $%s.',
['not_on_duty'] = 'You are not on duty!',
['canceled'] = 'Action was canceled!',
}
de
Locales['de'] = {
-- [[ Interactions ]]--
['interact_control'] = '[E] - ',
['interact_duty'] = 'Dienst',
['interact_bossmenu'] = 'Chefmenü',
['interact_lockerroom'] = 'Spind',
['interact_storage'] = 'Lager',
['interact_garage'] = 'Garage',
['interact_cuttingtable'] = 'Schneidetisch benutzen',
['interact_drinks'] = 'Getränke mixen',
['interact_snacks'] = 'Snacks zubereiten',
['interact_icemachine'] = 'Eismaschine benutzen',
['interact_toilet'] = 'Toilette benutzen',
['interact_sink'] = 'Waschbecken benutzen',
['interact_table'] = 'Tisch benutzen',
['interact_chair'] = 'Stuhl benutzen',
['interact_cashregister'] = 'Kasse benutzen',
['interact_policealert'] = 'Polizeialarm auslösen',
['interact_delivery'] = 'Lieferung annehmen',
['interact_delivery_give_order'] = 'Bestellung übergeben',
['interact_mission'] = 'Auftrag annehmen',
['interact_dancingpole'] = 'Stange benutzen',
['interact_moneythrow'] = 'Anlehnen',
['interact_dancingplatform'] = 'Tanzen',
['interact_privatedance'] = 'Privattanz buchen',
['interact_fridge'] = 'Kühlschrank öffnen',
['interact_cigarettevending'] = 'Zigarettenautomat öffnen',
['interact_npcguard'] = 'Mit Sicherheit sprechen',
['interact_djtable'] = 'DJ-Pult benutzen',
['interact_teleport'] = 'Teleportieren',
['interact_pimp'] = 'Mit Zuhälter sprechen',
['interact_trash'] = 'Müll öffnen',
['interact_shop'] = 'Shop öffnen',
['interact_dog'] = 'Hund streicheln',
['interact_npcemployee'] = 'Mit Mitarbeiter sprechen',
['interact_menulist'] = 'Speisekarte öffnen',
--[[ Usable Food Items ]]--
['usableitem_progressbar_eating'] = 'Essen',
['usableitem_progressbar_drinking'] = 'Trinken',
--[[ Boss Menu ]]--
['bossmenu_notify_title'] = 'Chefmenü',
['bossmenu_notify_title_jobcenter'] = 'Jobcenter',
['bossmenu_title'] = '%s - Chefmenü',
['bossmenu_societyaccount'] = 'Firmenkonto',
['bossmenu_societyaccount_desc'] = 'Kontostand prüfen oder Geld einzahlen/abheben.',
['bossmenu_employees'] = 'Mitarbeiter',
['bossmenu_employees_desc'] = 'Befördern/Degradieren/Entlassen/Einstellen.',
['bossmenu_society_deposit'] = 'Einzahlen',
['bossmenu_society_withdraw'] = 'Abheben',
['bossmenu_society_wash'] = 'Geldwäsche',
['bossmenu_society_label'] = 'Firma - %s',
['bossmenu_society_balance'] = 'Kontostand',
['bossmenu_society_amount'] = 'Betrag',
['bossmenu_society_status'] = '%s - Firmenkonto',
['bossmenu_society_status_balance'] = 'Kontostand',
['bossmenu_society_status_balance_desc'] = '$%s \n\nName: "%s"',
['bossmenu_society_status_deposit'] = 'Einzahlen',
['bossmenu_society_status_deposit_desc'] = 'Geld einzahlen.',
['bossmenu_society_status_withdraw'] = 'Abheben',
['bossmenu_society_status_withdraw_desc'] = 'Geld abheben.',
['bossmenu_society_status_wash'] = 'Waschen',
['bossmenu_society_status_wash_desc'] = 'Schwarzgeld waschen.',
['bossmenu_society_manage_title'] = '%s - Mitarbeiter',
['bossmenu_society_manage'] = 'Verwalten',
['bossmenu_society_manage_desc'] = 'Mitarbeiter verwalten - Befördern/Degradieren/Entlassen.',
['bossmenu_society_hire'] = 'Einstellen',
['bossmenu_society_hire_desc'] = 'Neue Mitarbeiter einstellen.',
['bossmenu_society_manage_employees_title'] = '%s - Mitarbeiter',
['bossmenu_society_manage_employees_you'] = '%s(DU)',
['bossmenu_society_manage_employees_desc'] = 'Mitarbeiterinfo: \n\n Name: %s \n Rang: %s (%s)',
['bossmenu_society_employee_options_title'] = '%s - Mitarbeiter - %s',
['bossmenu_society_employee_options_promote'] = 'Befördern',
['bossmenu_society_employee_options_promote_desc'] = 'Mitarbeiter befördern.',
['bossmenu_society_cannot_promote'] = 'Diesen Mitarbeiter können Sie nicht weiter befördern!',
['bossmenu_society_employee_options_demote'] = 'Degradieren',
['bossmenu_society_employee_options_demote_desc'] = 'Mitarbeiter degradieren.',
['bossmenu_society_cannot_demote'] = 'Diesen Mitarbeiter können Sie nicht weiter degradieren!',
['bossmenu_society_employee_options_fire'] = 'Entlassen',
['bossmenu_society_employee_options_fire_desc'] = 'Mitarbeiter entlassen.',
['bossmenu_society_hire_employees_title'] = '%s - Mitarbeiter',
['bossmenu_society_hire_employees_desc'] = 'Personeninfo: \n\n Name: %s',
['bossmenu_society_hire_employees_nobodynear'] = 'Niemand in der Nähe!',
['bossmenu_society_action_hired'] = 'Sie haben %s eingestellt.',
['bossmenu_society_action_promote'] = 'Sie haben %s befördert.',
['bossmenu_society_action_demote'] = 'Sie haben %s degradiert.',
['bossmenu_society_action_fired'] = 'Sie haben %s entlassen.',
['bossmenu_society_action_hired_effected_player'] = 'Sie wurden für den Job %s eingestellt!',
['bossmenu_society_action_promote_effected_player'] = 'Sie wurden im Job %s zu %s (%s) befördert!',
['bossmenu_society_action_demote_effected_player'] = 'Sie wurden im Job %s zu %s (%s) degradiert!',
['bossmenu_society_action_fired_effected_player'] = 'Sie wurden vom Job %s entlassen!',
['bossmenu_society_action_money_withdraw_notenough'] = 'Auf dem Firmenkonto ist nicht genug Geld für den gewünschten Betrag!',
['bossmenu_society_action_money_deposit_notenough'] = 'Sie haben nicht genug Geld, um es auf dieses Firmenkonto einzuzahlen!',
['bossmenu_society_action_money_deposited'] = 'Sie haben gerade - $%s eingezahlt',
['bossmenu_society_action_money_withdrew'] = 'Sie haben gerade - $%s abgehoben',
['bossmenu_nottheboss'] = 'Sie sind nicht der Chef dieser Firma!',
--[[ Cash Register ]]--
['cashregister_wait_for_employee'] = 'Warten Sie, bis ein Mitarbeiter einen Preis zum Bezahlen festlegt!',
['cashregister_title'] = 'Kasse #%s',
['cashregister_amount_to_pay'] = 'Zu zahlender Betrag',
['cashregister_pay_balance'] = 'Ihr Kontostand $%s',
['cashregister_pay_amount'] = 'Gesamtbetrag: $',
['cashregister_pay_bank'] = '$%s mit Bankkarte bezahlen.',
['cashregister_pay_cash'] = '$%s bar bezahlen.',
['cashregister_pay_clear'] = 'Kasse leeren',
['cashregister_paid'] = 'Sie haben $%s bezahlt.',
['cashregister_paid_employee_message'] = 'Kunde hat $%s an Kasse #%s bezahlt.',
--[[ Crafting ]]--
['crafting_notify_title'] = 'Zubereitung',
['crafting_cutting_table_title'] = 'Schneidetisch',
['crafting_drinks_title'] = 'Getränke',
['crafting_snacks_title'] = 'Snacks',
['crafting_ice_machine_title'] = 'Eismaschine',
['crafting_desc'] = 'Menge: %s \n Zubereitungszeit: %ss \n\n Benötigte Zutaten: \n %s',
['crafting_somebody_using'] = 'Jemand benutzt bereits diesen %s!',
['crafting_progressbar_cutting_table_knife'] = 'Messer nehmen',
['crafting_progressbar_cutting_table'] = 'Stelle %s her',
['crafting_progressbar_drink_taking'] = 'Nehme Getränk',
['crafting_progressbar_drink_taking_glass'] = 'Nehme Glas',
['crafting_progressbar_drink_taking_shaker'] = 'Nehme Shaker',
['crafting_progressbar_drink_filling_shaker'] = 'Fülle Shaker',
['crafting_progressbar_drink_filling_shaker_ingredients'] = 'Füge Zutaten hinzu',
['crafting_progressbar_drink_shaking'] = 'Schüttle Shaker',
['crafting_progressbar_drink_pouring'] = 'Gieße Getränk ein',
['crafting_progressbar_snack_taking_empty'] = 'Nehme leere Schüssel',
['crafting_progressbar_snack_ingredients'] = 'Füge Zutaten hinzu',
['crafting_progressbar_snack_taking_full'] = 'Nehme volle Schüssel',
['crafting_progressbat_ice_machine'] = 'Nehme Eis',
['crafting_finished_cooking'] = 'Sie haben gerade %s zubereitet.',
['crafting_cinematic_cam_enable'] = '[E] - Filmkamera aktivieren',
['crafting_cinematic_cam_disable'] = '[E] - Filmkamera deaktivieren',
['crafting_amount'] = 'Menge herstellen',
['crafting_missing'] = 'Ihnen fehlt: %s.',
['crafting_limit'] = 'Sie können nicht mehr als %s Gegenstände auf einmal zubereiten!',
--[[ Delivery ]]--
['delivery_menu_header'] = 'Lieferung',
['delivery_menu_call_title'] = 'Anruf annehmen',
['delivery_menu_call_desc'] = 'Anruf eines Kunden annehmen.',
['delivery_menu_cancel_title'] = 'Lieferung stornieren',
['delivery_menu_cancel_desc'] = 'Ihre Bestelllieferung stornieren.',
['delivery_phone_occupied'] = 'Jemand benutzt bereits dieses Telefon!',
['delivery_canceled_order'] = 'Sie haben Ihre Lieferung storniert.',
['delivery_progressbar_getting'] = 'Nehme Bestellung entgegen',
['delivery_progressbar_giving'] = 'Übergebe Bestellung',
['delivery_reconnect_get_back'] = 'Lieferauftrag wurde Ihnen wieder zugewiesen.',
['delivery_location'] = 'Lieferort',
['delivery_accepted_order'] = 'Sie haben eine Bestellung angenommen.',
['delivery_customer'] = 'Kunde',
['delivery_finished'] = 'Gute Arbeit! Sie haben die Lieferung abgeschlossen.',
['delivery_customer_angry'] = 'Wo sind meine Servietten!!!',
['delivery_customer_happy'] = 'Vielen Dank!',
['delivery_cooldown_end'] = 'Sie können jetzt %s weitere Lieferungen machen.',
['delivery_got_tip'] = 'Sie haben $%s Trinkgeld vom Kunden erhalten!',
['delivery_cooldown_need_to_wait'] = 'Sie müssen %ss warten, bevor Sie eine weitere Lieferung machen können!',
['delivery_order_info'] = 'Bestellung: %s(%sx).',
['delivery_order_missing'] = 'Meine Bestellung hatte %s(%sx), wo ist sie?',
--[[ Dog ]]--
['dog_progressbar_petting'] = 'Streichel Hund',
['dog_occupied'] = 'Dieser Hund ist beschäftigt!',
--[[ Duty ]]--
['duty_notify_title'] = 'Dienst',
['duty_menu_title'] = 'Dienst - %s',
['duty_menu_sign_in'] = 'Einloggen',
['duty_menu_sign_in_desc'] = 'Einloggen und mit der Arbeit beginnen',
['duty_progressbar_sign_in'] = 'Logge ein',
['duty_menu_sign_out'] = 'Ausloggen',
['duty_menu_sign_out_desc'] = 'Ausloggen und Arbeit beenden',
['duty_progressbar_sign_out'] = 'Logge aus',
['duty_went_on_duty'] = 'Sie sind jetzt im Dienst.',
['duty_went_off_duty'] = 'Sie sind jetzt nicht mehr im Dienst.',
['duty_on_duty'] = 'Sie sind im Dienst.',
['duty_off_duty'] = 'Sie sind nicht im Dienst.',
--[[ Garage ]]--
['garage_notify_title'] = 'Garage',
['garage_menu_title_take_out'] = 'Garage - %s - Fahrzeug nehmen',
['garage_menu_disc_take_out'] = 'Fahrzeuginfo: \n\n\n Typ: %s \n Rang: %s',
['garage_menu_title_store'] = 'Garage - %s - Einlagern',
['garage_menu_disc_store'] = 'Fahrzeuginfo: \n\n\n Typ: %s',
['garage_vehicle_too_far'] = 'Ihr Fahrzeug ist zu weit von der Garage entfernt - %s!',
['garage_vehicle_stored'] = 'Sie haben ein Fahrzeug in der Garage eingelagert - %s.',
['garage_not_enough_experience'] = 'Sie haben nicht genug Erfahrung, um dieses Fahrzeug zu nehmen - %s!',
['garage_blocked'] = 'Garagenausgang ist blockiert!',
['garage_car_limit'] = 'Sie können nur ein Fahrzeug gleichzeitig nehmen!',
['garage_progressbar_vehicle_loading'] = 'Lade Fahrzeug',
['garage_vehicle_taken_out'] = 'Sie haben ein Fahrzeug aus der Garage genommen - %s.',
--[[ Locker Room ]]--
['lockerroom_menu_title'] = 'Spind - %s',
['lockerroom_menu_civil'] = 'Zivilkleidung',
['lockerroom_menu_civil_desc'] = 'Zivilkleidung anziehen.',
['lockerroom_menu_work_desc'] = 'Kleidungsinfo: \n\n Name: %s \n Rang: %s',
['lockerroom_grade_low'] = 'Sie können diese Kleidung nicht tragen, da Ihr Rang zu niedrig ist!',
['lockerroom_progressbar_changing'] = 'Wechsle Kleidung',
--[[ Menu List ]]--
['menulist_menu_title'] = '%s Speisekarte',
['menulist_menu_desc'] = 'Preis: $%s',
--[[ Missions ]]--
['mission_menu_title'] = 'Missionen',
['mission_menu_sweeping_title'] = 'Boden fegen',
['mission_menu_sweeping_title_desc'] = 'Sie werden den Boden mit einem Besen fegen.',
['mission_menu_clean_tables_title'] = 'Tische reinigen',
['mission_menu_clean_tables_title_desc'] = 'Sie werden die Tische mit einem Schwamm reinigen.',
['mission_finish_message'] = 'Beenden Sie Ihre Mission, um die Belohnung zu erhalten',
['mission_store_broom_message'] = 'Stellen Sie Ihren Besen weg, um die Belohnung zu erhalten',
['mission_enjoy_reward_message'] = 'Genießen Sie Ihre Belohnung',
['mission_menu_current_progress_desc'] = 'Aktueller Fortschritt: %s/100 \n\n %s.',
['mission_menu_cancel'] = 'Mission abbrechen',
['mission_menu_cancel_desc'] = 'Sie werden die aktuelle Mission abbrechen.',
['mission_store_broom'] = 'Stellen Sie Ihren Besen weg.',
['mission_menu_start_mission_message'] = 'Sie werden den Boden fegen.',
['mission_menu_start_mission_message2'] = 'Sie werden die Tische reinigen.',
['mission_menu_start_title'] = 'Missionen - Bestätigen',
['mission_menu_start_disc'] = 'Arbeit beginnen',
['mission_occupied'] = 'Sie können diese Mission nicht machen, da andere Mitarbeiter sie bereits durchführen!',
['mission_store_take_broon'] = '[E] -',
['mission_store_broon'] = 'Besen wegstellen',
['mission_take_broom'] = 'Besen nehmen',
['mission_spots_left'] = 'Gute Arbeit! Nur noch %s schmutzige Stellen übrig!',
['mission_spots_finished'] = 'Gute Arbeit! Alle schmutzigen Stellen sind sauber! Stellen Sie Ihren Besen weg, um Ihre Belohnung zu erhalten.',
['mission_spots_only_left'] = 'Gute Arbeit! Nur noch %s schmutzige Tische übrig!',
['mission_spots_finished_reward'] = 'Gute Arbeit! Alle Tische sind sauber! Sie können jetzt Ihre Belohnung nehmen.',
['mission_clean_sponges'] = 'saubere Schwämme',
['mission_start_clean'] = '[E] - Reinigen',
['mission_progressbar_sweeping'] = 'Fegen',
['mission_progressbar_cleaning'] = 'Reinigen',
['mission_progressbar_taking_broom'] = 'Nehme Besen',
['mission_progressbar_storing_broom'] = 'Stelle Besen weg',
['mission_canceled_normal'] = 'Sie haben die Mission abgebrochen!',
['mission_canceled_force'] = 'Ihre Mission wurde abgebrochen!',
['mission_can_take_reward'] = 'Sie können jetzt Ihre Belohnung nehmen!',
['mission_started_mission'] = 'Sie haben eine Mission gestartet!',
['mission_cooldown_need_to_wait'] = 'Sie müssen %ss warten, bevor Sie weitere Missionen machen können!',
['mission_reward_end'] = 'Sie können jetzt %s Missionen machen.',
['mission_reward_claimed'] = 'Sie haben Ihre Belohnung erhalten!',
--[[ Npc Employee ]]--
['npcemployee_notify_title'] = 'Mitarbeiter',
['npcemployee_menu_title'] = 'Mitarbeiter',
['npcemployee_menu_order_title'] = 'Essen bestellen',
['npcemployee_menu_order_desc'] = 'Leckeres Essen bestellen.',
['npcemployee_employees_on_duty'] = 'Es sind andere Mitarbeiter da, belästigen Sie mich nicht!',
['npcemployee_menu_take_food'] = 'Essen nehmen',
['npcemployee_menu_take_food_desc'] = 'Nehmen Sie Ihr Essen vom Mitarbeiter.',
['npcemployee_occupied'] = 'Dieser Mitarbeiter ist beschäftigt!',
['npcemployee_order'] = '%s Bestellung',
['npcemployee_order_ready'] = 'Ihre Bestellung ist fertig.',
['npcemployee_taking_food'] = 'Nehme Essen',
['npcemployee_stock_available'] = 'Verfügbar %sx',
['npcemployee_stock_purchase_desc'] = 'Kaufe %s für $%s \n\n Verfügbar: %sx',
['npcemployee_stock_adjust_purchase_desc'] = 'Verfügbar: %sx',
['npcemployee_stock_adjust_title'] = 'Bestand anpassen',
['npcemployee_stock_adjust_desc'] = 'Artikel zum Bestand hinzufügen oder entfernen.',
['npcemployee_stock_title'] = '%s Bestand',
['npcemployee_stock_desc'] = 'Menge hinzufügen oder entfernen',
['npcemployee_stock_adjust_add_title'] = 'Hinzufügen',
['npcemployee_stock_adjust_add_desc'] = 'Füge %s(%sx) zum Lager hinzu.',
['npcemployee_stock_adjust_remove_title'] = 'Nehmen',
['npcemployee_stock_adjust_remove_desc'] = 'Nehmen Sie %s(%sx) aus dem Lager.',
['npcemployee_stock_not_enough'] = 'Sie haben nicht genug %s.',
['npcemployee_stock_not_enough_storage'] = 'Es ist nicht genug %s im Lager.',
['npcemployee_stock_gone'] = 'Die von Ihnen gewählte Menge ist nicht mehr vorrätig!',
['npcemployee_stock_not_enough_stock'] = 'Es gibt nicht so viel %s auf Lager!',
--[[ Police Alert ]]--
['policealert_menu_title'] = 'Polizeialarm',
['policealert_menu_activate_title'] = 'Aktivieren',
['policealert_menu_activate_desc'] = 'Polizeialarm aktivieren.',
['policealert_progressbar_activating'] = 'Aktiviere Alarm',
['policealert_just_activated'] = 'Sie haben Alarm #%s aktiviert.',
['policealert_cooldown_need_to_wait'] = 'Sie müssen %ss warten, bevor Sie diesen Alarm erneut aktivieren können!',
--[[ Shop ]]--
['shop_menu_title'] = '%s Vorratsshop',
['shop_menu_purchase_desc'] = 'Kaufe %s für $%s',
['shop_amount_to_buy'] = 'Menge kaufen',
['shop_payment_choice_title'] = 'Shop - Zahlungsart',
['shop_payment_no_method'] = 'Keine Zahlungsmethode verfügbar',
['shop_payment_bank_title'] = 'Bank',
['shop_payment_bank_desc'] = 'Zahle $%s mit Ihrer Bankkarte.',
['shop_payment_cash_title'] = 'Bar',
['shop_payment_cash_desc'] = 'Zahle $%s bar.',
['shop_menu_purchase_title'] = 'Shop - %s',
['shop_menu_purchase_confirm_title'] = 'Bestätigen Sie Ihren Kauf von $%s',
['shop_menu_purchase_confirm_desc'] = 'Zahlung: %s. \n Warenkorb: %s - %sx.',
['shop_purchased'] = 'Sie haben %s(%sx) für $%s gekauft.',
--[[ Storage ]]--
['storage_menu_title'] = '%s - Lagermenü',
['storage_menu_company_title'] = 'Firmenlager',
['storage_menu_company_desc'] = 'Firmenlager öffnen.',
['storage_menu_personal_title'] = 'Persönliches Lager',
['storage_menu_personal_desc'] = 'Persönliches Lager öffnen.',
['storage_company_stash_name'] = 'Firma(%s)',
['storage_personal_stash_name'] = 'Persönlich(%s)',
['storage_not_avalible'] = 'Lager nicht verfügbar!',
['storage_progressbar_open'] = 'Öffne %s Lager',
--[[ Tables And Chairs ]]--
['tablechairs_menu_title'] = 'Stuhl',
['tablechairs_menu_chair_title'] = 'Benutzen',
['tablechairs_menu_chair_desc'] = 'Auf diesem Stuhl sitzen.',
['tablechairs_chair_occupied'] = 'Jemand benutzt bereits diesen Stuhl!',
['tablechairs_exit'] = '[E] - Stuhl verlassen',
['tablechairs_exit_table'] = ', [H] - Tisch öffnen',
-- ['tablechairs_exit_table_menulist'] = ', [K] - Speisekarte öffnen',
['tablechairs_stash_name'] = '%s Tisch (%s)',
['tablechairs_stash_label'] = 'Tisch - (%s)',
--[[ Toilet And Sink ]]--
['toilet_menu_title'] = 'Toilette',
['toilet_menu_use_title'] = 'Benutzen',
['toilet_menu_normal_desc'] = 'Diese Toilette benutzen.',
['toilet_menu_hard_desc'] = 'Diese Toilette benutzen (mit Anstrengung).',
['toilet_menu_pee_desc'] = 'Diese Toilette zum Urinieren benutzen.',
['toilet_occupied'] = 'Jemand benutzt bereits diese Toilette!',
['toilet_pants_on'] = 'Sie können nicht auf die Toilette, wenn Sie Ihre Hose anhaben!',
['toilet_exit'] = '[E] - Toilette verlassen',
['sink_menu_title'] = 'Waschbecken',
['sink_menu_hands_desc'] = 'Hände waschen.',
['sink_menu_face_desc'] = 'Gesicht waschen.',
['sink_occupied'] = 'Jemand benutzt bereits dieses Waschbecken!',
['sink_stop_cleaning'] = '[E] - Reinigen von %s beenden.',
['sink_employee_menu_clean_title'] = 'Reinigen',
['sink_employee_menu_clean_desc'] = 'Schmutzige Gläser, Schüsseln waschen...',
['sink_employee_menu_clean_items_title'] = 'Waschbecken - Reinigen',
['sink_employee_menu_clean'] = 'Waschen',
['sink_employee_menu_clean_cup_desc'] = 'Schmutzige Tassen waschen.',
['sink_employee_menu_clean_short_desc'] = 'Schmutzige kleine Gläser waschen.',
['sink_employee_menu_clean_tall_desc'] = 'Schmutzige hohe Gläser waschen.',
['sink_employee_menu_clean_cocktail_desc'] = 'Schmutzige Cocktailgläser waschen.',
['sink_employee_menu_clean_bowl_desc'] = 'Schmutzige Schüsseln waschen.',
['sink_employee_menu_dirty_glass_washing_label'] = 'schmutziges Glas',
['sink_employee_menu_dirty_bowl_washing_label'] = 'schmutzige Schüssel',
['sink_employee_menu_clean_sponge'] = 'Waschen',
['sink_employee_menu_clean_sponge_desc'] = 'Schmutzige Schwämme waschen.',
['sink_employee_menu_dirty_sponge_washing_label'] = 'schmutziger Schwamm',
['sink_employee_menu_set_amount_desc'] = 'Menge zum Reinigen',
['sink_employee_progressbar_cleaning'] = 'Reinige %s',
['sink_finished_cleaning'] = 'Sie haben 1x %s gereinigt.',
['sink_item_not_have'] = 'Sie haben keine %s zum Reinigen!',
--[[ Dancing Pole ]]--
['dancingpole_menu_title'] = 'Tanzstange',
['dancingpole_menu_pole_title'] = 'Benutzen',
['dancingpole_menu_pole_desc'] = 'An dieser Stange tanzen.',
['dancingpole_cooldown'] = 'Bitte warten Sie einen Moment, bevor Sie die Animation erneut ändern!',
['dancingpole_occupied'] = 'Jemand benutzt bereits diese Stange!',
['dancingpole_exit'] = '[E] - Stange verlassen',
--[[ Money Throw ]]--
['moneythrow_menu_title'] = 'Bühne',
['moneythrow_menu_pole_title'] = 'Benutzen',
['moneythrow_menu_pole_desc'] = 'An der Bühne anlehnen.',
['moneythrow_label'] = 'Geld werfen',
['moneythrow_amount'] = 'Menge zum Werfen',
['moneythrow_occupied'] = 'Jemand lehnt bereits hier!',
['moneythrow_exit'] = '[E] - Anlehnen beenden, [H] - Geld werfen($%s), [U] - Menge ändern',
--[[ Pimp ]]--
['pimp_menu_title'] = 'Zuhälter',
['pimp_menu_cancel_title'] = 'Abbrechen',
['pimp_menu_cancel_desc'] = 'Nutteninfo: \n\nName: %s',
['pimp_menu_set_waipoint_title'] = 'GPS setzen',
['pimp_menu_notbusy'] = '%s ist aktuell verfügbar.',
['pimp_menu_desc'] = '%s: $%s \n%s: $%s',
['pimp_menu_busy'] = '%s ist aktuell mit einem anderen Kunden beschäftigt.',
['pimp_menu_interact_title'] = 'Nutte',
['pimp_menu_interact_blowJob_title'] = 'Blowjob',
['pimp_menu_interact_sex_title'] = 'Sex',
['pimp_menu_interact_price_desc'] = 'Preis: $%s',
['pimp_progressbar_in_action'] = '...',
['pimp_hooker_disturb'] = 'Finde einen Ort, an dem wir nicht gestört werden',
['pimp_hooker_passager_seat_empty'] = 'Ihr Beifahrersitz muss leer sein, um eine Nutte aufzunehmen!',
['pimp_hooker_driver_seat'] = 'Sie müssen auf dem Fahrersitz sitzen, um eine Nutte aufzunehmen!',
['pimp_hooker_occupied'] = 'Nutte wurde bereits angeheuert!',
['pimp_hooker_interact'] = '[E] - Nuttenmenü öffnen, [N] - Nutte rauswerfen',
['pimp_hooker_alert'] = '[E] - Nutte alarmieren',
--[[ Dancing Platform ]]--
['dancing_platform_menu_title'] = 'Tanzfläche',
['dancing_platform_menu_platform_title'] = 'Benutzen',
['dancing_platform_menu_platform_desc'] = 'Auf dieser Fläche tanzen.',
['dancing_platform_occupied'] = 'Jemand tanzt bereits hier!',
['dancing_platform_exit'] = '[E] - Tanzen beenden',
--[[ Private Dance ]]--
['private_dance_menu_title'] = 'Privattänze',
['private_dance_menu_cabin'] = 'Kabine',
['private_dance_menu_booth'] = 'Loge',
['private_dance_menu_room_title'] = 'Privatkabine',
['private_dance_menu_room_desc'] = 'Preis: $%s pro %smin\n\nVerfügbare Kabinen prüfen.',
['private_dance_menu_booth_title'] = 'Privatloge',
['private_dance_menu_booth_desc'] = 'Preis: $%s pro %smin\n\nVerfügbare Logen prüfen.',
['private_dance_menu_hiring_title'] = 'Zeit ändern',
['private_dance_menu_hiring_desc'] = 'Aktuelle Buchungszeit: %smin.',
['private_dance_menu_set_time_title'] = 'Buchungszeit festlegen',
['private_dance_menu_set_time_desc'] = 'Zeit:',
['private_dance_menu_position_check_title'] = 'Positionsprüfung',
['private_dance_menu_position_check_desc'] = 'Prüfen, wo sich diese %s befindet.',
['private_dance_menu_position_check_remove_desc'] = 'Ausgewählte Position nicht mehr anzeigen.',
['private_dance_menu_order_title'] = 'Bestellen',
['private_dance_menu_order_desc'] = 'Eine Tänzerin für diese %s bestellen.',
['private_dance_menu_id_title'] = '%s - #%s',
['private_dance_menu_id_desc'] = 'Eine Tänzerin bestellen oder Position dieser %s prüfen.',
['private_dance_position_check_enabled'] = 'Um dies zu tun, müssen Sie die Positionsprüfung deaktivieren!',
['private_dance_active'] = 'Sie können nur eine Tänzerin gleichzeitig bestellen!',
['private_dance_occupied'] = 'Diese %s ist aktuell belegt!',
--[[ Fridge ]]--
['fridge_stash_name'] = '%s Kühlschrank (%s)',
['fridge_stash_label'] = 'Kühlschrank - (%s)',
--[[ Cigarette Vending ]]--
['cigarette_item_using_pack'] = 'Öffne Zigarettenschachtel',
['cigarette_item_using_single_cigarette'] = 'Rauche',
['cigarette_vending_amount_to_buy'] = 'Menge kaufen',
['cigarette_vending_progressbar_purchasing'] = 'Kaufe Zigaretten',
--[[ Npc Guard ]]--
['npc_guard_menu_title_booth'] = 'Sicherheit - Ticketschalter',
['npc_guard_menu_title_booth_purchase'] = 'Ticket kaufen',
['npc_guard_menu_title_booth_purchase_desc'] = 'Kaufen Sie ein Clubticket, das für die nächsten 24h gültig ist.\n\nPreis: $%s',
['npc_guard_booth_progressbar_paying'] = 'Bezahle Ticket',
['npc_guard_booth_progressbar_taking'] = 'Nehme Ticket',
['npc_guard_occupied'] = 'Jemand kauft bereits ein Ticket!',
--[[ Dj Table ]]--
['dj_table_title'] = 'DJ-PULT',
['dj_table_now_playing'] = 'AKTUELLER SONG',
['dj_table_select_track'] = 'Song auswählen',
['dj_table_add_track'] = 'Song hinzufügen',
['dj_table_url_placeholder'] = 'YouTube-Link einfügen',
['dj_table_loading'] = 'Lade...',
['dj_table_loading_not_found'] = 'Unbekannter YouTube-Song',
['dj_table_track_list_noTracksIcon'] = '♪',
['dj_table_track_list_noTracksMessage'] = 'Keine Songs in der Playlist',
['dj_table_track_list_noTracksHint'] = 'Fügen Sie Songs hinzu, um abzuspielen',
['dj_table_enter_url'] = 'Bitte URL eingeben',
['dj_table_title_link_limitation'] = 'Nur YouTube-Links werden unterstützt',
['dj_table_title_track_duplication'] = 'Dieser Song ist bereits in der Playlist',
['dj_table_occupied'] = 'Jemand benutzt bereits dieses DJ-Pult!',
--[[ Teleport ]]--
['teleport_progressbar_teleporting'] = 'Teleportiere',
['teleport_progressbar_teleporting_cooldown'] = 'Sie müssen kurz warten, bevor Sie erneut teleportieren können!',
--[[ Trash ]]--
['trash_stash_name'] = '%s Müll (%s)',
['trash_stash_label'] = 'Müll - (%s)',
--[[ Discord Logs ]]--
['discord_logs_message'] = 'Nachricht:',
['discord_logs_player_name'] = 'Spielername:',
['discord_logs_player_discord'] = 'Spieler-Discord:',
['discord_logs_player_char'] = 'Spieler-Charakter:',
['discord_logs_supply_shop'] = 'Einkauf im Vorratsshop',
['discord_logs_supply_shop_desc'] = 'Artikel: **%s** \n Menge: **%s** \n Preis **$%s** \n Zahlungsart: **%s**',
['discord_logs_delivery'] = 'Lieferbelohnung',
['discord_logs_delivery_desc'] = 'Spielerbelohnung: **$%s** \n Firmenbelohnung: **$%s** \n Trinkgeld: **$%s**',
['discord_logs_cashregister'] = 'Kasse',
['discord_logs_cashregister_desc'] = 'Betrag: **$%s**\nFirma: **%s**',
['discord_logs_crafting'] = 'Herstellung',
['discord_logs_crafting_desc'] = 'Artikel: **%s** \n Menge: **%s**',
['discord_logs_missions'] = 'Mission',
['discord_logs_missions_desc'] = 'Belohnung: **$%s**',
['discord_logs_policealert'] = 'Polizeialarm',
['discord_logs_policealert_desc'] = 'Spieler hat Polizeialarm ausgelöst.',
['discord_logs_moneythrow'] = 'Geldwurf',
['discord_logs_moneythrow_desc'] = 'Spieler hat **$%s** auf die Tanzfläche geworfen.',
['discord_logs_pimp'] = 'Zuhälter - Nutte',
['discord_logs_pimp_desc'] = 'Spieler hat **$%s** für einen **%s** bei einer Nutte bezahlt.',
['discord_logs_private_dance'] = 'Privattanz',
['discord_logs_private_dance_desc'] = 'Spieler hat **$%s** für einen Privattanz bezahlt.',
['discord_logs_cigarette_vending'] = 'Zigarettenautomat',
['discord_logs_cigarette_vending_desc'] = 'Spieler hat **%s** für **$%s** gekauft.',
['discord_logs_npc_guard'] = 'NPC-Sicherheit',
['discord_logs_npc_guard_desc'] = 'Spieler hat ein Ticket für **$%s** gekauft.',
--[[ Other ]]--
['dance_interaction'] = ', [🖱️⬆ / 🖱️⬇] - Tanz(%s)',
['busy'] = 'Sie können das jetzt nicht tun!',
['not_allowed'] = 'Sie dürfen das nicht!',
['amount_not_number'] = 'Menge muss eine Zahl sein!',
['amount_too_low'] = 'Menge muss größer als 0 sein!',
['not_enough_money'] = 'Sie haben nicht genug Geld, Ihnen fehlen $%s.',
['not_on_duty'] = 'Sie sind nicht im Dienst!',
['canceled'] = 'Aktion wurde abgebrochen!',
}
es
Locales['es'] = {
-- [[ Interactions ]]--
['interact_control'] = '[E] - ',
['interact_duty'] = 'Servicio',
['interact_bossmenu'] = 'Menú de Jefe',
['interact_lockerroom'] = 'Casillero',
['interact_storage'] = 'Almacén',
['interact_garage'] = 'Garaje',
['interact_cuttingtable'] = 'Usar mesa de corte',
['interact_drinks'] = 'Mezclar bebidas',
['interact_snacks'] = 'Preparar snacks',
['interact_icemachine'] = 'Usar máquina de hielo',
['interact_toilet'] = 'Usar baño',
['interact_sink'] = 'Usar lavabo',
['interact_table'] = 'Usar mesa',
['interact_chair'] = 'Usar silla',
['interact_cashregister'] = 'Usar caja registradora',
['interact_policealert'] = 'Alerta policial',
['interact_delivery'] = 'Recibir pedido',
['interact_delivery_give_order'] = 'Entregar pedido',
['interact_mission'] = 'Obtener misión',
['interact_dancingpole'] = 'Usar barra',
['interact_moneythrow'] = 'Apoyarse',
['interact_dancingplatform'] = 'Bailar',
['interact_privatedance'] = 'Pedir baile privado',
['interact_fridge'] = 'Abrir nevera',
['interact_cigarettevending'] = 'Abrir máquina de cigarrillos',
['interact_npcguard'] = 'Hablar con guardia',
['interact_djtable'] = 'Interactuar con mesa de DJ',
['interact_teleport'] = 'Teletransportarse',
['interact_pimp'] = 'Hablar con proxeneta',
['interact_trash'] = 'Abrir basura',
['interact_shop'] = 'Abrir tienda',
['interact_dog'] = 'Acariciar perro',
['interact_npcemployee'] = 'Hablar con empleado',
['interact_menulist'] = 'Abrir menú de comida',
--[[ Usable Food Items ]]--
['usableitem_progressbar_eating'] = 'Comiendo',
['usableitem_progressbar_drinking'] = 'Bebiendo',
--[[ Boss Menu ]]--
['bossmenu_notify_title'] = 'Menú de Jefe',
['bossmenu_notify_title_jobcenter'] = 'Centro de Empleo',
['bossmenu_title'] = '%s - Menú de Jefe',
['bossmenu_societyaccount'] = 'Cuenta de Empresa',
['bossmenu_societyaccount_desc'] = 'Revisar estado o depositar/retirar dinero.',
['bossmenu_employees'] = 'Empleados',
['bossmenu_employees_desc'] = 'Ascender/Degradar/Despedir/Contratar personas.',
['bossmenu_society_deposit'] = 'Depositar',
['bossmenu_society_withdraw'] = 'Retirar',
['bossmenu_society_wash'] = 'Lavar dinero',
['bossmenu_society_label'] = 'Empresa - %s',
['bossmenu_society_balance'] = 'Balance',
['bossmenu_society_amount'] = 'Cantidad',
['bossmenu_society_status'] = '%s - Cuenta de Empresa',
['bossmenu_society_status_balance'] = 'Balance',
['bossmenu_society_status_balance_desc'] = '$%s \n\nNombre: "%s"',
['bossmenu_society_status_deposit'] = 'Depositar',
['bossmenu_society_status_deposit_desc'] = 'Depositar dinero.',
['bossmenu_society_status_withdraw'] = 'Retirar',
['bossmenu_society_status_withdraw_desc'] = 'Retirar dinero.',
['bossmenu_society_status_wash'] = 'Lavar',
['bossmenu_society_status_wash_desc'] = 'Lavar dinero sucio.',
['bossmenu_society_manage_title'] = '%s - Empleados',
['bossmenu_society_manage'] = 'Gestionar',
['bossmenu_society_manage_desc'] = 'Gestionar empleados - Ascender/Degradar/Despedir.',
['bossmenu_society_hire'] = 'Contratar',
['bossmenu_society_hire_desc'] = 'Contratar nuevos empleados.',
['bossmenu_society_manage_employees_title'] = '%s - Empleados',
['bossmenu_society_manage_employees_you'] = '%s(TÚ)',
['bossmenu_society_manage_employees_desc'] = 'Info empleado: \n\n Nombre: %s \n Rango: %s (%s)',
['bossmenu_society_employee_options_title'] = '%s - Empleados - %s',
['bossmenu_society_employee_options_promote'] = 'Ascender',
['bossmenu_society_employee_options_promote_desc'] = 'Ascender empleado.',
['bossmenu_society_cannot_promote'] = '¡No puedes ascender más a este empleado!',
['bossmenu_society_employee_options_demote'] = 'Degradar',
['bossmenu_society_employee_options_demote_desc'] = 'Degradar empleado.',
['bossmenu_society_cannot_demote'] = '¡No puedes degradar más a este empleado!',
['bossmenu_society_employee_options_fire'] = 'Despedir',
['bossmenu_society_employee_options_fire_desc'] = 'Despedir empleado.',
['bossmenu_society_hire_employees_title'] = '%s - Empleados',
['bossmenu_society_hire_employees_desc'] = 'Info persona: \n\n Nombre: %s',
['bossmenu_society_hire_employees_nobodynear'] = '¡Nadie cerca!',
['bossmenu_society_action_hired'] = 'Has contratado a %s.',
['bossmenu_society_action_promote'] = 'Has ascendido a %s.',
['bossmenu_society_action_demote'] = 'Has degradado a %s.',
['bossmenu_society_action_fired'] = 'Has despedido a %s.',
['bossmenu_society_action_hired_effected_player'] = '¡Te han contratado para el trabajo %s!',
['bossmenu_society_action_promote_effected_player'] = '¡Te han ascendido en el trabajo %s a %s (%s)!',
['bossmenu_society_action_demote_effected_player'] = '¡Te han degradado en el trabajo %s a %s (%s)!',
['bossmenu_society_action_fired_effected_player'] = '¡Te han despedido del trabajo %s!',
['bossmenu_society_action_money_withdraw_notenough'] = '¡No hay suficiente dinero en la cuenta de la empresa para retirar la cantidad deseada!',
['bossmenu_society_action_money_deposit_notenough'] = '¡No tienes suficiente dinero para depositar en esta cuenta de empresa!',
['bossmenu_society_action_money_deposited'] = 'Acabas de depositar - $%s',
['bossmenu_society_action_money_withdrew'] = 'Acabas de retirar - $%s',
['bossmenu_nottheboss'] = '¡No eres el jefe de esta empresa!',
--[[ Cash Register ]]--
['cashregister_wait_for_employee'] = '¡Espera a que un empleado establezca un precio para pagar!',
['cashregister_title'] = 'Caja Registradora #%s',
['cashregister_amount_to_pay'] = 'Cantidad a pagar',
['cashregister_pay_balance'] = 'Tu balance $%s',
['cashregister_pay_amount'] = 'Cantidad Total: $',
['cashregister_pay_bank'] = 'Pagar $%s con tu banco.',
['cashregister_pay_cash'] = 'Pagar $%s en efectivo.',
['cashregister_pay_clear'] = 'Limpiar caja registradora',
['cashregister_paid'] = 'Has pagado $%s.',
['cashregister_paid_employee_message'] = 'El cliente ha pagado $%s en la caja registradora #%s.',
--[[ Crafting ]]--
['crafting_notify_title'] = 'Cocina',
['crafting_cutting_table_title'] = 'Mesa de Corte',
['crafting_drinks_title'] = 'Bebidas',
['crafting_snacks_title'] = 'Snacks',
['crafting_ice_machine_title'] = 'Máquina de Hielo',
['crafting_desc'] = 'Cantidad: %s \n Tiempo de Cocina: %ss \n\n Ingredientes Necesarios: \n %s',
['crafting_somebody_using'] = '¡Alguien ya está usando este %s!',
['crafting_progressbar_cutting_table_knife'] = 'Cogiendo cuchillo de cortar',
['crafting_progressbar_cutting_table'] = 'Haciendo %s',
['crafting_progressbar_drink_taking'] = 'Cogiendo bebida',
['crafting_progressbar_drink_taking_glass'] = 'Cogiendo vaso',
['crafting_progressbar_drink_taking_shaker'] = 'Cogiendo coctelera',
['crafting_progressbar_drink_filling_shaker'] = 'Llenando coctelera',
['crafting_progressbar_drink_filling_shaker_ingredients'] = 'Añadiendo ingredientes',
['crafting_progressbar_drink_shaking'] = 'Agitando coctelera',
['crafting_progressbar_drink_pouring'] = 'Sirviendo bebida',
['crafting_progressbar_snack_taking_empty'] = 'Cogiendo bol vacío',
['crafting_progressbar_snack_ingredients'] = 'Añadiendo ingredientes',
['crafting_progressbar_snack_taking_full'] = 'Cogiendo bol lleno',
['crafting_progressbat_ice_machine'] = 'Cogiendo hielo',
['crafting_finished_cooking'] = 'Acabas de hacer %s.',
['crafting_cinematic_cam_enable'] = '[E] - Activar cámara cinematográfica',
['crafting_cinematic_cam_disable'] = '[E] - Desactivar cámara cinematográfica',
['crafting_amount'] = 'Cantidad a hacer',
['crafting_missing'] = 'Te falta: %s.',
['crafting_limit'] = '¡No puedes cocinar más de %s items a la vez!',
--[[ Delivery ]]--
['delivery_menu_header'] = 'Reparto',
['delivery_menu_call_title'] = 'Aceptar llamada',
['delivery_menu_call_desc'] = 'Aceptar llamada de un cliente.',
['delivery_menu_cancel_title'] = 'Cancelar reparto',
['delivery_menu_cancel_desc'] = 'Cancelar tu pedido de reparto.',
['delivery_phone_occupied'] = '¡Alguien ya usa este teléfono!',
['delivery_canceled_order'] = 'Has cancelado tu reparto.',
['delivery_progressbar_getting'] = 'Recibiendo pedido de cliente',
['delivery_progressbar_giving'] = 'Dando pedido a cliente',
['delivery_reconnect_get_back'] = 'La misión de reparto ha vuelto a ti.',
['delivery_location'] = 'Ubicación de reparto',
['delivery_accepted_order'] = 'Has aceptado un pedido.',
['delivery_customer'] = 'Cliente',
['delivery_finished'] = '¡Buen trabajo! Has completado tu reparto.',
['delivery_customer_angry'] = '¡¿Dónde están mis servilletas?!',
['delivery_customer_happy'] = '¡Muchas gracias!',
['delivery_cooldown_end'] = 'Ahora puedes hacer %s repartos más.',
['delivery_got_tip'] = '¡Has recibido $%s de propina del cliente!',
['delivery_cooldown_need_to_wait'] = '¡Debes esperar %ss antes de hacer otro reparto!',
['delivery_order_info'] = 'Pedido: %s(%sx).',
['delivery_order_missing'] = 'Mi pedido tenía %s(%sx), ¿dónde está?',
--[[ Dog ]]--
['dog_progressbar_petting'] = 'Acariciando perro',
['dog_occupied'] = '¡Este perro está ocupado!',
--[[ Duty ]]--
['duty_notify_title'] = 'Servicio',
['duty_menu_title'] = 'Servicio - %s',
['duty_menu_sign_in'] = 'Fichar entrada',
['duty_menu_sign_in_desc'] = 'Fichar entrada y empezar a trabajar',
['duty_progressbar_sign_in'] = 'Fichando entrada',
['duty_menu_sign_out'] = 'Fichar salida',
['duty_menu_sign_out_desc'] = 'Fichar salida y dejar de trabajar',
['duty_progressbar_sign_out'] = 'Fichando salida',
['duty_went_on_duty'] = 'Acabas de fichar entrada.',
['duty_went_off_duty'] = 'Acabas de fichar salida.',
['duty_on_duty'] = 'Estás de servicio.',
['duty_off_duty'] = 'No estás de servicio.',
--[[ Garage ]]--
['garage_notify_title'] = 'Garaje',
['garage_menu_title_take_out'] = 'Garaje - %s - Sacar',
['garage_menu_disc_take_out'] = 'Info vehículo: \n\n\n Tipo: %s \n Rango: %s',
['garage_menu_title_store'] = 'Garaje - %s - Guardar',
['garage_menu_disc_store'] = 'Info vehículo: \n\n\n Tipo: %s',
['garage_vehicle_too_far'] = '¡Tu vehículo está muy lejos del garaje - %s!',
['garage_vehicle_stored'] = 'Has guardado un vehículo en el garaje - %s.',
['garage_not_enough_experience'] = '¡No tienes suficiente experiencia para sacar este vehículo - %s!',
['garage_blocked'] = '¡La salida del garaje está bloqueada!',
['garage_car_limit'] = '¡Solo puedes tener un vehículo fuera!',
['garage_progressbar_vehicle_loading'] = 'Cargando vehículo',
['garage_vehicle_taken_out'] = 'Has sacado un vehículo del garaje - %s.',
--[[ Locker Room ]]--
['lockerroom_menu_title'] = 'Casillero - %s',
['lockerroom_menu_civil'] = 'Ropa civil',
['lockerroom_menu_civil_desc'] = 'Ponerte tu ropa civil.',
['lockerroom_menu_work_desc'] = 'Info ropa: \n\n Nombre: %s \n Rango: %s',
['lockerroom_grade_low'] = '¡No puedes llevar este uniforme porque tu rango es muy bajo!',
['lockerroom_progressbar_changing'] = 'Cambiando ropa',
--[[ Menu List ]]--
['menulist_menu_title'] = 'Menú de %s',
['menulist_menu_desc'] = 'Precio: $%s',
--[[ Missions ]]--
['mission_menu_title'] = 'Misiones',
['mission_menu_sweeping_title'] = 'Barrer el suelo',
['mission_menu_sweeping_title_desc'] = 'Vas a barrer el suelo con una escoba.',
['mission_menu_clean_tables_title'] = 'Limpiar mesas',
['mission_menu_clean_tables_title_desc'] = 'Vas a limpiar las mesas con una esponja.',
['mission_finish_message'] = 'Termina tu misión para reclamar la recompensa',
['mission_store_broom_message'] = 'Guarda tu escoba para reclamar la recompensa',
['mission_enjoy_reward_message'] = 'Disfruta tu recompensa',
['mission_menu_current_progress_desc'] = 'Progreso actual: %s/100 \n\n %s.',
['mission_menu_cancel'] = 'Cancelar misión',
['mission_menu_cancel_desc'] = 'Vas a cancelar tu misión actual.',
['mission_store_broom'] = 'Ve a guardar tu escoba.',
['mission_menu_start_mission_message'] = 'Vas a empezar a barrer el suelo.',
['mission_menu_start_mission_message2'] = 'Vas a empezar a limpiar mesas.',
['mission_menu_start_title'] = 'Misiones - Confirmar',
['mission_menu_start_disc'] = 'Empezar a trabajar',
['mission_occupied'] = '¡No puedes hacer esta misión porque otros empleados ya la están haciendo!',
['mission_store_take_broon'] = '[E] -',
['mission_store_broon'] = 'Guardar escoba',
['mission_take_broom'] = 'Coger escoba',
['mission_spots_left'] = '¡Buen trabajo! Solo quedan %s manchas sucias!',
['mission_spots_finished'] = '¡Buen trabajo! ¡Todas las manchas están limpias! Guarda tu escoba para recibir tu recompensa.',
['mission_spots_only_left'] = '¡Buen trabajo! Solo quedan %s mesas sucias!',
['mission_spots_finished_reward'] = '¡Buen trabajo! ¡Todas las mesas están limpias! Ahora puedes tomar tu recompensa.',
['mission_clean_sponges'] = 'esponjas limpias',
['mission_start_clean'] = '[E] - Limpiar',
['mission_progressbar_sweeping'] = 'Barriendo',
['mission_progressbar_cleaning'] = 'Limpiando',
['mission_progressbar_taking_broom'] = 'Cogiendo escoba',
['mission_progressbar_storing_broom'] = 'Guardando escoba',
['mission_canceled_normal'] = '¡Has cancelado tu misión!',
['mission_canceled_force'] = '¡Tu misión ha sido cancelada!',
['mission_can_take_reward'] = '¡Ahora puedes tomar tu recompensa!',
['mission_started_mission'] = '¡Has empezado una misión!',
['mission_cooldown_need_to_wait'] = '¡Debes esperar %ss antes de hacer más misiones!',
['mission_reward_end'] = 'Ahora puedes hacer %s misiones.',
['mission_reward_claimed'] = '¡Has reclamado tu recompensa!',
--[[ Npc Employee ]]--
['npcemployee_notify_title'] = 'Empleado',
['npcemployee_menu_title'] = 'Empleado',
['npcemployee_menu_order_title'] = 'Pedir comida',
['npcemployee_menu_order_desc'] = 'Pedir algo de comida deliciosa.',
['npcemployee_employees_on_duty'] = '¡Hay otros empleados, no me molestes!',
['npcemployee_menu_take_food'] = 'Coger comida',
['npcemployee_menu_take_food_desc'] = 'Coge tu comida del empleado.',
['npcemployee_occupied'] = '¡Este empleado está ocupado!',
['npcemployee_order'] = 'Pedido %s',
['npcemployee_order_ready'] = 'Tu pedido está listo.',
['npcemployee_taking_food'] = 'Cogiendo comida',
['npcemployee_stock_available'] = 'Disponible %sx',
['npcemployee_stock_purchase_desc'] = 'Comprar %s por $%s \n\n Disponible: %sx',
['npcemployee_stock_adjust_purchase_desc'] = 'Disponible: %sx',
['npcemployee_stock_adjust_title'] = 'Ajustar stock',
['npcemployee_stock_adjust_desc'] = 'Añadir o quitar items del stock.',
['npcemployee_stock_title'] = 'Stock %s',
['npcemployee_stock_desc'] = 'Cantidad a añadir o quitar',
['npcemployee_stock_adjust_add_title'] = 'Añadir',
['npcemployee_stock_adjust_add_desc'] = 'Añadir %s(%sx) al almacén.',
['npcemployee_stock_adjust_remove_title'] = 'Tomar',
['npcemployee_stock_adjust_remove_desc'] = 'Tomar %s(%sx) del almacén.',
['npcemployee_stock_not_enough'] = 'No tienes suficiente %s.',
['npcemployee_stock_not_enough_storage'] = 'No hay suficiente %s en el almacén.',
['npcemployee_stock_gone'] = '¡La cantidad seleccionada ya no está en stock!',
['npcemployee_stock_not_enough_stock'] = '¡No hay tanto %s en stock!',
--[[ Police Alert ]]--
['policealert_menu_title'] = 'Alerta Policial',
['policealert_menu_activate_title'] = 'Activar',
['policealert_menu_activate_desc'] = 'Activar alerta policial.',
['policealert_progressbar_activating'] = 'Activando alerta policial',
['policealert_just_activated'] = 'Has activado la alerta policial #%s.',
['policealert_cooldown_need_to_wait'] = '¡Debes esperar %ss antes de activar esta alerta policial de nuevo!',
--[[ Shop ]]--
['shop_menu_title'] = 'Tienda de suministros %s',
['shop_menu_purchase_desc'] = 'Comprar %s por $%s',
['shop_amount_to_buy'] = 'Cantidad a comprar',
['shop_payment_choice_title'] = 'Tienda - Método de pago',
['shop_payment_no_method'] = 'No hay método de pago disponible',
['shop_payment_bank_title'] = 'Banco',
['shop_payment_bank_desc'] = 'Pagar $%s con tu banco.',
['shop_payment_cash_title'] = 'Efectivo',
['shop_payment_cash_desc'] = 'Pagar $%s en efectivo.',
['shop_menu_purchase_title'] = 'Tienda - %s',
['shop_menu_purchase_confirm_title'] = 'Confirma tu compra de $%s',
['shop_menu_purchase_confirm_desc'] = 'Pago: %s. \n Carrito: %s - %sx.',
['shop_purchased'] = 'Has comprado %s(%sx) por $%s.',
--[[ Storage ]]--
['storage_menu_title'] = '%s - Menú de Almacén',
['storage_menu_company_title'] = 'Almacén de Empresa',
['storage_menu_company_desc'] = 'Abrir almacén de empresa.',
['storage_menu_personal_title'] = 'Almacén Personal',
['storage_menu_personal_desc'] = 'Abrir almacén personal.',
['storage_company_stash_name'] = 'Empresa(%s)',
['storage_personal_stash_name'] = 'Personal(%s)',
['storage_not_avalible'] = '¡Almacén no disponible!',
['storage_progressbar_open'] = 'Abriendo almacén %s',
--[[ Tables And Chairs ]]--
['tablechairs_menu_title'] = 'Silla',
['tablechairs_menu_chair_title'] = 'Usar',
['tablechairs_menu_chair_desc'] = 'Sentarse en esta silla.',
['tablechairs_chair_occupied'] = '¡Alguien ya usa esta silla!',
['tablechairs_exit'] = '[E] - Salir de la silla',
['tablechairs_exit_table'] = ', [H] - Abrir mesa',
-- ['tablechairs_exit_table_menulist'] = ', [K] - Abrir menú de comida',
['tablechairs_stash_name'] = 'Mesa %s (%s)',
['tablechairs_stash_label'] = 'Mesa - (%s)',
--[[ Toilet And Sink ]]--
['toilet_menu_title'] = 'Baño',
['toilet_menu_use_title'] = 'Usar',
['toilet_menu_normal_desc'] = 'Usar este baño.',
['toilet_menu_hard_desc'] = 'Usar este baño (con esfuerzo).',
['toilet_menu_pee_desc'] = 'Usar este baño para orinar.',
['toilet_occupied'] = '¡Alguien ya usa este baño!',
['toilet_pants_on'] = '¡No puedes usar el baño con los pantalones puestos!',
['toilet_exit'] = '[E] - Salir del baño',
['sink_menu_title'] = 'Lavabo',
['sink_menu_hands_desc'] = 'Lavarse las manos.',
['sink_menu_face_desc'] = 'Lavarse la cara.',
['sink_occupied'] = '¡Alguien ya usa este lavabo!',
['sink_stop_cleaning'] = '[E] - Dejar de limpiar %s.',
['sink_employee_menu_clean_title'] = 'Limpiar',
['sink_employee_menu_clean_desc'] = 'Lavar vasos sucios, cuencos...',
['sink_employee_menu_clean_items_title'] = 'Lavabo - Limpiar',
['sink_employee_menu_clean'] = 'Lavar',
['sink_employee_menu_clean_cup_desc'] = 'Lavar tazas sucias.',
['sink_employee_menu_clean_short_desc'] = 'Lavar vasos cortos sucios.',
['sink_employee_menu_clean_tall_desc'] = 'Lavar vasos altos sucios.',
['sink_employee_menu_clean_cocktail_desc'] = 'Lavar vasos de cóctel sucios.',
['sink_employee_menu_clean_bowl_desc'] = 'Lavar cuencos sucios.',
['sink_employee_menu_dirty_glass_washing_label'] = 'vaso sucio',
['sink_employee_menu_dirty_bowl_washing_label'] = 'cuenco sucio',
['sink_employee_menu_clean_sponge'] = 'Lavar',
['sink_employee_menu_clean_sponge_desc'] = 'Lavar esponjas sucias.',
['sink_employee_menu_dirty_sponge_washing_label'] = 'esponja sucia',
['sink_employee_menu_set_amount_desc'] = 'Cantidad a limpiar',
['sink_employee_progressbar_cleaning'] = 'Limpiando %s',
['sink_finished_cleaning'] = 'Has terminado de limpiar 1x %s.',
['sink_item_not_have'] = '¡No tienes ningún %s para limpiar!',
--[[ Dancing Pole ]]--
['dancingpole_menu_title'] = 'Barra de Baile',
['dancingpole_menu_pole_title'] = 'Usar',
['dancingpole_menu_pole_desc'] = 'Bailar en esta barra.',
['dancingpole_cooldown'] = '¡Espera un momento antes de cambiar de animación!',
['dancingpole_occupied'] = '¡Alguien ya usa esta barra!',
['dancingpole_exit'] = '[E] - Salir de la barra',
--[[ Money Throw ]]--
['moneythrow_menu_title'] = 'Escenario',
['moneythrow_menu_pole_title'] = 'Usar',
['moneythrow_menu_pole_desc'] = 'Apoyarse en el escenario.',
['moneythrow_label'] = 'Tirar dinero',
['moneythrow_amount'] = 'Cantidad a tirar',
['moneythrow_occupied'] = '¡Alguien ya se apoya aquí!',
['moneythrow_exit'] = '[E] - Dejar de apoyarse, [H] - Tirar dinero($%s), [U] - Cambiar cantidad',
--[[ Pimp ]]--
['pimp_menu_title'] = 'Proxeneta',
['pimp_menu_cancel_title'] = 'Cancelar',
['pimp_menu_cancel_desc'] = 'Info prostituta: \n\nNombre: %s',
['pimp_menu_set_waipoint_title'] = 'Establecer GPS',
['pimp_menu_notbusy'] = '%s está disponible ahora.',
['pimp_menu_desc'] = '%s: $%s \n%s: $%s',
['pimp_menu_busy'] = '%s está ocupada con otro cliente.',
['pimp_menu_interact_title'] = 'Prostituta',
['pimp_menu_interact_blowJob_title'] = 'Mamada',
['pimp_menu_interact_sex_title'] = 'Sexo',
['pimp_menu_interact_price_desc'] = 'Precio: $%s',
['pimp_progressbar_in_action'] = '...',
['pimp_hooker_disturb'] = 'Encuentra un lugar donde no nos molesten',
['pimp_hooker_passager_seat_empty'] = '¡Tu asiento del copiloto debe estar vacío para recoger a una prostituta!',
['pimp_hooker_driver_seat'] = '¡Debes estar en el asiento del conductor para recoger a una prostituta!',
['pimp_hooker_occupied'] = '¡La prostituta ya ha sido contratada!',
['pimp_hooker_interact'] = '[E] - Abrir menú de prostituta, [N] - Echar a la prostituta',
['pimp_hooker_alert'] = '[E] - Alertar a la prostituta',
--[[ Dancing Platform ]]--
['dancing_platform_menu_title'] = 'Pista de Baile',
['dancing_platform_menu_platform_title'] = 'Usar',
['dancing_platform_menu_platform_desc'] = 'Bailar en esta pista.',
['dancing_platform_occupied'] = '¡Alguien ya baila aquí!',
['dancing_platform_exit'] = '[E] - Dejar de bailar',
--[[ Private Dance ]]--
['private_dance_menu_title'] = 'Bailes Privados',
['private_dance_menu_cabin'] = 'Cabina',
['private_dance_menu_booth'] = 'Palco',
['private_dance_menu_room_title'] = 'Cabina Privada',
['private_dance_menu_room_desc'] = 'Precio: $%s por %smin\n\nVer cabinas disponibles.',
['private_dance_menu_booth_title'] = 'Palco Privado',
['private_dance_menu_booth_desc'] = 'Precio: $%s por %smin\n\nVer palcos disponibles.',
['private_dance_menu_hiring_title'] = 'Cambiar tiempo',
['private_dance_menu_hiring_desc'] = 'Tiempo actual: %smin.',
['private_dance_menu_set_time_title'] = 'Establecer tiempo',
['private_dance_menu_set_time_desc'] = 'Tiempo:',
['private_dance_menu_position_check_title'] = 'Comprobar posición',
['private_dance_menu_position_check_desc'] = 'Ver dónde está este %s.',
['private_dance_menu_position_check_remove_desc'] = 'Dejar de mostrar posición seleccionada.',
['private_dance_menu_order_title'] = 'Pedir',
['private_dance_menu_order_desc'] = 'Pedir una bailarina para este %s.',
['private_dance_menu_id_title'] = '%s - #%s',
['private_dance_menu_id_desc'] = 'Pedir una bailarina o ver posición de este %s.',
['private_dance_position_check_enabled'] = '¡Para hacer esto debes desactivar la comprobación de posición!',
['private_dance_active'] = '¡Solo puedes pedir una bailarina a la vez!',
['private_dance_occupied'] = '¡Este %s está ocupado ahora!',
--[[ Fridge ]]--
['fridge_stash_name'] = 'Nevera %s (%s)',
['fridge_stash_label'] = 'Nevera - (%s)',
--[[ Cigarette Vending ]]--
['cigarette_item_using_pack'] = 'Abriendo paquete de cigarrillos',
['cigarette_item_using_single_cigarette'] = 'Fumando',
['cigarette_vending_amount_to_buy'] = 'Cantidad a comprar',
['cigarette_vending_progressbar_purchasing'] = 'Comprando cigarrillos',
--[[ Npc Guard ]]--
['npc_guard_menu_title_booth'] = 'Guardia - Taquilla',
['npc_guard_menu_title_booth_purchase'] = 'Comprar entrada',
['npc_guard_menu_title_booth_purchase_desc'] = 'Compra una entrada para el club válida por 24h.\n\nPrecio: $%s',
['npc_guard_booth_progressbar_paying'] = 'Pagando entrada',
['npc_guard_booth_progressbar_taking'] = 'Cogiendo entrada',
['npc_guard_occupied'] = '¡Alguien ya está comprando una entrada!',
--[[ Dj Table ]]--
['dj_table_title'] = 'MESA DE DJ',
['dj_table_now_playing'] = 'SONANDO AHORA',
['dj_table_select_track'] = 'Seleccionar canción',
['dj_table_add_track'] = 'Añadir canción',
['dj_table_url_placeholder'] = 'Pegar enlace de YouTube',
['dj_table_loading'] = 'Cargando...',
['dj_table_loading_not_found'] = 'Canción de YouTube desconocida',
['dj_table_track_list_noTracksIcon'] = '♪',
['dj_table_track_list_noTracksMessage'] = 'No hay canciones en la playlist',
['dj_table_track_list_noTracksHint'] = 'Añade canciones para empezar a reproducir',
['dj_table_enter_url'] = 'Por favor introduce una URL',
['dj_table_title_link_limitation'] = 'Solo se admiten enlaces de YouTube',
['dj_table_title_track_duplication'] = 'Esta canción ya está en la playlist',
['dj_table_occupied'] = '¡Alguien ya usa esta mesa de DJ!',
--[[ Teleport ]]--
['teleport_progressbar_teleporting'] = 'Teletransportando',
['teleport_progressbar_teleporting_cooldown'] = '¡Debes esperar un poco antes de teletransportarte de nuevo!',
--[[ Trash ]]--
['trash_stash_name'] = 'Basura %s (%s)',
['trash_stash_label'] = 'Basura - (%s)',
--[[ Discord Logs ]]--
['discord_logs_message'] = 'Mensaje:',
['discord_logs_player_name'] = 'Nombre del jugador:',
['discord_logs_player_discord'] = 'Discord del jugador:',
['discord_logs_player_char'] = 'Personaje del jugador:',
['discord_logs_supply_shop'] = 'Compra en tienda de suministros',
['discord_logs_supply_shop_desc'] = 'Artículo: **%s** \n Cantidad: **%s** \n Precio **$%s** \n Tipo de pago: **%s**',
['discord_logs_delivery'] = 'Recompensa de reparto',
['discord_logs_delivery_desc'] = 'Recompensa jugador: **$%s** \n Recompensa empresa: **$%s** \n Propina: **$%s**',
['discord_logs_cashregister'] = 'Caja registradora',
['discord_logs_cashregister_desc'] = 'Cantidad: **$%s**\nEmpresa: **%s**',
['discord_logs_crafting'] = 'Elaboración',
['discord_logs_crafting_desc'] = 'Artículo: **%s** \n Cantidad: **%s**',
['discord_logs_missions'] = 'Misión',
['discord_logs_missions_desc'] = 'Recompensa: **$%s**',
['discord_logs_policealert'] = 'Alerta Policial',
['discord_logs_policealert_desc'] = 'El jugador activó una alerta policial.',
['discord_logs_moneythrow'] = 'Tirar dinero',
['discord_logs_moneythrow_desc'] = 'El jugador tiró **$%s** en la pista de baile.',
['discord_logs_pimp'] = 'Proxeneta - Prostituta',
['discord_logs_pimp_desc'] = 'El jugador pagó **$%s** por un **%s** a una prostituta.',
['discord_logs_private_dance'] = 'Baile Privado',
['discord_logs_private_dance_desc'] = 'El jugador pagó **$%s** por un baile privado.',
['discord_logs_cigarette_vending'] = 'Máquina de cigarrillos',
['discord_logs_cigarette_vending_desc'] = 'El jugador compró **%s** por **$%s**.',
['discord_logs_npc_guard'] = 'Guardia NPC',
['discord_logs_npc_guard_desc'] = 'El jugador compró una entrada por **$%s**.',
--[[ Other ]]--
['dance_interaction'] = ', [🖱️⬆ / 🖱️⬇] - Baile(%s)',
['busy'] = '¡No puedes hacer esto ahora!',
['not_allowed'] = '¡No tienes permiso para hacer esto!',
['amount_not_number'] = '¡La cantidad debe ser un número!',
['amount_too_low'] = '¡La cantidad debe ser mayor que 0!',
['not_enough_money'] = '¡No tienes suficiente dinero, te faltan $%s!',
['not_on_duty'] = '¡No estás de servicio!',
['canceled'] = '¡Acción cancelada!',
}
cs
Locales['cs'] = {
-- [[ Interactions ]]--
['interact_control'] = '[E] - ',
['interact_duty'] = 'Služba',
['interact_bossmenu'] = 'Menu šéfa',
['interact_lockerroom'] = 'Šatna',
['interact_storage'] = 'Sklad',
['interact_garage'] = 'Garáž',
['interact_cuttingtable'] = 'Použít stůl na krájení',
['interact_drinks'] = 'Míchat nápoje',
['interact_snacks'] = 'Připravit svačiny',
['interact_icemachine'] = 'Použít výrobník ledu',
['interact_toilet'] = 'Použít toaletu',
['interact_sink'] = 'Použít umyvadlo',
['interact_table'] = 'Použít stůl',
['interact_chair'] = 'Použít židli',
['interact_cashregister'] = 'Použít pokladnu',
['interact_policealert'] = 'Použít policejní tlačítko',
['interact_delivery'] = 'Vyzvednout objednávku',
['interact_delivery_give_order'] = 'Předat objednávku',
['interact_mission'] = 'Získat misi',
['interact_dancingpole'] = 'Použít tyč',
['interact_moneythrow'] = 'Opřít se',
['interact_dancingplatform'] = 'Tancovat',
['interact_privatedance'] = 'Objednat privátní tanec',
['interact_fridge'] = 'Otevřít lednici',
['interact_cigarettevending'] = 'Otevřít cigaretový automat',
['interact_npcguard'] = 'Mluvit s ochrankou',
['interact_djtable'] = 'Interakce s DJ pultem',
['interact_teleport'] = 'Teleportovat se',
['interact_pimp'] = 'Mluvit s pasákem',
['interact_trash'] = 'Otevřít koš',
['interact_shop'] = 'Otevřít obchod',
['interact_dog'] = 'Pohladit psa',
['interact_npcemployee'] = 'Mluvit s zaměstnancem',
['interact_menulist'] = 'Otevřít jídelní lístek',
--[[ Usable Food Items ]]--
['usableitem_progressbar_eating'] = 'Jíte',
['usableitem_progressbar_drinking'] = 'Pijete',
--[[ Boss Menu ]]--
['bossmenu_notify_title'] = 'Menu šéfa',
['bossmenu_notify_title_jobcenter'] = 'Job Centrum',
['bossmenu_title'] = '%s - Menu šéfa',
['bossmenu_societyaccount'] = 'Firemní účet',
['bossmenu_societyaccount_desc'] = 'Zkontrolovat stav nebo vložit/vzít peníze.',
['bossmenu_employees'] = 'Zaměstnanci',
['bossmenu_employees_desc'] = 'Povýšit/Degradovat/Propustit/Najmout lidi.',
['bossmenu_society_deposit'] = 'Vložit',
['bossmenu_society_withdraw'] = 'Vybrat',
['bossmenu_society_wash'] = 'Praní špinavých peněz',
['bossmenu_society_label'] = 'Společnost - %s',
['bossmenu_society_balance'] = 'Zůstatek',
['bossmenu_society_amount'] = 'Částka',
['bossmenu_society_status'] = '%s - Firemní účet',
['bossmenu_society_status_balance'] = 'Zůstatek',
['bossmenu_society_status_balance_desc'] = '$%s \n\nJméno: "%s"',
['bossmenu_society_status_deposit'] = 'Vložit',
['bossmenu_society_status_deposit_desc'] = 'Vložit peníze.',
['bossmenu_society_status_withdraw'] = 'Vybrat',
['bossmenu_society_status_withdraw_desc'] = 'Vybrat peníze.',
['bossmenu_society_status_wash'] = 'Praní',
['bossmenu_society_status_wash_desc'] = 'Vyprat špinavé peníze.',
['bossmenu_society_manage_title'] = '%s - Zaměstnanci',
['bossmenu_society_manage'] = 'Spravovat',
['bossmenu_society_manage_desc'] = 'Spravovat zaměstnance - Povýšit/Degradovat/Propustit.',
['bossmenu_society_hire'] = 'Najímat',
['bossmenu_society_hire_desc'] = 'Najímat nové zaměstnance.',
['bossmenu_society_manage_employees_title'] = '%s - Zaměstnanci',
['bossmenu_society_manage_employees_you'] = '%s(TY)',
['bossmenu_society_manage_employees_desc'] = 'Informace o zaměstnanci: \n\n Jméno: %s \n Pozice: %s (%s)',
['bossmenu_society_employee_options_title'] = '%s - Zaměstnanci - %s',
['bossmenu_society_employee_options_promote'] = 'Povýšit',
['bossmenu_society_employee_options_promote_desc'] = 'Povýšit zaměstnance.',
['bossmenu_society_cannot_promote'] = 'Tohoto zaměstnance už nemůžete povýšit!',
['bossmenu_society_employee_options_demote'] = 'Degradovat',
['bossmenu_society_employee_options_demote_desc'] = 'Degradovat zaměstnance.',
['bossmenu_society_cannot_demote'] = 'Tohoto zaměstnance už nemůžete degradovat!',
['bossmenu_society_employee_options_fire'] = 'Propustit',
['bossmenu_society_employee_options_fire_desc'] = 'Propustit zaměstnance.',
['bossmenu_society_hire_employees_title'] = '%s - Zaměstnanci',
['bossmenu_society_hire_employees_desc'] = 'Informace o osobě: \n\n Jméno: %s',
['bossmenu_society_hire_employees_nobodynear'] = 'Nikdo není poblíž!',
['bossmenu_society_action_hired'] = 'Najali jste %s.',
['bossmenu_society_action_promote'] = 'Povýšili jste %s.',
['bossmenu_society_action_demote'] = 'Degradovali jste %s.',
['bossmenu_society_action_fired'] = 'Propustili jste %s.',
['bossmenu_society_action_hired_effected_player'] = 'Byli jste najati na práci %s!',
['bossmenu_society_action_promote_effected_player'] = 'Byli jste povýšeni v práci %s na %s (%s)!',
['bossmenu_society_action_demote_effected_player'] = 'Byli jste degradováni v práci %s na %s (%s)!',
['bossmenu_society_action_fired_effected_player'] = 'Byli jste propuštěni z práce %s!',
['bossmenu_society_action_money_withdraw_notenough'] = 'Na firemním účtu není dostatek peněz pro výběr požadované částky!',
['bossmenu_society_action_money_deposit_notenough'] = 'Nemáte dostatek peněz pro vložení na tento firemní účet!',
['bossmenu_society_action_money_deposited'] = 'Právě jste vložili - $%s',
['bossmenu_society_action_money_withdrew'] = 'Právě jste vybrali - $%s',
['bossmenu_nottheboss'] = 'Nejste šéfem této společnosti!',
--[[ Cash Register ]]--
['cashregister_wait_for_employee'] = 'Počkejte, až zaměstnanec nastaví cenu k zaplacení!',
['cashregister_title'] = 'Pokladna #%s',
['cashregister_amount_to_pay'] = 'Částka k zaplacení',
['cashregister_pay_balance'] = 'Váš zůstatek $%s',
['cashregister_pay_amount'] = 'Celková částka: $',
['cashregister_pay_bank'] = 'Zaplatit $%s z banky.',
['cashregister_pay_cash'] = 'Zaplatit $%s hotově.',
['cashregister_pay_clear'] = 'Vynulovat pokladnu',
['cashregister_paid'] = 'Zaplatili jste $%s.',
['cashregister_paid_employee_message'] = 'Zákazník zaplatil $%s na pokladně #%s.',
--[[ Crafting ]]--
['crafting_notify_title'] = 'Vaření',
['crafting_cutting_table_title'] = 'Stůl na krájení',
['crafting_drinks_title'] = 'Nápoje',
['crafting_snacks_title'] = 'Svačiny',
['crafting_ice_machine_title'] = 'Výrobník ledu',
['crafting_desc'] = 'Množství: %s \n Čas přípravy: %ss \n\n Potřebné ingredience: \n %s',
['crafting_somebody_using'] = 'Někdo už používá tento %s!',
['crafting_progressbar_cutting_table_knife'] = 'Bere se nůž na krájení',
['crafting_progressbar_cutting_table'] = 'Připravuje se %s',
['crafting_progressbar_drink_taking'] = 'Bere se nápoj',
['crafting_progressbar_drink_taking_glass'] = 'Bere se sklenice',
['crafting_progressbar_drink_taking_shaker'] = 'Bere se shaker',
['crafting_progressbar_drink_filling_shaker'] = 'Plní se shaker',
['crafting_progressbar_drink_filling_shaker_ingredients'] = 'Přidávají se ingredience',
['crafting_progressbar_drink_shaking'] = 'Třese se shaker',
['crafting_progressbar_drink_pouring'] = 'Nalévá se nápoj',
['crafting_progressbar_snack_taking_empty'] = 'Bere se prázdná mísa',
['crafting_progressbar_snack_ingredients'] = 'Přidávají se ingredience',
['crafting_progressbar_snack_taking_full'] = 'Bere se plná mísa',
['crafting_progressbat_ice_machine'] = 'Bere se led',
['crafting_finished_cooking'] = 'Právě jste dokončili přípravu %s.',
['crafting_cinematic_cam_enable'] = '[E] - Zapnout filmovou kameru',
['crafting_cinematic_cam_disable'] = '[E] - Vypnout filmovou kameru',
['crafting_amount'] = 'Množství k přípravě',
['crafting_missing'] = 'Chybí vám: %s.',
['crafting_limit'] = 'Nemůžete připravit více než %s položek najednou!',
--[[ Delivery ]]--
['delivery_menu_header'] = 'Doručení',
['delivery_menu_call_title'] = 'Přijmout hovor',
['delivery_menu_call_desc'] = 'Přijmout hovor od zákazníka.',
['delivery_menu_cancel_title'] = 'Zrušit doručení',
['delivery_menu_cancel_desc'] = 'Zrušit vaši objednávku k doručení.',
['delivery_phone_occupied'] = 'Někdo už používá tento telefon!',
['delivery_canceled_order'] = 'Právě jste zrušili doručení vaší objednávky.',
['delivery_progressbar_getting'] = 'Přijímá se objednávka od zákazníka',
['delivery_progressbar_giving'] = 'Předává se objednávka zákazníkovi',
['delivery_reconnect_get_back'] = 'Doručovací mise vám byla vrácena.',
['delivery_location'] = 'Místo doručení',
['delivery_accepted_order'] = 'Právě jste přijali objednávku.',
['delivery_customer'] = 'Zákazník',
['delivery_finished'] = 'Dobrá práce! Právě jste dokončili doručení.',
['delivery_customer_angry'] = 'Kde jsou mé ubrousky!!!',
['delivery_customer_happy'] = 'Děkuji mnohokrát!',
['delivery_cooldown_end'] = 'Nyní můžete provést další %s doručení.',
['delivery_got_tip'] = 'Dostali jste $%s spropitné od zákazníka!',
['delivery_cooldown_need_to_wait'] = 'Musíte počkat %ss před dalším doručením!',
['delivery_order_info'] = 'Objednávka: %s(%sx).',
['delivery_order_missing'] = 'Moje objednávka měla %s(%sx), kde to je?',
--[[ Dog ]]--
['dog_progressbar_petting'] = 'Hladí se pes',
['dog_occupied'] = 'Tento pes je obsazen!',
--[[ Duty ]]--
['duty_notify_title'] = 'Služba',
['duty_menu_title'] = 'Služba - %s',
['duty_menu_sign_in'] = 'Nastoupit',
['duty_menu_sign_in_desc'] = 'Nastoupit a začít pracovat',
['duty_progressbar_sign_in'] = 'Nastupuje se do služby',
['duty_menu_sign_out'] = 'Vystoupit',
['duty_menu_sign_out_desc'] = 'Vystoupit a přestat pracovat',
['duty_progressbar_sign_out'] = 'Vystupuje se ze služby',
['duty_went_on_duty'] = 'Právě jste nastoupili do služby.',
['duty_went_off_duty'] = 'Právě jste vystoupili ze služby.',
['duty_on_duty'] = 'Jste ve službě.',
['duty_off_duty'] = 'Nejste ve službě.',
--[[ Garage ]]--
['garage_notify_title'] = 'Garáž',
['garage_menu_title_take_out'] = 'Garáž - %s - Vyjížďka',
['garage_menu_disc_take_out'] = 'Informace o vozidle: \n\n\n Typ: %s \n Úroveň: %s',
['garage_menu_title_store'] = 'Garáž - %s - Uložení',
['garage_menu_disc_store'] = 'Informace o vozidle: \n\n\n Typ: %s',
['garage_vehicle_too_far'] = 'Vaše vozidlo je příliš daleko od garáže - %s!',
['garage_vehicle_stored'] = 'Uložili jste vozidlo do garáže - %s.',
['garage_not_enough_experience'] = 'Nemáte dostatek zkušeností pro vyjetí tohoto vozidla - %s!',
['garage_blocked'] = 'Výjezd z garáže je zablokován!',
['garage_car_limit'] = 'Můžete mít vyjeté pouze jedno vozidlo!',
['garage_progressbar_vehicle_loading'] = 'Nakládá se vozidlo',
['garage_vehicle_taken_out'] = 'Vzali jste vozidlo z garáže - %s.',
--[[ Locker Room ]]--
['lockerroom_menu_title'] = 'Šatna - %s',
['lockerroom_menu_civil'] = 'Civilní oblečení',
['lockerroom_menu_civil_desc'] = 'Obléci si civilní oblečení.',
['lockerroom_menu_work_desc'] = 'Informace o oblečení: \n\n Název: %s \n Pozice: %s',
['lockerroom_grade_low'] = 'Nemůžete si obléct tento oděv, protože vaše pozice je příliš nízká!',
['lockerroom_progressbar_changing'] = 'Převléká se oblečení',
--[[ Menu List ]]--
['menulist_menu_title'] = '%s Jídelní lístek',
['menulist_menu_desc'] = 'Cena: $%s',
--[[ Missions ]]--
['mission_menu_title'] = 'Mise',
['mission_menu_sweeping_title'] = 'Zamést podlahu',
['mission_menu_sweeping_title_desc'] = 'Budete zametat podlahu koštětem.',
['mission_menu_clean_tables_title'] = 'Uklidit stoly',
['mission_menu_clean_tables_title_desc'] = 'Budete čistit stoly houbou.',
['mission_finish_message'] = 'Dokončete svou misi, abyste získali odměnu',
['mission_store_broom_message'] = 'Uložte své koště, abyste získali odměnu',
['mission_enjoy_reward_message'] = 'Užijte si svou odměnu',
['mission_menu_current_progress_desc'] = 'Aktuální postup: %s/100 \n\n %s.',
['mission_menu_cancel'] = 'Zrušit misi',
['mission_menu_cancel_desc'] = 'Zrušíte aktuální misi.',
['mission_store_broom'] = 'Jděte uložit své koště.',
['mission_menu_start_mission_message'] = 'Začnete zametat podlahu.',
['mission_menu_start_mission_message2'] = 'Začnete čistit stoly.',
['mission_menu_start_title'] = 'Mise - Potvrzení',
['mission_menu_start_disc'] = 'Začít pracovat',
['mission_occupied'] = 'Nemůžete provést tuto misi, protože ji již provádějí jiní zaměstnanci!',
['mission_store_take_broon'] = '[E] -',
['mission_store_broon'] = 'Uložit koště',
['mission_take_broom'] = 'Vzít koště',
['mission_spots_left'] = 'Dobrá práce! Zbývá už jen %s špinavých míst!',
['mission_spots_finished'] = 'Dobrá práce! Všechna špinavá místa jsou vyčištěna! Uložte své koště, abyste získali odměnu.',
['mission_spots_only_left'] = 'Dobrá práce! Zbývá už jen %s špinavých stolů!',
['mission_spots_finished_reward'] = 'Dobrá práce! Všechny stoly jsou vyčištěny! Nyní můžete získat svou odměnu.',
['mission_clean_sponges'] = 'čisté houby',
['mission_start_clean'] = '[E] - Čistit',
['mission_progressbar_sweeping'] = 'Zametá se',
['mission_progressbar_cleaning'] = 'Čistí se',
['mission_progressbar_taking_broom'] = 'Bere se koště',
['mission_progressbar_storing_broom'] = 'Ukládá se koště',
['mission_canceled_normal'] = 'Právě jste zrušili svou misi!',
['mission_canceled_force'] = 'Vaše mise byla zrušena!',
['mission_can_take_reward'] = 'Nyní můžete získat svou odměnu!',
['mission_started_mission'] = 'Právě jste začali misi!',
['mission_cooldown_need_to_wait'] = 'Musíte počkat %ss před dalším plněním misí!',
['mission_reward_end'] = 'Nyní můžete provést %s mise.',
['mission_reward_claimed'] = 'Právě jste získali svou odměnu!',
--[[ Npc Employee ]]--
['npcemployee_notify_title'] = 'Zaměstnanec',
['npcemployee_menu_title'] = 'Zaměstnanec',
['npcemployee_menu_order_title'] = 'Objednat jídlo',
['npcemployee_menu_order_desc'] = 'Objednat si chutné jídlo.',
['npcemployee_employees_on_duty'] = 'Jsou zde jiní zaměstnanci, neobtěžujte mě!',
['npcemployee_menu_take_food'] = 'Vzít jídlo',
['npcemployee_menu_take_food_desc'] = 'Vzít si jídlo od zaměstnance.',
['npcemployee_occupied'] = 'Tento zaměstnanec je zaneprázdněn!',
['npcemployee_order'] = '%s Objednávka',
['npcemployee_order_ready'] = 'Vaše objednávka je připravena.',
['npcemployee_taking_food'] = 'Bere se jídlo',
['npcemployee_stock_available'] = 'Dostupné %sx',
['npcemployee_stock_purchase_desc'] = 'Koupit %s za $%s \n\n Dostupné: %sx',
['npcemployee_stock_adjust_purchase_desc'] = 'Dostupné: %sx',
['npcemployee_stock_adjust_title'] = 'Upravit zásoby',
['npcemployee_stock_adjust_desc'] = 'Přidat nebo odebrat položky ze zásob.',
['npcemployee_stock_title'] = '%s Zásoby',
['npcemployee_stock_desc'] = 'Množství k přidání nebo odebrání',
['npcemployee_stock_adjust_add_title'] = 'Přidat',
['npcemployee_stock_adjust_add_desc'] = 'Přidat %s(%sx) do skladu.',
['npcemployee_stock_adjust_remove_title'] = 'Vzít',
['npcemployee_stock_adjust_remove_desc'] = 'Vzít %s(%sx) ze skladu.',
['npcemployee_stock_not_enough'] = 'Nemáte dostatek %s.',
['npcemployee_stock_not_enough_storage'] = 'Ve skladu není dostatek %s.',
['npcemployee_stock_gone'] = 'Vybrané množství už není na skladě!',
['npcemployee_stock_not_enough_stock'] = 'Na skladě není tolik %s!',
--[[ Police Alert ]]--
['policealert_menu_title'] = 'Policejní tlačítko',
['policealert_menu_activate_title'] = 'Aktivovat',
['policealert_menu_activate_desc'] = 'Aktivovat policejní tlačítko.',
['policealert_progressbar_activating'] = 'Aktivuje se policejní tlačítko',
['policealert_just_activated'] = 'Právě jste aktivovali policejní tlačítko #%s.',
['policealert_cooldown_need_to_wait'] = 'Musíte počkat %ss před opětovnou aktivací tohoto tlačítka!',
--[[ Shop ]]--
['shop_menu_title'] = '%s obchod se zásobami',
['shop_menu_purchase_desc'] = 'Koupit %s za $%s',
['shop_amount_to_buy'] = 'Množství ke koupi',
['shop_payment_choice_title'] = 'Obchod - Volba platby',
['shop_payment_no_method'] = 'Není dostupná žádná platební metoda',
['shop_payment_bank_title'] = 'Banka',
['shop_payment_bank_desc'] = 'Zaplatit $%s z banky.',
['shop_payment_cash_title'] = 'Hotovost',
['shop_payment_cash_desc'] = 'Zaplatit $%s hotově.',
['shop_menu_purchase_title'] = 'Obchod - %s',
['shop_menu_purchase_confirm_title'] = 'Potvrdit nákup za $%s',
['shop_menu_purchase_confirm_desc'] = 'Platba: %s. \n Košík: %s - %sx.',
['shop_purchased'] = 'Právě jste zakoupili %s(%sx) za $%s.',
--[[ Storage ]]--
['storage_menu_title'] = '%s - Skladové menu',
['storage_menu_company_title'] = 'Firemní sklad',
['storage_menu_company_desc'] = 'Otevřít firemní sklad.',
['storage_menu_personal_title'] = 'Osobní sklad',
['storage_menu_personal_desc'] = 'Otevřít osobní sklad.',
['storage_company_stash_name'] = 'Společnost(%s)',
['storage_personal_stash_name'] = 'Osobní(%s)',
['storage_not_avalible'] = 'Sklad není dostupný!',
['storage_progressbar_open'] = 'Otevírá se %s sklad',
--[[ Tables And Chairs ]]--
['tablechairs_menu_title'] = 'Židle',
['tablechairs_menu_chair_title'] = 'Použít',
['tablechairs_menu_chair_desc'] = 'Sednout si na tuto židli.',
['tablechairs_chair_occupied'] = 'Někdo už používá tuto židli!',
['tablechairs_exit'] = '[E] - Opustit židli',
['tablechairs_exit_table'] = ', [H] - Otevřít stůl',
-- ['tablechairs_exit_table_menulist'] = ', [K] - Otevřít jídelní lístek',
['tablechairs_stash_name'] = '%s stůl (%s)',
['tablechairs_stash_label'] = 'Stůl - (%s)',
--[[ Toilet And Sink ]]--
['toilet_menu_title'] = 'Toaleta',
['toilet_menu_use_title'] = 'Použít',
['toilet_menu_normal_desc'] = 'Použít tuto toaletu k vykonání potřeby.',
['toilet_menu_hard_desc'] = 'Použít tuto toaletu k vykonání potřeby (s námahou).',
['toilet_menu_pee_desc'] = 'Použít tuto toaletu k močení.',
['toilet_occupied'] = 'Někdo už používá tuto toaletu!',
['toilet_pants_on'] = 'Nemůžete vykonat potřebu, když máte kalhoty!',
['toilet_exit'] = '[E] - Opustit toaletu',
['sink_menu_title'] = 'Umyvadlo',
['sink_menu_hands_desc'] = 'Umýt si ruce.',
['sink_menu_face_desc'] = 'Umýt si obličej.',
['sink_occupied'] = 'Někdo už používá toto umyvadlo!',
['sink_stop_cleaning'] = '[E] - Přestat čistit %s.',
['sink_employee_menu_clean_title'] = 'Čistit',
['sink_employee_menu_clean_desc'] = 'Mýt špinavé sklenice, mísy...',
['sink_employee_menu_clean_items_title'] = 'Umyvadlo - Čištění',
['sink_employee_menu_clean'] = 'Mýt',
['sink_employee_menu_clean_cup_desc'] = 'Mýt špinavé hrnky.',
['sink_employee_menu_clean_short_desc'] = 'Mýt špinavé nízké sklenice.',
['sink_employee_menu_clean_tall_desc'] = 'Mýt špinavé vysoké sklenice.',
['sink_employee_menu_clean_cocktail_desc'] = 'Mýt špinavé koktejlové sklenice.',
['sink_employee_menu_clean_bowl_desc'] = 'Mýt špinavé mísy.',
['sink_employee_menu_dirty_glass_washing_label'] = 'špinavá sklenice',
['sink_employee_menu_dirty_bowl_washing_label'] = 'špinavá mísa',
['sink_employee_menu_clean_sponge'] = 'Mýt',
['sink_employee_menu_clean_sponge_desc'] = 'Mýt špinavé houby.',
['sink_employee_menu_dirty_sponge_washing_label'] = 'špinavá houba',
['sink_employee_menu_set_amount_desc'] = 'Množství k vyčištění',
['sink_employee_progressbar_cleaning'] = 'Čistí se %s',
['sink_finished_cleaning'] = 'Právě jste dokončili čištění 1x %s.',
['sink_item_not_have'] = 'Nemáte žádné %s k vyčištění!',
--[[ Dancing Pole ]]--
['dancingpole_menu_title'] = 'Taneční tyč',
['dancingpole_menu_pole_title'] = 'Použít',
['dancingpole_menu_pole_desc'] = 'Tancovat na této tyči.',
['dancingpole_cooldown'] = 'Počkejte chvíli před změnou animace!',
['dancingpole_occupied'] = 'Někdo už používá tuto tyč!',
['dancingpole_exit'] = '[E] - Opustit tyč',
--[[ Money Throw ]]--
['moneythrow_menu_title'] = 'Pódium',
['moneythrow_menu_pole_title'] = 'Použít',
['moneythrow_menu_pole_desc'] = 'Opřít se o pódium.',
['moneythrow_label'] = 'Hodit peníze',
['moneythrow_amount'] = 'Množství k hození',
['moneythrow_occupied'] = 'Někdo se už zde opírá!',
['moneythrow_exit'] = '[E] - Přestat se opírat, [H] - Hodit peníze($%s), [U] - Změnit množství',
--[[ Pimp ]]--
['pimp_menu_title'] = 'Pasák',
['pimp_menu_cancel_title'] = 'Zrušit',
['pimp_menu_cancel_desc'] = 'Informace o prostitutce: \n\nJméno: %s',
['pimp_menu_set_waipoint_title'] = 'Nastavit GPS',
['pimp_menu_notbusy'] = '%s je momentálně volná.',
['pimp_menu_desc'] = '%s: $%s \n%s: $%s',
['pimp_menu_busy'] = '%s je momentálně zaneprázdněna s jiným klientem.',
['pimp_menu_interact_title'] = 'Prostitutka',
['pimp_menu_interact_blowJob_title'] = 'Orální sex',
['pimp_menu_interact_sex_title'] = 'Sex',
['pimp_menu_interact_price_desc'] = 'Cena: $%s',
['pimp_progressbar_in_action'] = '...',
['pimp_hooker_disturb'] = 'Najděte místo, kde nás nebude nic rušit',
['pimp_hooker_passager_seat_empty'] = 'Vaše spolujezdné sedadlo musí být prázdné, abyste mohli vyzvednout prostitutku!',
['pimp_hooker_driver_seat'] = 'Musíte být na řidičském sedadle, abyste mohli vyzvednout prostitutku!',
['pimp_hooker_occupied'] = 'Prostitutka už byla najata!',
['pimp_hooker_interact'] = '[E] - Otevřít menu prostitutky, [N] - Vyhodit prostitutku',
['pimp_hooker_alert'] = '[E] - Upozornit prostitutku',
--[[ Dancing Platform ]]--
['dancing_platform_menu_title'] = 'Taneční pódium',
['dancing_platform_menu_platform_title'] = 'Použít',
['dancing_platform_menu_platform_desc'] = 'Tancovat na tomto pódiu.',
['dancing_platform_occupied'] = 'Někdo už zde tančí!',
['dancing_platform_exit'] = '[E] - Přestat tancovat',
--[[ Private Dance ]]--
['private_dance_menu_title'] = 'Privátní tance',
['private_dance_menu_cabin'] = 'Kabina',
['private_dance_menu_booth'] = 'Lóže',
['private_dance_menu_room_title'] = 'Privátní kabina',
['private_dance_menu_room_desc'] = 'Cena: $%s za %smin\n\nZkontrolovat dostupné kabiny.',
['private_dance_menu_booth_title'] = 'Privátní lóže',
['private_dance_menu_booth_desc'] = 'Cena: $%s za %smin\n\nZkontrolovat dostupné lóže.',
['private_dance_menu_hiring_title'] = 'Změnit čas',
['private_dance_menu_hiring_desc'] = 'Aktuální doba pronájmu: %smin.',
['private_dance_menu_set_time_title'] = 'Nastavit dobu pronájmu',
['private_dance_menu_set_time_desc'] = 'Čas:',
['private_dance_menu_position_check_title'] = 'Kontrola pozice',
['private_dance_menu_position_check_desc'] = 'Zkontrolovat, kde se tato %s nachází.',
['private_dance_menu_position_check_remove_desc'] = 'Přestat zobrazovat vybranou pozici.',
['private_dance_menu_order_title'] = 'Objednat',
['private_dance_menu_order_desc'] = 'Objednat si tanečnici do této %s.',
['private_dance_menu_id_title'] = '%s - #%s',
['private_dance_menu_id_desc'] = 'Objednat si tanečnici nebo zkontrolovat pozici této %s.',
['private_dance_position_check_enabled'] = 'Pro provedení této akce musíte vypnout kontrolu pozice!',
['private_dance_active'] = 'Můžete si objednat pouze jednu tanečnici najednou!',
['private_dance_occupied'] = 'Tato %s je momentálně obsazena!',
--[[ Fridge ]]--
['fridge_stash_name'] = '%s lednice (%s)',
['fridge_stash_label'] = 'Lednice - (%s)',
--[[ Cigarette Vending ]]--
['cigarette_item_using_pack'] = 'Rozbaluje se krabička cigaret',
['cigarette_item_using_single_cigarette'] = 'Kouří se',
['cigarette_vending_amount_to_buy'] = 'Množství ke koupi',
['cigarette_vending_progressbar_purchasing'] = 'Kupují se cigarety',
--[[ Npc Guard ]]--
['npc_guard_menu_title_booth'] = 'Ochranka - Pokladna',
['npc_guard_menu_title_booth_purchase'] = 'Koupit lístek',
['npc_guard_menu_title_booth_purchase_desc'] = 'Koupit klubový lístek, který bude platný následujících 24h.\n\nCena: $%s',
['npc_guard_booth_progressbar_paying'] = 'Platí se za lístek',
['npc_guard_booth_progressbar_taking'] = 'Bere se lístek',
['npc_guard_occupied'] = 'Někdo už kupuje lístek!',
--[[ Dj Table ]]--
['dj_table_title'] = 'DJ PULT',
['dj_table_now_playing'] = 'PRÁVĚ HRAJE',
['dj_table_select_track'] = 'Vybrat skladbu',
['dj_table_add_track'] = 'Přidat skladbu',
['dj_table_url_placeholder'] = 'Vložit YouTube odkaz',
['dj_table_loading'] = 'Načítání...',
['dj_table_loading_not_found'] = 'Neznámá YouTube skladba',
['dj_table_track_list_noTracksIcon'] = '♪',
['dj_table_track_list_noTracksMessage'] = 'Žádné skladby v playlistu',
['dj_table_track_list_noTracksHint'] = 'Přidejte skladby, abyste mohli začít hrát',
['dj_table_enter_url'] = 'Prosím vložte URL',
['dj_table_title_link_limitation'] = 'Jsou podporovány pouze YouTube odkazy',
['dj_table_title_track_duplication'] = 'Tato skladba je již v playlistu',
['dj_table_occupied'] = 'Někdo už používá tento DJ pult!',
--[[ Teleport ]]--
['teleport_progressbar_teleporting'] = 'Teleportuje se',
['teleport_progressbar_teleporting_cooldown'] = 'Musíte chvíli počkat před dalším teleportováním!',
--[[ Trash ]]--
['trash_stash_name'] = '%s koš (%s)',
['trash_stash_label'] = 'Koš - (%s)',
--[[ Discord Logs ]]--
['discord_logs_message'] = 'Zpráva:',
['discord_logs_player_name'] = 'Jméno hráče:',
['discord_logs_player_discord'] = 'Discord hráče:',
['discord_logs_player_char'] = 'Postava hráče:',
['discord_logs_supply_shop'] = 'Nákup v obchodě se zásobami',
['discord_logs_supply_shop_desc'] = 'Položka: **%s** \n Množství: **%s** \n Cena **$%s** \n Typ platby: **%s**',
['discord_logs_delivery'] = 'Odměna za doručení',
['discord_logs_delivery_desc'] = 'Odměna hráče: **$%s** \n Odměna společnosti: **$%s** \n Spropitné: **$%s**',
['discord_logs_cashregister'] = 'Pokladna',
['discord_logs_cashregister_desc'] = 'Částka: **$%s**\nSpolečnost: **%s**',
['discord_logs_crafting'] = 'Výroba',
['discord_logs_crafting_desc'] = 'Položka: **%s** \n Množství: **%s**',
['discord_logs_missions'] = 'Mise',
['discord_logs_missions_desc'] = 'Odměna: **$%s**',
['discord_logs_policealert'] = 'Policejní tlačítko',
['discord_logs_policealert_desc'] = 'Hráč aktivoval policejní tlačítko.',
['discord_logs_moneythrow'] = 'Házení peněz',
['discord_logs_moneythrow_desc'] = 'Hráč hodil **$%s** na taneční parket.',
['discord_logs_pimp'] = 'Pasák - Prostitutka',
['discord_logs_pimp_desc'] = 'Hráč zaplatil **$%s** za **%s** od prostitutky.',
['discord_logs_private_dance'] = 'Privátní tanec',
['discord_logs_private_dance_desc'] = 'Hráč zaplatil **$%s** za privátní tanec.',
['discord_logs_cigarette_vending'] = 'Cigaretový automat',
['discord_logs_cigarette_vending_desc'] = 'Hráč zakoupil **%s** za **$%s**.',
['discord_logs_npc_guard'] = 'NPC Ochranka',
['discord_logs_npc_guard_desc'] = 'Hráč zakoupil lístek za **$%s**.',
--[[ Other ]]--
['dance_interaction'] = ', [🖱️⬆ / 🖱️⬇] - Tanec(%s)',
['busy'] = 'Právě teď to nemůžete udělat!',
['not_allowed'] = 'Nemáte povolení to udělat!',
['amount_not_number'] = 'Množství musí být číslo!',
['amount_too_low'] = 'Množství musí být větší než 0!',
['not_enough_money'] = 'Nemáte dostatek peněz, chybí vám $%s.',
['not_on_duty'] = 'Nejste ve službě!',
['canceled'] = 'Akce byla zrušena!',
}
Last updated
Was this helpful?