Config - Gabz
This is the config for drc_beanmachine. You have already in drc_beanmachine folder!
--ONLY CONFIG NAMED sh_config.lua will work!
Config = {}
Config.Debug = false -- Debug
--SERVER SETTINGS
Config.Framework = "auto-detect" -- Framework | types: auto-detect, qbcore, ESX, standalone
Config.NewESX = true
Config.Target = "auto-detect" -- Target | types: auto-detect, qb-target, qtarget, ox_target
Config.BossMenu = "auto-detect" -- BossMenu | types: auto-detect, esx_society, qb-management
Config.NotificationType = "ox_lib" -- Notifications | types: ESX, ox_lib, qbcore
Config.Progress = "ox_lib_circle" -- ProgressBar | types: progressBars, ox_lib_square, ox_lib_circle, qbcore | Preview: ox_lib_square = https://imgur.com/bgVWs4u , ox_lib_circle = https://imgur.com/Tfq8CA0 , qbcore = https://imgur.com/ru33FYA
Config.Clothing = "auto-detect" -- Skin / Clothing | types: auto-detect, esx_skin, qb-clothing, fivem-appearance, ox_appearance
Config.Context = "ox_lib" -- Context | types: ox_lib, qbcore
Config.Input = "ox_lib" -- Input | types: ox_lib, qb-input
Config.PoliceJobs = { 'police', 'sheriff' } -- Jobs which can be alerted
Config.Dispatch = { enabled = true, script = "linden_outlawalert" } -- cd_dispatch, linden_outlawalert, ps-disptach
--PLAYER SETTINGS
Config.JobName = "beanmachine" -- Job name for beanmachine
Config.BossGrade = 5 -- Boss Grade
Config.NeedDuty = true -- Required duty to make drinks etc.
Config.NeedCleanHands = true -- Required to clean hands to make drinks etc.
Config.Logs = { enabled = true, type = "webhook" } -- use webhook or ox_lib (datadog) Can be changed in server > sv_utils.lua
Config.DropPlayer = false -- Drop (Kick) Player if tries to cheat!
Config.AnticheatBan = false -- Change in server/sv_Utils.lua!!! WIll not work by default you need to add your custom trigger to ban player!
Config.Inventory = "auto-detect" -- auto-detect, ox, quasar, chezza, qb
Config.MLO = "gabz" -- gabz, uj, slth -- dont change!
Config.beanmachine = {
PolyZone = {
coords = vector3(120.18, -1039.59, 28.28), size = vec3(100.0, 100.0, 100.0), rotation = 270, debug = false, RemovePeds = true, radius = 50.0
},
Garage = {
Ped = {
{ Model = "s_m_y_xmech_01", Coords = vec4(117.61, -1048.94, 28.21, 162.81),
Scenario = "WORLD_HUMAN_CLIPBOARD_FACILITY"
}
},
Vehicles = {
{ Model = "nspeedo", Label = "Vapid Speedo", livery = 0, image = "https://cdn.discordapp.com/attachments/936585783761051658/1107928643906314251/image.png", metadata = {""}, },
},
SpawnPoints = {
{ Coords = vector3(110.83, -1053.08, 28.2), Heading = 37.43, Radius = 3.0 }
},
},
AlertPolice = vec3(122.37, -1036.91, 28.97),
Delivery = vec3(126.9, -1035.19, 30.18),
SpawnObjects = true,
Sinks = {
Zones = {
Sink = {
coords = vector3(123.66, -1039.24, 29.34),
radius = 0.35,
debug = false,
WaterStream = vector3(123.66, -1039.24, 29.34),
},
},
Crafting = {
CleanLatteCup = {
Title = "Clean dirty latte cup",
description = "Required Item: Dirty latte cup",
image = "https://i.imgur.com/v6vULUD.png",
metadata = {""},
RequiredItems = {
{ item = "dirty_latte_cup", count = 1, remove = true },
},
AddItems = {
{ item = "latte_cup ", count = 1 },
}
},
CleanDirtyGlass = {
Title = "Clean dirty glass",
description = "Required Item: Dirty glass",
image = "https://i.imgur.com/ys9lxDt.png",
metadata = {""},
RequiredItems = {
{ item = "dirty_glass", count = 1, remove = true },
},
AddItems = {
{ item = "glass", count = 1 },
}
},
CleanPlate = {
Title = "Clean dirty plate",
description = "Requited Item: Dirty Plaate",
image = "https://i.imgur.com/gmXbU25.png",
metadata = {""},
RequiredItems = {
{ item = "dirty_plate", count = 1, remove = true },
},
AddItems = {
{ item = "plate", count = 1 },
}
},
},
},
ToiletSinks = {
},
Toilets = {
},
Duty = {
Main = { coords = vector3(126.95, -1035.99, 29.53), radius = 0.2, debug = false },
},
CloakRoom = {
Main = { coords = vector3(122.64398956298828, -1027.904296875, 29.27790451049804), radius = 0.7, debug = false },
},
Coffeemachine = {
Zones = {
Main = { coords = vector3(124.55, -1036.71, 29.48), radius = 0.25, debug = false },
Main2 = { coords = vector3(122.72, -1041.56, 29.46), radius = 0.25, debug = false },
},
Crafting = {
espresso = {
Title = "Espresso",
description = "Requirements: Coffee Cup, Coffee Beans",
image = "https://i.imgur.com/hdRUFC5.png",
metadata = {""},
RequiredItems = {
{ item = "coffee_cup", count = 1, remove = true },
{ item = "coffee_beans", count = 1, remove = true },
},
AddItems = {
{ item = "espresso", count = 1 },
}
},
latte = {
Title = "Latte Macchiato",
description = "Requirements: Espresso, Milk, Latte Cup",
image = "https://i.imgur.com/lwWKDj3.png",
metadata = {""},
RequiredItems = {
{ item = "espresso", count = 1, remove = true },
{ item = "milk", count = 1, remove = true },
{ item = "latte_cup", count = 1, remove = true },
},
AddItems = {
{ item = "latte_macchiato", count = 1 },
}
},
cappucino = {
Title = "Cappuccino",
description = "Requirements: Espresso, Milk, Coffee Cup",
image = "https://i.imgur.com/Wc90YUr.png",
metadata = {""},
RequiredItems = {
{ item = "espresso", count = 1, remove = true },
{ item = "milk", count = 1, remove = true },
{ item = "coffee_cup", count = 1, remove = true },
},
AddItems = {
{ item = "cappuccino", count = 1 },
}
},
ristretto = {
Title = "Ristretto",
description = "Requirements: Espresso, Crema, Coffee Cup",
image = "https://i.imgur.com/QYxQNsF.png",
metadata = {""},
RequiredItems = {
{ item = "espresso", count = 1, remove = true },
{ item = "crema", count = 1, remove = true },
{ item = "coffee_cup", count = 1, remove = true },
},
AddItems = {
{ item = "ristretto", count = 1 },
}
},
lungo = {
Title = "Espresso Lungo",
description = "Requirements: Espresso, Crema, Coffee Cup",
image = "https://i.imgur.com/uzHiCMJ.png",
metadata = {""},
RequiredItems = {
{ item = "espresso", count = 1, remove = true },
{ item = "crema", count = 1, remove = true },
{ item = "coffee_cup", count = 1, remove = true },
},
AddItems = {
{ item = "lungo", count = 1 },
}
},
flatwhite = {
Title = "Flat White",
description = "Requirements: Espresso, Milk, Coffee Cup",
image = "https://i.imgur.com/OEV5zdR.png",
metadata = {""},
RequiredItems = {
{ item = "espresso", count = 1, remove = true },
{ item = "milk", count = 1, remove = true },
{ item = "coffee_cup", count = 1, remove = true },
},
AddItems = {
{ item = "flatwhite", count = 1 },
}
},
affogato = {
Title = "Affogato",
description = "Requirements: Espresso, IceCream, Coffee Cup",
image = "https://i.imgur.com/G1yFYXS.png",
metadata = {""},
RequiredItems = {
{ item = "espresso", count = 1, remove = true },
{ item = "icecream", count = 1, remove = true },
{ item = "coffee_cup", count = 1, remove = true },
},
AddItems = {
{ item = "affogato", count = 1 },
}
},
irish = {
Title = "Irish",
description = "Requirements: Espresso, Whiskey, Sugar, Crema, Latte Cup",
image = "https://i.imgur.com/3ygf0C3.png",
metadata = {""},
RequiredItems = {
{ item = "espresso", count = 1, remove = true },
{ item = "whiskey", count = 1, remove = true },
{ item = "sugar", count = 1, remove = true },
{ item = "crema", count = 1, remove = true },
{ item = "latte_cup", count = 1, remove = true },
},
AddItems = {
{ item = "irish", count = 1 },
}
},
turkish_coffee = {
Title = "Turkish Coffee",
description = "Requirements: Sugar, Premium Turkish Beans, Coffee Cup",
image = "https://i.imgur.com/Xo045VU.png",
metadata = {""},
RequiredItems = {
{ item = "sugar", count = 1, remove = true },
{ item = "turkish_coffee_beans", count = 1, remove = true },
{ item = "coffee_cup", count = 1, remove = true },
},
AddItems = {
{ item = "turkish_coffee", count = 1 },
}
},
hot_chocolate = {
Title = "Hot Chocolate",
description = "Requirements: Chocolate, Chocolate Topping, Crema, Latte Cup",
image = "https://i.imgur.com/2HHVP1E.png",
metadata = {""},
RequiredItems = {
{ item = "chocolate", count = 1, remove = true },
{ item = "chocolate_topping", count = 1, remove = true },
{ item = "crema", count = 1, remove = true },
{ item = "latte_cup", count = 1, remove = true },
},
AddItems = {
{ item = "hot_chocolate", count = 1 },
}
},
},
},
Desert = {
Zones = {
Main = { coords = vector3(125.44, -1036.24, 29.25), radius = 0.35, debug = false },
},
Crafting = {
blackberry_muffin = {
Title = "Blackberry Muffin",
description = "Required Item: Muffin Cups, Blackberry, Muffin",
image = "https://i.imgur.com/DU3dU2k.png",
metadata = {""},
RequiredItems = {
{ item = "muffin_cups", count = 1, remove = true },
{ item = "blackberry", count = 1, remove = true },
{ item = "muffin", count = 1, remove = true },
},
AddItems = {
{ item = "blackberry_muffin", count = 1 },
}
},
lychee_muffin = {
Title = "Lychee Muffin",
description = "Required Item: Muffin Cups, Lychee, Muffin",
image = "https://i.imgur.com/jAFNaps.png",
metadata = {""},
RequiredItems = {
{ item = "muffin_cups", count = 1, remove = true },
{ item = "lychee", count = 1, remove = true },
{ item = "muffin", count = 1, remove = true },
},
AddItems = {
{ item = "lychee_muffin", count = 1 },
}
},
oreo_muffin = {
Title = "Oreo Muffin",
description = "Required Item: Muffin Cups, Oreo, Muffin",
image = "https://i.imgur.com/tlLH6gY.png",
metadata = {""},
RequiredItems = {
{ item = "muffin_cups", count = 1, remove = true },
{ item = "oreo", count = 1, remove = true },
{ item = "muffin", count = 1, remove = true },
},
AddItems = {
{ item = "oreo_muffin", count = 1 },
}
},
chocolate_muffin = {
Title = "Chocolate Muffin",
description = "Required Item: Muffin Cups, Chocolate, Muffin",
image = "https://i.imgur.com/Wrq7PWZ.png",
metadata = {""},
RequiredItems = {
{ item = "muffin_cups", count = 1, remove = true },
{ item = "chocolate", count = 1, remove = true },
{ item = "muffin", count = 1, remove = true },
},
AddItems = {
{ item = "chocolate_muffin", count = 1 },
}
},
pink_donut = {
Title = "Pink Donut",
description = "Required Item: Donut, Pink Topping",
image = "https://i.imgur.com/GDDiTmf.png",
metadata = {""},
RequiredItems = {
{ item = "donut", count = 1, remove = true },
{ item = "pink_topping", count = 1, remove = true },
},
AddItems = {
{ item = "pink_donut", count = 1 },
}
},
vanilla_donut = {
Title = "Vanilla Donut",
description = "Required Item: Donut, White Topping, Rainbow Sprinkles",
image = "https://i.imgur.com/3xVihSc.png",
metadata = {""},
RequiredItems = {
{ item = "donut", count = 1, remove = true },
{ item = "white_topping", count = 1, remove = true },
{ item = "rainbow_sprinkles", count = 1, remove = true },
},
AddItems = {
{ item = "vanilla_donut", count = 1 },
}
},
classic_donut = {
Title = "Classic Donut",
description = "Required Item: Donut, Sugar",
image = "https://i.imgur.com/K0t6z7u.png",
metadata = {""},
RequiredItems = {
{ item = "donut", count = 1, remove = true },
{ item = "sugar", count = 1, remove = true },
},
AddItems = {
{ item = "donut", count = 1 },
}
},
chocolate_donut = {
Title = "Chocolate Donut",
description = "Required Item: Donut, Chocolate Topping, Peanuts Sprinkles",
image = "https://i.imgur.com/XOfVX8v.png",
metadata = {""},
RequiredItems = {
{ item = "donut", count = 1, remove = true },
{ item = "chocolate_topping", count = 1, remove = true },
{ item = "peanuts_sprinkles", count = 1, remove = true },
},
AddItems = {
{ item = "chocolate_donut", count = 1 },
}
},
},
},
Tables = {
Zones = {
Main = { coords = vector3(124.17, -1037.8, 29.24), radius = 0.55, debug = false },
},
Crafting = {
toast = {
Title = "Toast with Ham and Cheese",
description = "Required Items: Toast Bread, Butter, Ham, Cheese, Plate",
image = "https://i.imgur.com/2BHt7j5.png",
metadata = {""},
RequiredItems = {
{ item = "toast_bread", count = 1, remove = true },
{ item = "butter", count = 1, remove = true },
{ item = "ham", count = 1, remove = true },
{ item = "cheese", count = 1, remove = true },
{ item = "plate", count = 1, remove = true },
},
AddItems = {
{ item = "toast", count = 1 },
}
},
},
},
Dispensor = {
Zones = {
Main = { coords = vector3(123.22, -1042.65, 29.41), radius = 0.25, debug = false },
},
Crafting = {
MintTea = {
Title = "Mint Tea",
description = "Required Items: Tea Cup, Mint",
image = "https://i.imgur.com/MW99QlQ.png",
metadata = {""},
RequiredItems = {
{ item = "glass", count = 1, remove = true },
{ item = "mint", count = 1, remove = true },
},
AddItems = {
{ item = "mintea", count = 1 },
}
},
GreenTea = {
Title = "Green Tea",
description = "Required Items: Tea Cup, Green Leaf",
image = "https://i.imgur.com/yXqrYkk.png",
metadata = {""},
RequiredItems = {
{ item = "glass", count = 1, remove = true },
{ item = "greenleaf", count = 1, remove = true },
},
AddItems = {
{ item = "greentea", count = 1 },
}
},
JasmineTea = {
Title = "Jasmine Tea",
description = "Required Items: Tea Cup, Jasmine",
image = "https://i.imgur.com/hP4e8JT.png",
metadata = {""},
RequiredItems = {
{ item = "glass", count = 1, remove = true },
{ item = "jasmine", count = 1, remove = true },
},
AddItems = {
{ item = "jasminetea", count = 1 },
}
},
},
},
CrushedIce = {
Zones = {
Main = { coords = vector3(126.15, -1036.41, 29.48), radius = 0.25, debug = false },
},
Crafting = {
multivitamin_crushedice = {
Title = "Multivitamin",
description = "Required Items: Cup",
image = "https://i.imgur.com/WLbt94L.png",
metadata = {""},
RequiredItems = {
{ item = "cup", count = 1, remove = true },
},
AddItems = {
{ item = "multivitamin_crushedice", count = 1 },
}
},
lemon_crushedice = {
Title = "Lemon",
description = "Required Items: Cup",
image = "https://i.imgur.com/EOQ3vrH.png",
metadata = {""},
RequiredItems = {
{ item = "cup", count = 1, remove = true },
},
AddItems = {
{ item = "lemon_crushedice", count = 1 },
}
},
},
},
BossMenu = {
Main = { coords = vector3(126.28, -1034.54, 29.26), radius = 0.36, debug = false },
},
Registers = {
FrontBar = { coords = vector3(122.22, -1036.63, 29.45), radius = 0.50, debug = false, amount = 0 },
FrontBar2 = { coords = vector3(120.9, -1040.19, 29.45), radius = 0.50, debug = false, amount = 0 },
},
Stashes = {
Stash1 = {
name = "beanmachine_stash1",
label = "Stash #1",
TargetIcon = "fas fa-warehouse",
TargetLabel = "Stash",
Slots = 40,
Weight = 40000, -- 40 KG
coords = vector3(122.67, -1041.44, 28.95),
radius = 0.4,
debug = false,
job = "beanmachine"
},
Stash2 = {
name = "beanmachine_stash2",
label = "Stash #2",
TargetIcon = "fas fa-warehouse",
TargetLabel = "Stash",
Slots = 40,
Weight = 40000, -- 40 KG
coords = vector3(123.03, -1040.46, 28.95),
radius = 0.4,
debug = false,
job = "beanmachine"
},
Stash3 = {
name = "beanmachine_stash3",
label = "Stash #3",
TargetIcon = "fas fa-warehouse",
TargetLabel = "Stash",
Slots = 40,
Weight = 40000, -- 40 KG
coords = vector3(123.28, -1039.77, 28.97),
radius = 0.4,
debug = false,
job = "beanmachine"
},
Stash4 = {
name = "beanmachine_stash4",
label = "Stash #4",
TargetIcon = "fas fa-warehouse",
TargetLabel = "Stash",
Slots = 40,
Weight = 40000, -- 40 KG
coords = vector3(123.67, -1038.69, 28.97),
radius = 0.4,
debug = false,
job = "beanmachine"
},
Stash5 = {
name = "beanmachine_stash4",
label = "Stash #4",
TargetIcon = "fas fa-warehouse",
TargetLabel = "Stash",
Slots = 40,
Weight = 40000, -- 40 KG
coords = vector3(124.03, -1037.66, 28.95),
radius = 0.4,
debug = false
},
Stash6 = {
name = "beanmachine_stash4",
label = "Stash #4",
TargetIcon = "fas fa-warehouse",
TargetLabel = "Stash",
Slots = 40,
Weight = 40000, -- 40 KG
coords = vector3(124.33, -1036.88, 28.96),
radius = 0.4,
debug = false
},
Table1 = {
name = "beanmachine_table1",
label = "Beanmachine Tray #1",
TargetIcon = "fas fa-tablet",
TargetLabel = "Tray",
Slots = 10,
Weight = 15000, -- 15 KG
coords = vector3(121.82, -1037.1, 29.27),
radius = 0.4,
debug = false
},
Table2 = {
name = "beanmachine_table2",
label = "Beanmachine Tray #2",
TargetIcon = "fas fa-tablet",
TargetLabel = "Tray",
Slots = 10,
Weight = 15000, -- 15 KG
coords = vector3(120.5, -1040.79, 29.26),
radius = 0.4,
debug = false
},
Table3 = {
name = "beanmachine_table3",
label = "Beanmachine Table #3",
TargetIcon = "fas fa-tablet",
TargetLabel = "Table",
Slots = 10,
Weight = 15000, -- 15 KG
coords = vector3(121.76, -1047.56, 29.27),
radius = 0.4,
debug = false
},
Table4 = {
name = "beanmachine_table4",
label = "Beanmachine Table #4",
TargetIcon = "fas fa-tablet",
TargetLabel = "Table",
Slots = 10,
Weight = 15000, -- 15 KG
coords = vector3(117.14, -1047.12, 28.28),
radius = 0.4,
debug = false
},
Table5 = {
name = "beanmachine_table5",
label = "Beanmachine Table #5",
TargetIcon = "fas fa-tablet",
TargetLabel = "Table",
Slots = 10,
Weight = 15000, -- 15 KG
coords = vector3(117.14, -1047.12, 29.28),
radius = 0.4,
debug = false
},
Table6 = {
name = "beanmachine_table6",
label = "Beanmachine Table #6",
TargetIcon = "fas fa-tablet",
TargetLabel = "Table",
Slots = 10,
Weight = 15000, -- 15 KG
coords = vector3(115.19, -1044.66, 28.53),
radius = 0.4,
debug = false
},
Table7 = {
name = "beanmachine_table7",
label = "Beanmachine Table #7",
TargetIcon = "fas fa-tablet",
TargetLabel = "Table",
Slots = 10,
Weight = 15000, -- 15 KG
coords = vector3(118.88, -1033.99, 28.88),
radius = 0.4,
debug = false
},
Table8 = {
name = "beanmachine_table8",
label = "Beanmachine Table #8",
TargetIcon = "fas fa-tablet",
TargetLabel = "Table",
Slots = 10,
Weight = 15000, -- 15 KG
coords = vector3(120.44, -1029.34, 28.91),
radius = 0.4,
debug = false
},
Table9 = {
name = "beanmachine_table9",
label = "Beanmachine Table #9",
TargetIcon = "fas fa-tablet",
TargetLabel = "Table",
Slots = 10,
Weight = 15000, -- 15 KG
coords = vector3(124.2, -1029.32, 29.3),
radius = 0.4,
debug = false
},
},
}
--BLIPS
Config.Blips = {
beanmachine = { -- do not use same value twice (will result in overwriting of blip)
BlipCoords = vec3(120.65, -1038.33, 28.28), -- Blip coords
Sprite = 106, -- Blip Icon
Display = 4, -- keep 4
Scale = 0.7, -- Size of blip
Colour = 31, -- colour
Name = "Bean Machine" -- Blip name
},
}
--Job BLIPS
Config.JobBlips = {
PawnShop = { -- do not use same value twice (will result in overwriting of blip)
BlipCoords = vec3(-643.22, -1227.96, 10.55), -- Blip coords
Sprite = 59, -- Blip Icon
Display = 4, -- keep 4
Scale = 0.5, -- Size of blip
Colour = 2, -- colour
Name = "Bean Machine - Shop" -- Blip name
},
}
--Shop
Config.Shop = {
Header = "Beanmachine Shop",
Items = {
{ label = 'Blackberry', item = 'blackberry', description = "Buy Blackberry for: $", price = 25, MinAmount = 5, MaxAmount = 15, image = "https://i.imgur.com/UEZxgA7.png", metadata = {""} },
{ label = 'Butter', item = 'butter', description = "Buy Butter for: $", price = 25, MinAmount = 5, MaxAmount = 515, image = "https://i.imgur.com/frquDAj.png", metadata = {""} },
{ label = 'Donut', item = 'donut', description = "Buy Donut for: $", price = 25, MinAmount = 5, MaxAmount = 15, image = "https://i.imgur.com/k4Xmfdh.png", metadata = {""} },
{ label = 'Grean Leaf', item = 'greenleaf', description = "Buy Green Leaf Tea for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/znAtmdr.png", metadata = {""} },
{ label = 'Ham', item = 'ham', description = "Buy Ham for: $", price = 25, MinAmount = 5, MaxAmount = 15, image = "https://i.imgur.com/74vwtgm.png", metadata = {""} },
{ label = 'Cheese', item = 'cheese', description = "Buy Ramune Watermelon for: $", price = 25, MinAmount = 5, MaxAmount = 15, image = "https://i.imgur.com/CO2lOTm.png", metadata = {""} },
{ label = 'Chocolate', item = 'chocolate', description = "Buy Chocolate for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/PLjDqb0.png", metadata = {""} },
{ label = 'Chocolate Topping', item = 'chocolate_topping', description = "Buy Chocolate Topping for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/hHObKAL.png", metadata = {""} },
{ label = 'Jasmine Tea', item = 'jasmine', description = "Buy Jasmine Tea for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/AsdX0um.png", metadata = {""} },
{ label = 'Lychee', item = 'lychee', description = "Buy Lychee for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/JnO0WhA.png", metadata = {""} },
{ label = 'Mint', item = 'mint', description = "Buy Mint for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/cHwwFki.png", metadata = {""} },
{ label = 'Muffin', item = 'muffin', description = "Buy Muffin for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/JdrtPyi.png", metadata = {""} },
{ label = 'Muffin Cups', item = 'muffin_cups', description = "Buy Muffin Cups for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/yekTYEH.png", metadata = {""} },
{ label = 'Oreo', item = 'oreo', description = "Buy Oreo for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/iSkwvc9.png", metadata = {""} },
{ label = 'Peanuts Sprinkles', item = 'peanuts_sprinkles', description = "Buy Peanuts Sprinkles for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/QBtRAGD.png", metadata = {""} },
{ label = 'Pink Topping', item = 'pink_topping', description = "Buy Pink Topping for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/NbKaZxd.png", metadata = {""} },
{ label = 'Rainbow Sprinkles', item = 'rainbow_sprinkles', description = "Buy Rainbow Sprinkles for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/NbKaZxd.png", metadata = {""} },
{ label = 'Sugar', item = 'sugar', description = "Buy Sugar for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/r5cnZKZ.png", metadata = {""} },
{ label = 'Toast Bread', item = 'toast_bread', description = "Buy Toast Bread for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/HsedIgK.png", metadata = {""} },
{ label = 'White Topping', item = 'white_topping', description = "Buy White Topping for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/FMipyPU.png", metadata = {""} },
{ label = 'Coffee Cup', item = 'coffee_cup', description = "Buy Coffee Cup for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/SeeMx0F.png", metadata = {""} },
{ label = 'Coffee Beans', item = 'coffee_beans', description = "Buy Coffee Beans for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/uIxaXo5.png", metadata = {""} },
{ label = 'Milk', item = 'milk', description = "Buy Milk for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/orOyyzE.png", metadata = {""} },
{ label = 'Crema', item = 'crema', description = "Buy Crema for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/5levntK.png", metadata = {""} },
{ label = 'Ice Cream', item = 'icecream', description = "Buy Ice Cream for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/c33IvUK.png", metadata = {""} },
{ label = 'Whiskey', item = 'whiskey', description = "Buy Whiskey for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/UI0gnHc.png", metadata = {""} },
{ label = 'Tea Glass', item = 'glass', description = "Buy Tea Glass for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/6RZCFoh.png", metadata = {""} },
{ label = 'Latte Cup', item = 'latte_cup', description = "Buy Latte Cup for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/psJRnj8.png", metadata = {""} },
{ label = 'Plate', item = 'plate', description = "Buy Plate for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/cwBtUCs.png", metadata = {""} },
{ label = 'Cup', item = 'cup', description = "Buy Cup for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/DXpB5Yw.png", metadata = {""} },
},
Ped = {
{ model = "u_m_y_mani", coords = vec4(-643.28, -1227.97, 10.55, 302.07), scenario = "WORLD_HUMAN_SMOKING" },
},
}
-- Consumables / Drinking / Eating
Config.Consumables = {
--EAT
blackberry_muffin = { -- Item name
Log = "You ate Blackberry Mufin",
Remove = true, -- Remove item
RemoveItem = "blackberry_muffin", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = false,
AddItem = "bar_bowl_dirty", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Eating...",
duration = 6500,
Effect = { status = "hunger", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'mp_player_inteat@burger',
clip = 'mp_player_int_eat_burger'
},
prop = {
model = 'prop_amb_donut',
bone = 18905,
pos = vec3(0.13, 0.05, 0.02),
rot = vec3(-50.0, 100.0, 270.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SMOKING_POT"
},
},
}
},
donut = { -- Item name
Log = "You ate Donut",
Remove = true, -- Remove item
RemoveItem = "donut", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = false,
AddItem = "", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Eating...",
duration = 6500,
Effect = { status = "hunger", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'mp_player_inteat@burger',
clip = 'mp_player_int_eat_burger'
},
prop = {
model = 'prop_amb_donut',
bone = 18905,
pos = vec3(0.13, 0.05, 0.02),
rot = vec3(-50.0, 100.0, 270.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SMOKING_POT"
},
},
}
},
chocolate_donut = { -- Item name
Log = "You ate Chocolate Donut",
Remove = true, -- Remove item
RemoveItem = "chocolate_donut", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = false,
AddItem = "", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Eating...",
duration = 6500,
Effect = { status = "hunger", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'mp_player_inteat@burger',
clip = 'mp_player_int_eat_burger'
},
prop = {
model = 'prop_amb_donut',
bone = 18905,
pos = vec3(0.13, 0.05, 0.02),
rot = vec3(-50.0, 100.0, 270.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SMOKING_POT"
},
},
}
},
chocolate_muffin = { -- Item name
Log = "You ate Chocolate Muffin",
Remove = true, -- Remove item
RemoveItem = "chocolate_muffin", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = false,
AddItem = "bar_bowl_dirty", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Eating...",
duration = 6500,
Effect = { status = "hunger", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'mp_player_inteat@burger',
clip = 'mp_player_int_eat_burger'
},
prop = {
model = 'prop_amb_donut',
bone = 18905,
pos = vec3(0.13, 0.05, 0.02),
rot = vec3(-50.0, 100.0, 270.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SMOKING_POT"
},
},
}
},
lychee_muffin = { -- Item name
Log = "You ate Lychee Muffin ",
Remove = true, -- Remove item
RemoveItem = "lychee_muffin", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = false,
AddItem = "bar_bowl_dirty", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Eating...",
duration = 6500,
Effect = { status = "hunger", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'mp_player_inteat@burger',
clip = 'mp_player_int_eat_burger'
},
prop = {
model = 'prop_amb_donut',
bone = 18905,
pos = vec3(0.13, 0.05, 0.02),
rot = vec3(-50.0, 100.0, 270.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SMOKING_POT"
},
},
}
},
muffin = { -- Item name
Log = "You ate Muffin",
Remove = true, -- Remove item
RemoveItem = "muffin", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = false,
AddItem = "bar_bowl_dirty", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Eating...",
duration = 6500,
Effect = { status = "hunger", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'mp_player_inteat@burger',
clip = 'mp_player_int_eat_burger'
},
prop = {
model = 'prop_amb_donut',
bone = 18905,
pos = vec3(0.13, 0.05, 0.02),
rot = vec3(-50.0, 100.0, 270.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SMOKING_POT"
},
},
}
},
oreo_muffin = { -- Item name
Log = "You ate Oreo Muffin",
Remove = true, -- Remove item
RemoveItem = "spring_rolls", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = false,
AddItem = "bar_bowl_dirty", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Eating...",
duration = 6500,
Effect = { status = "hunger", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'mp_player_inteat@burger',
clip = 'mp_player_int_eat_burger'
},
prop = {
model = 'prop_amb_donut',
bone = 18905,
pos = vec3(0.13, 0.05, 0.02),
rot = vec3(-50.0, 100.0, 270.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SMOKING_POT"
},
},
}
},
toast = { -- Item name
Log = "You ate Toast",
Remove = true, -- Remove item
RemoveItem = "toast", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = false,
AddItem = "bar_bowl_dirty", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Eating...",
duration = 6500,
Effect = { status = "hunger", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'mp_player_inteat@burger',
clip = 'mp_player_int_eat_burger'
},
prop = {
model = 'v_res_fa_bread03',
bone = 18905,
pos = vec3(0.13, 0.06, 0.02),
rot = vec3(-130.0, -7.0, 0.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SMOKING_POT"
},
},
}
},
pink_donut = { -- Item name
Log = "You ate Pink Donut",
Remove = true, -- Remove item
RemoveItem = "pink_donut", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = false,
AddItem = "bar_bowl_dirty", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Eating...",
duration = 6500,
Effect = { status = "hunger", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'mp_player_inteat@burger',
clip = 'mp_player_int_eat_burger'
},
prop = {
model = 'prop_amb_donut',
bone = 18905,
pos = vec3(0.13, 0.05, 0.02),
rot = vec3(-50.0, 100.0, 270.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SMOKING_POT"
},
},
}
},
vanilla_donut = { -- Item name
Log = "You ate Vanilla Donut",
Remove = true, -- Remove item
RemoveItem = "vanilla_donut", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = false,
AddItem = "bar_bowl_dirty", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Eating...",
duration = 6500,
Effect = { status = "hunger", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'mp_player_inteat@burger',
clip = 'mp_player_int_eat_burger'
},
prop = {
model = 'prop_amb_donut_01',
bone = 18905,
pos = vec3(0.13, 0.05, 0.02),
rot = vec3(-50.0, 100.0, 270.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SMOKING_POT"
},
},
}
},
lemon_crushedice = { -- Item name
Log = "You drunk Lemon Crushedice",
Remove = true, -- Remove item
RemoveItem = "lemon_crushedice", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = true,
AddItem = "dirty_cup", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Drinking...",
duration = 6500,
Effect = { status = "thirst", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'amb@world_human_drinking@coffee@male@idle_a',
clip = 'idle_c'
},
prop = {
model = 'p_amb_coffeecup_01',
bone = 28422,
pos = vec3(0.15, 0.02, -0.03),
rot = vec3(-70.0, 30.0, 10.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
},
},
}
},
multivitamin_crushedice = { -- Item name
Log = "You drunk Multivitamin Crushedice",
Remove = true, -- Remove item
RemoveItem = "multivitamin_crushedice", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = true,
AddItem = "dirty_cup", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Drinking...",
duration = 6500,
Effect = { status = "thirst", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'amb@world_human_drinking@coffee@male@idle_a',
clip = 'idle_c'
},
prop = {
model = 'p_amb_coffeecup_01',
bone = 28422,
pos = vec3(0.15, 0.02, -0.03),
rot = vec3(-70.0, 30.0, 10.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
},
},
}
},
affogato = { -- Item name
Log = "You drunk Affogato",
Remove = true, -- Remove item
RemoveItem = "affogato", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = true,
AddItem = "dirty_cup", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Drinking...",
duration = 6500,
Effect = { status = "thirst", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'amb@world_human_drinking@coffee@male@idle_a',
clip = 'idle_c'
},
prop = {
model = 'v_club_vu_coffeecup',
bone = 28422,
pos = vec3(0.0, 0.0, -0.06),
rot = vec3(0.0, 0.0, 0.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
},
},
}
},
hot_chocolate = { -- Item name
Log = "You drunk Hot Chocolate",
Remove = true, -- Remove item
RemoveItem = "hot_chocolate", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = true,
AddItem = "dirty_latte_cup", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Drinking...",
duration = 6500,
Effect = { status = "thirst", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'amb@world_human_drinking@coffee@male@idle_a',
clip = 'idle_c'
},
prop = {
model = 'v_club_vu_coffeecup',
bone = 28422,
pos = vec3(0.0, 0.0, -0.06),
rot = vec3(0.0, 0.0, 0.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
},
},
}
},
espresso = { -- Item name
Log = "You drunk Espresso",
Remove = true, -- Remove item
RemoveItem = "espresso", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = true,
AddItem = "dirty_latte_cup", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Drinking...",
duration = 6500,
Effect = { status = "thirst", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'amb@world_human_drinking@coffee@male@idle_a',
clip = 'idle_c'
},
prop = {
model = 'v_club_vu_coffeecup',
bone = 28422,
pos = vec3(0.0, 0.0, -0.06),
rot = vec3(0.0, 0.0, 0.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
},
},
}
},
flatwhite = { -- Item name
Log = "You drunk Flat White",
Remove = true, -- Remove item
RemoveItem = "flatwhite", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = true,
AddItem = "dirty_latte_cup", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Drinking...",
duration = 6500,
Effect = { status = "thirst", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'amb@world_human_drinking@coffee@male@idle_a',
clip = 'idle_c'
},
prop = {
model = 'v_club_vu_coffeecup',
bone = 28422,
pos = vec3(0.0, 0.0, -0.06),
rot = vec3(0.0, 0.0, 0.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
},
},
}
},
irish = { -- Item name
Log = "You drunk Irish",
Remove = true, -- Remove item
RemoveItem = "irish", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = true,
AddItem = "dirty_latte_cup", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Drinking...",
duration = 6500,
Effect = { status = "thirst", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'amb@world_human_drinking@coffee@male@idle_a',
clip = 'idle_c'
},
prop = {
model = 'v_club_vu_coffeecup',
bone = 28422,
pos = vec3(0.0, 0.0, -0.06),
rot = vec3(0.0, 0.0, 0.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
},
},
}
},
latte_macchiato = { -- Item name
Log = "You drunk Latte Macchiato",
Remove = true, -- Remove item
RemoveItem = "latte_macchiato", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = true,
AddItem = "dirty_latte_cup", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Drinking...",
duration = 6500,
Effect = { status = "thirst", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'amb@world_human_drinking@coffee@male@idle_a',
clip = 'idle_c'
},
prop = {
model = 'v_club_vu_coffeecup',
bone = 28422,
pos = vec3(0.0, 0.0, -0.06),
rot = vec3(0.0, 0.0, 0.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
},
},
}
},
lungo = { -- Item name
Log = "You drunk Lungo",
Remove = true, -- Remove item
RemoveItem = "lungo", -- Remove Item name
RemoveItemCount = 1, -- Remove Item Count
Add = true,
AddItem = "dirty_latte_cup", -- Remove Item name
AddItemCount = 1, -- Remove Item Count
ProgressBar = "Drinking...",
duration = 6500,
Effect = { status = "thirst", add = 100000 },
animation = {
emote = {
enabled = true,
anim = {
dict = 'amb@world_human_drinking@coffee@male@idle_a',
clip = 'idle_c'
},
prop = {
model = 'v_club_vu_coffeecup',
bone = 28422,
pos = vec3(0.0, 0.0, -0.06),
rot = vec3(0.0, 0.0, 0.0)
},
},
scenario = {
enabled = false,
anim = {
scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
},
},
}
},
}
Config.ChairsDebug = false
Config.Chairs = {
-- CHAIRS 1
{
coords = vector3(122.39, -1046.9, 29.05), offsetZ = -0.10, heading = 77.64, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(121.8836, -1046.7637, 28.2728, 81.8016)
},
{
coords = vector3(121.78, -1048.62, 29.02), offsetZ = -0.10, heading = 37.8, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(121.3471, -1048.2238, 28.2764, 38.9642)
},
{
coords = vector3(117.83, -1047.69, 29.08), offsetZ = -0.10, heading = 351.34, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(118.0733, -1047.3110, 28.2779, 348.5029)
},
{
coords = vector3(116.19, -1047.11, 29.07), offsetZ = -0.10, heading = 314.01, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(116.7916, -1046.4565, 28.2730, 314.0121)
},
{
coords = vector3(114.17, -1046.14, 28.42), offsetZ = -0.10, heading = 335.23, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(114.6283, -1045.6519, 28.9220, 342.1502)
},
{
coords = vector3(113.59, -1044.37, 28.43), offsetZ = -0.10, heading = 281.37, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(114.0551, -1044.3232, 28.9220, 281.7205)
},
{
coords = vector3(117.66, -1035.8, 28.75), offsetZ = -0.10, heading = 335.09, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(117.8733, -1035.3700, 28.2624, 332.4528)
},
{
coords = vector3(117.01, -1034.38, 28.76), offsetZ = -0.10, heading = 243.65, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(117.6691, -1034.4951, 28.2779, 250.1158)
},
{
coords = vector3(117.45, -1033.36, 28.76), offsetZ = -0.10, heading = 249.4, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(117.9648, -1033.7018, 28.2779, 248.5954)
},
{
coords = vector3(117.67, -1032.54, 28.76), offsetZ = -0.10, heading = 250.34, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(118.2701, -1032.7531, 28.2777, 250.3433)
},
{
coords = vector3(119.14, -1031.51, 28.81), offsetZ = -0.10, heading = 180.01, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(119.1447, -1032.4293, 28.2735, 180.0145)
},
{
coords = vector3(119.1, -1028.63, 28.8), offsetZ = -0.10, heading = 248.89, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(119.6790, -1028.8517, 28.2731, 248.8879)
},
{
coords = vector3(120.68, -1027.71, 28.81), offsetZ = -0.10, heading = 170.72, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(120.5509, -1028.4436, 28.2761, 170.6650)
},
{
coords = vector3(123.56, -1028.67, 29.12), offsetZ = -0.10, heading = 163.62, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(123.3796, -1029.1089, 28.2779, 149.7903)
},
{
coords = vector3(125.1, -1029.19, 29.07), offsetZ = -0.10, heading = 159.92, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(124.9735, -1029.7040, 28.2768, 160.9883)
},
{
coords = vector3(124.49, -1032.45, 29.09), offsetZ = -0.10, heading = 160.77, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(124.6916, -1031.9022, 28.2779, 181.3369)
},
{
coords = vector3(122.9, -1032.46, 29.14), offsetZ = -0.10, heading = 205.34, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(122.6216, -1031.8962, 28.2779, 215.1225)
},
{
coords = vector3(122.19, -1033.41, 29.11), offsetZ = -0.10, heading = 249.24, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(121.6669, -1033.2433, 28.2779, 246.6754)
},
{
coords = vector3(121.68, -1034.41, 29.11), offsetZ = -0.10, heading = 250.46, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(121.2065, -1034.3096, 28.2779, 250.4107)
},
{
coords = vector3(119.06, -1041.72, 29.1), offsetZ = -0.10, heading = 249.68, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(118.5429, -1041.5582, 28.2779, 250.1793)
},
{
coords = vector3(118.77, -1042.79, 29.11), offsetZ = -0.10, heading = 234.25, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(118.2971, -1042.3878, 28.2779, 262.9703)
},
{
coords = vector3(118.75, -1044.01, 29.12), offsetZ = -0.10, heading = 295.27, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(118.2913, -1044.3926, 28.2779, 310.7941)
},
{
coords = vector3(119.89, -1044.96, 29.15), offsetZ = -0.10, heading = 337.24, radius = 0.5, distance = 1.7,
LeaveCoords = vector4(119.5739, -1045.3955, 28.2779, 345.6711)
},
}
Config.Delivery = {
{
item = "donut", -- Item name
Label = "Donut", -- Item label
MinPrice = 850, -- Min price
MaxPrice = 1000, -- Max price
MinCount = 2, -- Min Count
MaxCount = 2, -- Max Count
},
{
item = "lemon_crushedice", -- Item name
Label = "Lemon Crushed Ice", -- Item label
MinPrice = 850, -- Min price
MaxPrice = 1000, -- Max price
MinCount = 2, -- Min Count
MaxCount = 2, -- Max Count
},
{
item = "oreo_muffin", -- Item name
Label = "Oreo Muffin", -- Item label
MinPrice = 850, -- Min price
MaxPrice = 1000, -- Max price
MinCount = 2, -- Min Count
MaxCount = 2, -- Max Count
},
{
item = "pink_donut", -- Item name
Label = "Pink Donut", -- Item label
MinPrice = 850, -- Min price
MaxPrice = 1000, -- Max price
MinCount = 2, -- Min Count
MaxCount = 2, -- Max Count
},
}
Last updated