Guest User

CONFIG

a guest
Mar 24th, 2023
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 94.91 KB | None | 0 0
  1. --ONLY CONFIG NAMED sh_config.lua will work!
  2.  
  3. Config = {}
  4.  
  5. Config.Debug = false -- Debug
  6. --SERVER SETTINGS
  7. Config.Framework = "ESX" -- Framework | types: qbcore, ESX, standalone
  8. Config.Target = "qtarget" -- Target | types: qb-target, qtarget, ox_target
  9. Config.BossMenu = "esx_society" -- BossMenu | types: esx_society, qb-management, zerio-bossmenu
  10. Config.NotificationType = "ox_lib" -- Notifications | types: ESX, ox_lib, qbcore
  11. Config.Progress = "ox_lib_square" -- 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
  12. Config.Clothing = "fivem-appearance" -- Skin / Clothing | types: esx_skin, qb-clothing, fivem-appearance, ox_appearance
  13. Config.Context = "ox_lib" -- Context | types: ox_lib, qbcore
  14. Config.Input = "ox_lib" -- Input | types: ox_lib, qb-input
  15. Config.PoliceJobs = { 'police', 'sheriff' } -- For Alert
  16. Config.Dispatch = { enabled = true, script = "linden_outlawalert" } -- cd_dispatch, linden_outlawalert, ps-disptach
  17. --PLAYER SETTINGS
  18. Config.JobName = "pizza" -- Job name for pizza
  19. Config.BossGrade = 4 -- Boss Grade
  20. Config.NeedDuty = true -- Required duty to make drinks etc.
  21. Config.NeedCleanHands = true -- Required to clean hands to make drinks etc.
  22.  
  23. Config.Logs = { enabled = true, type = "webhook" } -- use webhook or ox_lib (datadog) Can be changed in server > sv_utils.lua
  24. Config.DropPlayer = true -- Drop (Kick) Player if tries to cheat!
  25. Config.AnticheatBan = false -- Change in server/sv_Utils.lua!!! WIll not work by default you need to add your custom trigger to ban player!
  26.  
  27. Config.PizzaThis = {
  28.     PolyZone = {
  29.         coords = vector3(804.53, -753.57, 53.47), size = vec3(24.5, 31.2, 70), rotation = 270, debug = false, RemovePeds = true, radius = 50.0
  30.     },
  31.  
  32.  
  33.     Garage = {
  34.         Ped = {
  35.             { Model = "s_m_y_xmech_01", Coords = vec4(813.8572, -732.0049, 26.5978, 143.0801),
  36.                 Scenario = "WORLD_HUMAN_CLIPBOARD_FACILITY"
  37.             }
  38.         },
  39.         Vehicles = {
  40.             { Model = "nspeedo", Label = "Vapid Speedo", livery = 1, image = "https://cdn.discordapp.com/attachments/822022027413946399/1088822046529704028/image.png", metadata = {""}, },
  41.         },
  42.         SpawnPoints = {
  43.             { Coords = vector3(811.7018, -736.1868, 27.4150), Heading = 131.6246, Radius = 3.0 }
  44.         },
  45.     },
  46.  
  47.     AlertPolice = vec3(811.97, -750.02, 26.93),
  48.  
  49.     Delivery = vec3(811.72, -761.7, 27.19),
  50.  
  51.     SpawnObjects = true,
  52.  
  53.     Food = {
  54.         Zones = {
  55.             FrontBar = {
  56.                 coords = vector3(810.44, -765.16, 26.68),
  57.                 radius = 0.35,
  58.                 debug = false,
  59.             },
  60.         },
  61.         Crafting = {
  62.             Alla_vodka = {
  63.                 Title = "Alla vodka",
  64.                 description = "Requirements: Diced prosciutto, Onion, Vodka sauce, Bowl",
  65.                 image = "https://imgur.com/9ZwsfwK.png",
  66.                 metadata = {""},
  67.                 RequiredItems = {
  68.                     { item = "diced_prosciutto", count = 1, remove = true },
  69.                     { item = "onion", count = 1, remove = true },
  70.                     { item = "vodka_sauce", count = 1, remove = true },
  71.                     { item = "bar_bowl", count = 1, remove = true },
  72.                 },
  73.                 AddItems = {
  74.                     { item = "alla_vodka", count = 1 },
  75.                 }
  76.             },
  77.             Bolognese = {
  78.                 Title = "Bolognese",
  79.                 description = "Requirements: Meatballs, Garlic, Tomatto sauce, Oil, Bowl",
  80.                 image = "https://imgur.com/zafpSRi.png",
  81.                 metadata = {""},
  82.                 RequiredItems = {
  83.                     { item = "meatballs", count = 1, remove = true },
  84.                     { item = "oil", count = 1, remove = true },
  85.                     { item = "garlic", count = 1, remove = true },
  86.                     { item = "rice", count = 1, remove = true },
  87.                     { item = "tomatto_sauce", count = 1, remove = true },
  88.                     { item = "bar_bowl", count = 1, remove = true },
  89.                 },
  90.                 AddItems = {
  91.                     { item = "bolognese", count = 1 },
  92.                 }
  93.             },
  94.             Calamari_marinara = {
  95.                 Title = "Calamari marinara",
  96.                 description = "Requirements: Squid rings, Tomatto sauce, Pasta, Bowl",
  97.                 image = "https://imgur.com/u8ENI6c.png",
  98.                 metadata = {""},
  99.                 RequiredItems = {
  100.                     { item = "squid_rings", count = 1, remove = true },
  101.                     { item = "tomatto_sauce", count = 1, remove = true },
  102.                     { item = "pasta", count = 1, remove = true },
  103.                     { item = "bar_bowl", count = 1, remove = true },
  104.                 },
  105.                 AddItems = {
  106.                     { item = "calamari_marinara", count = 1 },
  107.                 }
  108.             },
  109.             Pescatore = {
  110.                 Title = "Pescatore",
  111.                 description = "Requirements: Shrimps, Calamari, Clams, Rice, Soy sauce, Plate, Bowl",
  112.                 image = "https://imgur.com/WKN3Iu5.png",
  113.                 metadata = {""},
  114.                 RequiredItems = {
  115.                     { item = "shrimps", count = 1, remove = true },
  116.                     { item = "calamari", count = 1, remove = true },
  117.                     { item = "clams", count = 1, remove = true },
  118.                     { item = "bar_bowl", count = 1, remove = true },
  119.                 },
  120.                 AddItems = {
  121.                     { item = "pescatore", count = 1 },
  122.                 }
  123.             },
  124.         },
  125.     },
  126.  
  127.     Sinks = {
  128.         Zones = {
  129.             FrontBar = {
  130.                 coords = vector3(801.64, -758.69, 31.27),
  131.                 radius = 0.35,
  132.                 debug = false,
  133.                 WaterStream = vector3(801.51, -758.68, 31.27),
  134.             },
  135.             Kitchen = {
  136.                 coords = vector3(813.63, -758.4, 26.68),
  137.                 radius = 0.35,
  138.                 debug = false,
  139.                 WaterStream = vector3(813.82, -758.4, 27.08),
  140.             },
  141.             Kitchen2 = {
  142.                 coords = vector3(809.31, -760.15, 26.63),
  143.                 radius = 0.4,
  144.                 debug = false,
  145.                 WaterStream = vector3(809.22, -760.17, 26.94),
  146.             },
  147.             Kitchen3 = {
  148.                 coords = vector3(809.48, -765.16, 26.63),
  149.                 radius = 0.4,
  150.                 debug = false,
  151.                 WaterStream = vector3(809.52, -765.22, 26.93),
  152.             },
  153.             Bar = {
  154.                 coords = vector3(813.26, -755.49, 26.78),
  155.                 radius = 0.4,
  156.                 debug = false,
  157.                 WaterStream = vector3(813.38, -755.43, 26.98),
  158.             },
  159.         },
  160.         Crafting = {
  161.             CleanRumGlass = {
  162.                 Title = "Clean Empty rum glass",
  163.                 description = "Requirements: Empty rum glass",
  164.                 image = "https://imgur.com/jFcXTTS.png",
  165.                 metadata = {""},
  166.                 prop = `prop_whiskey_01`,
  167.                 RequiredItems = {
  168.                     { item = "empty_rum_dirt", count = 1, remove = true },
  169.                 },
  170.                 AddItems = {
  171.                     { item = "empty_rum", count = 1 },
  172.                 }
  173.             },
  174.             CleanBeerGlass = {
  175.                 Title = "Clean Empty beer glass",
  176.                 description = "Requirements: Empty beer glass",
  177.                 image = "https://imgur.com/7EeXx8u.png",
  178.                 metadata = {""},
  179.                 prop = `prop_sh_tall_glass`,
  180.                 RequiredItems = {
  181.                     { item = "empty_beer_dirt", count = 1, remove = true },
  182.                 },
  183.                 AddItems = {
  184.                     { item = "empty_beer", count = 1 },
  185.                 }
  186.             },
  187.             CleanPizzaWood = {
  188.                 Title = "Clean Dirty Wooden pizza tray",
  189.                 description = "Requirements: Dirty Wooden pizza tray",
  190.                 image = "https://imgur.com/pGaH4Rz.png",
  191.                 metadata = {""},
  192.                 prop = `v_ret_fh_plate3`,
  193.                 RequiredItems = {
  194.                     { item = "pizza_wood_dirt", count = 1, remove = true },
  195.                 },
  196.                 AddItems = {
  197.                     { item = "pizza_wood", count = 1 },
  198.                 }
  199.             },
  200.             CleanBowl = {
  201.                 Title = "Clean Bowl",
  202.                 description = "Requirements: Dirty Bowl",
  203.                 image = "https://imgur.com/T45HH44.png",
  204.                 metadata = {""},
  205.                 prop = `prop_bar_beans`,
  206.                 RequiredItems = {
  207.                     { item = "bar_bowl_dirty", count = 1, remove = true },
  208.                 },
  209.                 AddItems = {
  210.                     { item = "bar_bowl", count = 1 },
  211.                 }
  212.             },
  213.             CleanCup = {
  214.                 Title = "Clean Cup",
  215.                 description = "Requirements: Dirty Cup",
  216.                 image = "https://imgur.com/3TRp21z.png",
  217.                 metadata = {""},
  218.                 prop = `v_ret_gc_cup`,
  219.                 RequiredItems = {
  220.                     { item = "dirty_cup", count = 1, remove = true },
  221.                 },
  222.                 AddItems = {
  223.                     { item = "cup", count = 1 },
  224.                 }
  225.             },
  226.         },
  227.     },
  228.  
  229.     Duty = {
  230.         Main = { coords = vector3(811.14, -756.45, 27.33), radius = 0.2, debug = false },
  231.     },
  232.  
  233.     CloakRoom = {
  234.         Main = { coords = vector3(811.2120, -758.9218, 31.2659), radius = 0.7, debug = false },
  235.     },
  236.  
  237.     Coffeemachine = {
  238.         Zones = {
  239.             Main = { coords = vector3(800.3, -758.71, 31.42), radius = 0.25, debug = false },
  240.         },
  241.  
  242.         Crafting = {
  243.             latte = {
  244.                 Title = "Latte Macchiato",
  245.                 description = "Requirements: Espresso, Milk, Cup",
  246.                 image = "https://imgur.com/ROjHSub.png",
  247.                 metadata = {""},
  248.                 RequiredItems = {
  249.                     { item = "espresso", count = 1, remove = true },
  250.                     { item = "milk", count = 1, remove = true },
  251.                     { item = "cup", count = 1, remove = true },
  252.                 },
  253.                 AddItems = {
  254.                     { item = "latte_macchiato", count = 1 },
  255.                 }
  256.             },
  257.             cappucino = {
  258.                 Title = "Cappuccino",
  259.                 description = "Requirements: Espresso, Milk, Cup",
  260.                 image = "https://imgur.com/q7gDRqg.png",
  261.                 metadata = {""},
  262.                 RequiredItems = {
  263.                     { item = "espresso", count = 1, remove = true },
  264.                     { item = "milk", count = 1, remove = true },
  265.                     { item = "cup", count = 1, remove = true },
  266.                 },
  267.                 AddItems = {
  268.                     { item = "cappuccino", count = 1 },
  269.                 }
  270.             },
  271.         },
  272.     },
  273.  
  274.     Coffeemachine2 = {
  275.         Zones = {
  276.             Main = { coords = vector3(811.43, -764.42, 26.93), radius = 0.4, debug = false },
  277.         },
  278.        
  279.         Crafting = {
  280.             latte = {
  281.                 Title = "Latte Macchiato",
  282.                 description = "Requirements: Espresso, Milk, Cup",
  283.                 image = "https://imgur.com/ROjHSub.png",
  284.                 metadata = {""},
  285.                 RequiredItems = {
  286.                     { item = "espresso", count = 1, remove = true },
  287.                     { item = "milk", count = 1, remove = true },
  288.                     { item = "cup", count = 1, remove = true },
  289.                 },
  290.                 AddItems = {
  291.                     { item = "latte_macchiato", count = 1 },
  292.                 }
  293.             },
  294.             cappucino = {
  295.                 Title = "Cappuccino",
  296.                 description = "Requirements: Espresso, Milk, Cup",
  297.                 image = "https://imgur.com/q7gDRqg.png",
  298.                 metadata = {""},
  299.                 RequiredItems = {
  300.                     { item = "espresso", count = 1, remove = true },
  301.                     { item = "milk", count = 1, remove = true },
  302.                     { item = "cup", count = 1, remove = true },
  303.                 },
  304.                 AddItems = {
  305.                     { item = "cappuccino", count = 1 },
  306.                 }
  307.             },
  308.         },
  309.     },
  310.  
  311.     Beer = {
  312.         Zones = {
  313.             Main = { coords = vector3(814.07, -749.37, 27.23), radius = 0.4, debug = false },
  314.         },
  315.         Crafting = {
  316.             Piswasser = {
  317.                 Title = "Piswasser",
  318.                 description = "Requirements: Empty beer glass",
  319.                 image = "https://imgur.com/ycmBDjF.png",
  320.                 metadata = {""},
  321.                 RequiredItems = {
  322.                     { item = "empty_beer", count = 1, remove = true },
  323.                 },
  324.                 AddItems = {
  325.                     { item = "piswasser", count = 1 },
  326.                 }
  327.             },
  328.             AM = {
  329.                 Title = "A.M.",
  330.                 description = "Requirements: Empty beer glass",
  331.                 image = "https://imgur.com/ycmBDjF.png",
  332.                 metadata = {""},
  333.                 RequiredItems = {
  334.                     { item = "empty_beer", count = 1, remove = true },
  335.                 },
  336.                 AddItems = {
  337.                     { item = "am_beer", count = 1 },
  338.                 }
  339.             },
  340.             DuscbeGold = {
  341.                 Title = "Duscbe Gold",
  342.                 description = "Requirements: Empty beer glass",
  343.                 image = "https://imgur.com/ycmBDjF.png",
  344.                 metadata = {""},
  345.                 RequiredItems = {
  346.                     { item = "empty_beer", count = 1, remove = true },
  347.                 },
  348.                 AddItems = {
  349.                     { item = "duscbe_gold", count = 1 },
  350.                 }
  351.             },
  352.             Logger = {
  353.                 Title = "Logger",
  354.                 description = "Requirements: Empty beer glass",
  355.                 image = "https://imgur.com/ycmBDjF.png",
  356.                 metadata = {""},
  357.                 RequiredItems = {
  358.                     { item = "empty_beer", count = 1, remove = true },
  359.                 },
  360.                 AddItems = {
  361.                     { item = "logger", count = 1 },
  362.                 }
  363.             },
  364.         },
  365.     },
  366.  
  367.     Rum = {
  368.         Zones = {
  369.             Main = { coords = vector3(814.0503, -750.0964, 27.2227), radius = 0.50, debug = false },
  370.         },
  371.         Crafting = {
  372.             ragga_rum = {
  373.                 Title = "Ragga rum",
  374.                 description = "Requirements: Empty rum glass, Ice",
  375.                 image = "https://imgur.com/fdWAZZa.png",
  376.                 metadata = {""},
  377.                 RequiredItems = {
  378.                     { item = "empty_rum", count = 1, remove = true },
  379.                     { item = "ice", count = 1, remove = true },
  380.                 },
  381.                 AddItems = {
  382.                     { item = "ragga_rum", count = 1 },
  383.                 }
  384.             },
  385.             cherenkov = {
  386.                 Title = "Cherenkov",
  387.                 description = "Requirements: Empty rum glass, Ice",
  388.                 image = "https://imgur.com/fdWAZZa.png",
  389.                 metadata = {""},
  390.                 RequiredItems = {
  391.                     { item = "empty_rum", count = 1, remove = true },
  392.                     { item = "ice", count = 1, remove = true },
  393.                 },
  394.                 AddItems = {
  395.                     { item = "cherenkov", count = 1 },
  396.                 }
  397.             },
  398.         },
  399.     },
  400.  
  401.     Desert = {
  402.         Zones = {
  403.             Main = { coords = vector3(808.26, -765.47, 26.93), radius = 0.35, debug = false },
  404.         },
  405.        
  406.         Crafting = {
  407.             Chocolate = {
  408.                 Title = "Chocolate and vanilla gelato ice cream",
  409.                 description = "Requirements: Chocolate ice cream, Vanilla ice cream, Bowl",
  410.                 image = "https://imgur.com/yHMiVsa.png",
  411.                 metadata = {""},
  412.                 RequiredItems = {
  413.                     { item = "chocolate_ice_cream", count = 1, remove = true },
  414.                     { item = "vanilla_ice_cream", count = 1, remove = true },
  415.                     { item = "bar_bowl", count = 1, remove = true },
  416.                 },
  417.                 AddItems = {
  418.                     { item = "chocolate_and_vanilla_gelato_ice_cream", count = 1 },
  419.                 }
  420.             },
  421.             Medaly = {
  422.                 Title = "Medaly of fresh fruits",
  423.                 description = "Requirements: Strawberry, Blueberry, Mango, Raspberry, Bowl",
  424.                 image = "https://imgur.com/vbs6RV5.png",
  425.                 metadata = {""},
  426.                 RequiredItems = {
  427.                     { item = "strawberry", count = 1, remove = true },
  428.                     { item = "blueberry", count = 1, remove = true },
  429.                     { item = "mango", count = 1, remove = true },
  430.                     { item = "raspberry", count = 1, remove = true },
  431.                     { item = "bar_bowl", count = 1, remove = true },
  432.                 },
  433.                 AddItems = {
  434.                     { item = "medaly_of_fresh_fruits", count = 1 },
  435.                 }
  436.             },
  437.             Tiramisu = {
  438.                 Title = "Tiramisu",
  439.                 description = "Requirements: Chocolate mocha, Mascarpone, Egg, Suger, Bowl",
  440.                 image = "https://imgur.com/H1UV7UG.png",
  441.                 metadata = {""},
  442.                 RequiredItems = {
  443.                     { item = "chocolate_mocha", count = 1, remove = true },
  444.                     { item = "mascarpone", count = 1, remove = true },
  445.                     { item = "egg", count = 1, remove = true },
  446.                     { item = "suger", count = 1, remove = true },
  447.                     { item = "bar_bowl", count = 1, remove = true },
  448.                 },
  449.                 AddItems = {
  450.                     { item = "tiramisu", count = 1 },
  451.                 }
  452.             },
  453.         },
  454.     },
  455.  
  456.     Mixer = {
  457.         Zones = {
  458.             Main = { coords = vector3(806.22, -757.39, 26.79), radius = 0.55, debug = false },
  459.         },
  460.        
  461.         Crafting = {
  462.             Dough = {
  463.                 Title = "Dough",
  464.                 description = "Requirements: Flour Packet, Salt, Cube of Yeast, Suger, Oil",
  465.                 image = "https://imgur.com/BloRVPr.png",
  466.                 metadata = {""},
  467.                 RequiredItems = {
  468.                     { item = "flour_packet", count = 1, remove = true },
  469.                     { item = "salt", count = 1, remove = true },
  470.                     { item = "cube_of_yeast", count = 1, remove = true },
  471.                     { item = "suger", count = 1, remove = true },
  472.                     { item = "oil", count = 1, remove = true },
  473.                 },
  474.                 AddItems = {
  475.                     { item = "dough", count = 1 },
  476.                 }
  477.             },
  478.         },
  479.     },
  480.  
  481.     Tables = {
  482.         Zones = {
  483.             Main = { coords = vector3(807.64, -757.04, 26.54), radius = 0.55, debug = false },
  484.         },
  485.        
  486.         Crafting = {
  487.             Pizza_base = {
  488.                 Title = "Pizza Base",
  489.                 description = "Requirements: Dough",
  490.                 image = "https://imgur.com/w5gUnqn.png",
  491.                 metadata = {""},
  492.                 RequiredItems = {
  493.                     { item = "dough", count = 1, remove = true },
  494.                 },
  495.                 AddItems = {
  496.                     { item = "pizza_base", count = 1 },
  497.                 }
  498.             },
  499.             Capricciosa = {
  500.                 Title = "Capricciosa",
  501.                 description = "Requirements: Pizza Base, Prosciutto cotto, Mushroom, Artichokes, Tomatto Sauce, Olives, Wooden pizza tray",
  502.                 image = "https://imgur.com/iKZoFt9.png",
  503.                 metadata = {""},
  504.                 RequiredItems = {
  505.                     { item = "pizza_base", count = 1, remove = true },
  506.                     { item = "prosciutto_cotto", count = 1, remove = true },
  507.                     { item = "mushroom", count = 1, remove = true },
  508.                     { item = "artichokes", count = 1, remove = true },
  509.                     { item = "tomatto_sauce", count = 1, remove = true },
  510.                     { item = "olives", count = 1, remove = true },
  511.                     { item = "pizza_wood", count = 1, remove = true },
  512.                 },
  513.                 AddItems = {
  514.                     { item = "pizza_capricciosa", count = 1 },
  515.                 }
  516.             },
  517.             Diavola = {
  518.                 Title = "Diavola",
  519.                 description = "Requirements: Pizza Base, Mozzarella, Chili, Tomatto Sauce, Spici salami, Basil, Parmesan, Wooden pizza tray",
  520.                 image = "https://imgur.com/j0nkVFH.png",
  521.                 metadata = {""},
  522.                 RequiredItems = {
  523.                     { item = "pizza_base", count = 1, remove = true },
  524.                     { item = "mozzarella", count = 1, remove = true },
  525.                     { item = "chili", count = 1, remove = true },
  526.                     { item = "tomatto_sauce", count = 1, remove = true },
  527.                     { item = "spici_salami", count = 1, remove = true },
  528.                     { item = "basil", count = 1, remove = true },
  529.                     { item = "parmesan", count = 1, remove = true },
  530.                     { item = "pizza_wood", count = 1, remove = true },
  531.                 },
  532.                 AddItems = {
  533.                     { item = "pizza_diavola", count = 1 },
  534.                 }
  535.             },
  536.             Margherita = {
  537.                 Title = "Margherita",
  538.                 description = "Requirements: Pizza Base, Mozzarella, Basil, Milk, Tomatto sauce, Wooden pizza tray",
  539.                 image = "https://imgur.com/McP2Hcx.png",
  540.                 metadata = {""},
  541.                 RequiredItems = {
  542.                     { item = "pizza_base", count = 1, remove = true },
  543.                     { item = "mozzarella", count = 1, remove = true },
  544.                     { item = "basil", count = 1, remove = true },
  545.                     { item = "tomatto_sauce", count = 1, remove = true },
  546.                     { item = "pizza_wood", count = 1, remove = true },
  547.                 },
  548.                 AddItems = {
  549.                     { item = "pizza_margherita", count = 1 },
  550.                 }
  551.             },
  552.             Marinara = {
  553.                 Title = "Marinara",
  554.                 description = "Requirements: Pizza Base, Tomatto sauce, Garlic, Oregano, Basil, Wooden pizza tray",
  555.                 image = "https://imgur.com/89SX9ra.png",
  556.                 metadata = {""},
  557.                 RequiredItems = {
  558.                     { item = "pizza_base", count = 1, remove = true },
  559.                     { item = "tomatto_sauce", count = 1, remove = true },
  560.                     { item = "garlic", count = 1, remove = true },
  561.                     { item = "oregano", count = 1, remove = true },
  562.                     { item = "basil", count = 1, remove = true },
  563.                     { item = "pizza_wood", count = 1, remove = true },
  564.                 },
  565.                 AddItems = {
  566.                     { item = "pizza_marinara", count = 1 },
  567.                 }
  568.             },
  569.             Prosciutto = {
  570.                 Title = "Prosciutto e funghi",
  571.                 description = "Requirements: Pizza Base, Ham, Mushroom, Mozzarella, Tomatto Sauce, Oregano, Wooden pizza tray",
  572.                 image = "https://imgur.com/JK6LZkl.png",
  573.                 metadata = {""},
  574.                 RequiredItems = {
  575.                     { item = "pizza_base", count = 1, remove = true },
  576.                     { item = "ham", count = 1, remove = true },
  577.                     { item = "mushroom", count = 1, remove = true },
  578.                     { item = "mozzarella", count = 1, remove = true },
  579.                     { item = "tomatto_sauce", count = 1, remove = true },
  580.                     { item = "oregano", count = 1, remove = true },
  581.                     { item = "pizza_wood", count = 1, remove = true },
  582.                 },
  583.                 AddItems = {
  584.                     { item = "pizza_prosciutto_e_funghi", count = 1 },
  585.                 }
  586.             },
  587.             Vegetariana = {
  588.                 Title = "Vegetariana",
  589.                 description = "Requirements: Pizza Base, Mozzarella, Tomatto Sauce, Aubergines, Zucchini, Basil, Roasted fresh vegetables, Wooden pizza tray",
  590.                 image = "https://imgur.com/tIJf6A3.png",
  591.                 metadata = {""},
  592.                 RequiredItems = {
  593.                     { item = "pizza_base", count = 1, remove = true },
  594.                     { item = "mozzarella", count = 1, remove = true },
  595.                     { item = "tomatto_sauce", count = 1, remove = true },
  596.                     { item = "aubergines", count = 1, remove = true },
  597.                     { item = "zucchini", count = 1, remove = true },
  598.                     { item = "basil", count = 1, remove = true },
  599.                     { item = "roasted_fresh_vegetables", count = 1, remove = true },
  600.                     { item = "pizza_wood", count = 1, remove = true },
  601.                 },
  602.                 AddItems = {
  603.                     { item = "pizza_vegetariana", count = 1 },
  604.                 }
  605.             },
  606.         },
  607.     },
  608.  
  609.     Dispensor = {
  610.         Zones = {
  611.             Main = { coords = vector3(811.5, -765.26, 26.88), radius = 0.45, debug = false },
  612.         },
  613.        
  614.         Crafting = {
  615.             eCola = {
  616.                 Title = "eCola",
  617.                 description = "Requirements: Empty cup, Ice",
  618.                 image = "https://imgur.com/X7GyVjH.png",
  619.                 metadata = {""},
  620.                 RequiredItems = {
  621.                     { item = "empty_cup", count = 1, remove = true },
  622.                     { item = "ice", count = 1, remove = true },
  623.                 },
  624.                 AddItems = {
  625.                     { item = "ecola", count = 1 },
  626.                 }
  627.             },
  628.             eCola_light = {
  629.                 Title = "eCola light",
  630.                 description = "Requirements: Empty cup, Ice",
  631.                 image = "https://imgur.com/X7GyVjH.png",
  632.                 metadata = {""},
  633.                 RequiredItems = {
  634.                     { item = "empty_cup", count = 1, remove = true },
  635.                     { item = "ice", count = 1, remove = true },
  636.                 },
  637.                 AddItems = {
  638.                     { item = "ecola_light", count = 1 },
  639.                 }
  640.             },
  641.             Sprunk = {
  642.                 Title = "Sprunk",
  643.                 description = "Requirements: Empty cup, Ice",
  644.                 image = "https://imgur.com/X7GyVjH.png",
  645.                 metadata = {""},
  646.                 RequiredItems = {
  647.                     { item = "empty_cup", count = 1, remove = true },
  648.                     { item = "ice", count = 1, remove = true },
  649.                 },
  650.                 AddItems = {
  651.                     { item = "sprunk", count = 1 },
  652.                 }
  653.             },
  654.             drang_o_tang = {
  655.                 Title = "Drang O Tang",
  656.                 description = "Requirements: Empty cup, Ice",
  657.                 image = "https://imgur.com/X7GyVjH.png",
  658.                 metadata = {""},
  659.                 RequiredItems = {
  660.                     { item = "empty_cup", count = 1, remove = true },
  661.                     { item = "ice", count = 1, remove = true },
  662.                 },
  663.                 AddItems = {
  664.                     { item = "drang_o_tang", count = 1 },
  665.                 }
  666.             },
  667.         },
  668.     },
  669.  
  670.     BossMenu = {
  671.         Main = { coords = vector3(797.14, -751.51, 31.27), radius = 0.36, debug = false },
  672.     },
  673.  
  674.     IceMachine = {
  675.         Zones = {
  676.             FrontBar = { coords = vector3(803.16, -759.86, 26.59), radius = 0.55, debug = false },
  677.         },
  678.         Crafting = {
  679.             Ice = {
  680.                 Title = "Get Ice Cube",
  681.                 description = "Get ice cube to drinks!",
  682.                 RequiredItems = {
  683.                     --{ item = nil, count = 1, remove = false },
  684.                 },
  685.                 AddItems = {
  686.                     { item = "ice", count = 1 },
  687.                 }
  688.             },
  689.         },
  690.     },
  691.  
  692.     Registers = {
  693.         FrontBar = { coords = vector3(810.89, -751.46, 27.08), radius = 0.50, debug = false, amount = 0 },
  694.     },
  695.  
  696.  
  697.     Stashes = {
  698.         Stash1 = {
  699.             name = "Pizza_Stash1",
  700.             label = "Pizza Stash 1",
  701.             TargetIcon = "fas fa-warehouse",
  702.             TargetLabel = "Stash",
  703.             Slots = 20,
  704.             Weight = 50000, -- 50 KG
  705.             coords = vector3(803.8328, -756.7545, 27.1547),
  706.             radius = 0.85,
  707.             debug = false,
  708.             job = "pizza"
  709.         },
  710.  
  711.         Stash2 = {
  712.             name = "Pizza_Stash2",
  713.             label = "Pizza Stash 2",
  714.             TargetIcon = "fas fa-warehouse",
  715.             TargetLabel = "Stash",
  716.             Slots = 20,
  717.             Weight = 50000, -- 50 KG
  718.             coords = vector3(801.6605, -756.7809, 27.1275),
  719.             radius = 0.5,
  720.             debug = false,
  721.             job = "pizza"
  722.         },
  723.  
  724.         Refregiato3 = {
  725.             name = "Pizza_Refregiator3",
  726.             label = "Pizza Refregiator 3",
  727.             TargetIcon = "fas fa-ice-cream",
  728.             TargetLabel = "Refregiator",
  729.             Slots = 20,
  730.             Weight = 50000, -- 50 KG
  731.             coords = vector3(-590.89, -1058.66, 22.62),
  732.             radius = 0.7,
  733.             debug = false,
  734.             job = "pizza"
  735.         },
  736.  
  737.         Stash4 = {
  738.             name = "Pizza_Stash4",
  739.             label = "Pizza Stash 4",
  740.             TargetIcon = "fas fa-warehouse",
  741.             TargetLabel = "Stash",
  742.             Slots = 20,
  743.             Weight = 50000, -- 50 KG
  744.             coords = vector3(805.89, -761.65, 27.14),
  745.             radius = 0.6,
  746.             debug = false,
  747.             job = "pizza"
  748.         },
  749.  
  750.         Stash5 = {
  751.             name = "Pizza_Stash5",
  752.             label = "Pizza Stash 5",
  753.             TargetIcon = "fas fa-warehouse",
  754.             TargetLabel = "Stash",
  755.             Slots = 20,
  756.             Weight = 50000, -- 50 KG
  757.             coords = vector3(805.91, -763.24, 27.14),
  758.             radius = 0.6,
  759.             debug = false,
  760.             job = "pizza"
  761.         },
  762.  
  763.         Stash6 = {
  764.             name = "Pizza_Stash6",
  765.             label = "Pizza Stash 6",
  766.             TargetIcon = "fas fa-warehouse",
  767.             TargetLabel = "Stash",
  768.             Slots = 20,
  769.             Weight = 50000, -- 50 KG
  770.             coords = vector3(805.76, -764.88, 27.14),
  771.             radius = 0.6,
  772.             debug = false,
  773.             job = "pizza"
  774.         },
  775.  
  776.         Stash7 = {
  777.             name = "Pizza_Stash7",
  778.             label = "Pizza Stash 7",
  779.             TargetIcon = "fas fa-warehouse",
  780.             TargetLabel = "Stash",
  781.             Slots = 20,
  782.             Weight = 50000, -- 50 KG
  783.             coords = vector3(-588.03, -1067.97, 22.34),
  784.             radius = 0.8,
  785.             debug = false,
  786.             job = "pizza"
  787.         },
  788.  
  789.        Stash8 = {
  790.             name = "Pizza_Stash8",
  791.             label = "Pizza Stash 8",
  792.             TargetIcon = "fas fa-warehouse",
  793.             TargetLabel = "Stash",
  794.             Slots = 20,
  795.             Weight = 50000, -- 50 KG
  796.             coords = vector3(-590.6, -1068.04, 22.34),
  797.             radius = 0.8,
  798.             debug = false,
  799.             job = "pizza"
  800.         },
  801.  
  802.         Stash9 = {
  803.             name = "Pizza_Stash9",
  804.             label = "Pizza Stash 9",
  805.             TargetIcon = "fas fa-warehouse",
  806.             TargetLabel = "Stash",
  807.             Slots = 20,
  808.             Weight = 50000, -- 50 KG
  809.             coords = vector3(-598.38, -1062.47, 22.99),
  810.             radius = 1.55,
  811.             debug = false,
  812.             job = "pizza"
  813.         },
  814.  
  815.        Stash10 = {
  816.             name = "Pizza_Stash10",
  817.             label = "Pizza Stash 10",
  818.             TargetIcon = "fas fa-warehouse",
  819.             TargetLabel = "Stash",
  820.             Slots = 20,
  821.             Weight = 50000, -- 50 KG
  822.             coords = vector3(-597.69, -1065.61, 22.99),
  823.             radius = 1.55,
  824.             debug = false,
  825.             job = "pizza"
  826.         },
  827.  
  828.        Stash11 = {
  829.             name = "Pizza_Stash11",
  830.             label = "Pizza Stash 11",
  831.             TargetIcon = "fas fa-warehouse",
  832.             TargetLabel = "Stash",
  833.             Slots = 20,
  834.             Weight = 50000, -- 50 KG
  835.             coords = vector3(-598.06, -1068.31, 22.99),
  836.             radius = 1.55,
  837.             debug = false,
  838.             job = "pizza"
  839.         },
  840.  
  841.         Table = {
  842.             name = "Pizza_Table",
  843.             label = "Pizza Table",
  844.             TargetIcon = "fas fa-tablet",
  845.             TargetLabel = "Table",
  846.             Slots = 20,
  847.             Weight = 50000, -- 50 KG
  848.             coords = vector3(807.04, -751.58, 26.28),
  849.             radius = 1.0,
  850.             debug = false
  851.         },
  852.  
  853.         Table2 = {
  854.             name = "Pizza_Table2",
  855.             label = "Pizza Table 2",
  856.             TargetIcon = "fas fa-tablet",
  857.             TargetLabel = "Table",
  858.             Slots = 20,
  859.             Weight = 50000, -- 50 KG
  860.             coords = vector3(803.11, -751.55, 26.23),
  861.             radius = 1.0,
  862.             debug = false
  863.         },
  864.  
  865.         Table3 = {
  866.             name = "Pizza_Table3",
  867.             label = "Pizza Table 3",
  868.             TargetIcon = "fas fa-tablet",
  869.             TargetLabel = "Table",
  870.             Slots = 20,
  871.             Weight = 50000, -- 50 KG
  872.             coords = vector3(799.18, -751.57, 26.38),
  873.             radius = 1.0,
  874.             debug = false
  875.         },
  876.  
  877.         Table4 = {
  878.             name = "Pizza_Table4",
  879.             label = "Pizza Table 4",
  880.             TargetIcon = "fas fa-tablet",
  881.             TargetLabel = "Table",
  882.             Slots = 20,
  883.             Weight = 50000, -- 50 KG
  884.             coords = vector3(795.54, -751.63, 26.48),
  885.             radius = 1.0,
  886.             debug = false
  887.         },
  888.  
  889.         Table5 = {
  890.             name = "Pizza_Table5",
  891.             label = "Pizza Table 5",
  892.             TargetIcon = "fas fa-tablet",
  893.             TargetLabel = "Table",
  894.             Slots = 20,
  895.             Weight = 50000, -- 50 KG
  896.             coords = vector3(797.85, -749.11, 26.48),
  897.             radius = 1.0,
  898.             debug = false
  899.         },
  900.  
  901.         Table6 = {
  902.             name = "Pizza_Table6",
  903.             label = "Pizza Table 6",
  904.             TargetIcon = "fas fa-tablet",
  905.             TargetLabel = "Table",
  906.             Slots = 20,
  907.             Weight = 50000, -- 50 KG
  908.             coords = vector3(799.14, -755.0, 26.43),
  909.             radius = 1.0,
  910.             debug = false
  911.         },
  912.  
  913.         Table7 = {
  914.             name = "Pizza_Table7",
  915.             label = "Pizza Table 7",
  916.             TargetIcon = "fas fa-tablet",
  917.             TargetLabel = "Table",
  918.             Slots = 20,
  919.             Weight = 50000, -- 50 KG
  920.             coords = vector3(799.33, -759.72, 26.63),
  921.             radius = 0.6,
  922.             debug = false
  923.         },
  924.  
  925.         Table8 = {
  926.             name = "Pizza_Table8",
  927.             label = "Pizza Table 8",
  928.             TargetIcon = "fas fa-tablet",
  929.             TargetLabel = "Table",
  930.             Slots = 20,
  931.             Weight = 50000, -- 50 KG
  932.             coords = vector3(799.28, -757.62, 26.58),
  933.             radius = 0.6,
  934.             debug = false
  935.         },
  936.  
  937.         Table9 = {
  938.             name = "Pizza_Table9",
  939.             label = "Pizza Table 9",
  940.             TargetIcon = "fas fa-tablet",
  941.             TargetLabel = "Table",
  942.             Slots = 20,
  943.             Weight = 50000, -- 50 KG
  944.             coords = vector3(801.39, -754.8, 26.48),
  945.             radius = 0.6,
  946.             debug = false
  947.         },
  948.  
  949.         Table10 = {
  950.             name = "Pizza_Table10",
  951.             label = "Pizza Table 10",
  952.             TargetIcon = "fas fa-tablet",
  953.             TargetLabel = "Table",
  954.             Slots = 20,
  955.             Weight = 50000, -- 50 KG
  956.             coords = vector3(803.48, -754.79, 26.48),
  957.             radius = 0.6,
  958.             debug = false
  959.         },
  960.  
  961.         Table11 = {
  962.             name = "Pizza_Table11",
  963.             label = "Pizza Table 11",
  964.             TargetIcon = "fas fa-tablet",
  965.             TargetLabel = "Table",
  966.             Slots = 20,
  967.             Weight = 50000, -- 50 KG
  968.             coords = vector3(805.57, -754.78, 26.58),
  969.             radius = 0.6,
  970.             debug = false
  971.         },
  972.  
  973.         Table12 = {
  974.             name = "Pizza_Table12",
  975.             label = "Pizza Table 12",
  976.             TargetIcon = "fas fa-tablet",
  977.             TargetLabel = "Table",
  978.             Slots = 20,
  979.             Weight = 50000, -- 50 KG
  980.             coords = vector3(810.13, -741.3, 26.48),
  981.             radius = 0.8,
  982.             debug = false
  983.         },
  984.  
  985.         Table13 = {
  986.             name = "Pizza_Table13",
  987.             label = "Pizza Table 13",
  988.             TargetIcon = "fas fa-tablet",
  989.             TargetLabel = "Table",
  990.             Slots = 20,
  991.             Weight = 50000, -- 50 KG
  992.             coords = vector3(807.68, -754.83, 26.43),
  993.             radius = 0.6,
  994.             debug = false
  995.         },
  996.  
  997.         Table14 = {
  998.             name = "Pizza_Table14",
  999.             label = "Pizza Table 14",
  1000.             TargetIcon = "fas fa-tablet",
  1001.             TargetLabel = "Table",
  1002.             Slots = 20,
  1003.             Weight = 50000, -- 50 KG
  1004.             coords = vector3(804.54, -741.29, 26.38),
  1005.             radius = 0.8,
  1006.             debug = false
  1007.         },
  1008.  
  1009.         Table15 = {
  1010.             name = "Pizza_Table15",
  1011.             label = "Pizza Table 15",
  1012.             TargetIcon = "fas fa-tablet",
  1013.             TargetLabel = "Table",
  1014.             Slots = 20,
  1015.             Weight = 50000, -- 50 KG
  1016.             coords = vector3(798.21, -741.27, 26.33),
  1017.             radius = 0.8,
  1018.             debug = false
  1019.         },
  1020.  
  1021.         Table16 = {
  1022.             name = "Pizza_Table16",
  1023.             label = "Pizza Table 16",
  1024.             TargetIcon = "fas fa-tablet",
  1025.             TargetLabel = "Table",
  1026.             Slots = 20,
  1027.             Weight = 50000, -- 50 KG
  1028.             coords = vector3(797.87, -747.07, 26.43),
  1029.             radius = 0.8,
  1030.             debug = false
  1031.         },
  1032.  
  1033.         Table17 = {
  1034.             name = "Pizza_Table17",
  1035.             label = "Pizza Table 17",
  1036.             TargetIcon = "fas fa-tablet",
  1037.             TargetLabel = "Table",
  1038.             Slots = 20,
  1039.             Weight = 50000, -- 50 KG
  1040.             coords = vector3(811.07, -747.17, 26.33),
  1041.             radius = 0.8,
  1042.             debug = false
  1043.         },
  1044.  
  1045.         Table18 = {
  1046.             name = "Pizza_Table18",
  1047.             label = "Pizza Table 18",
  1048.             TargetIcon = "fas fa-tablet",
  1049.             TargetLabel = "Table",
  1050.             Slots = 20,
  1051.             Weight = 50000, -- 50 KG
  1052.             coords = vector3(809.86, -758.52, 21.95),
  1053.             radius = 0.65,
  1054.             debug = false
  1055.         },
  1056.     },
  1057. }
  1058.  
  1059. --BLIPS
  1060. Config.Blips = {
  1061.     pizza = { -- do not use same value twice (will result in overwriting of blip)
  1062.         BlipCoords = vec3(809.7130, -752.5562, 26.7775), -- Blip coords
  1063.         Sprite = 267, -- Blip Icon
  1064.         Display = 4, -- keep 4
  1065.         Scale = 0.8, -- Size of blip
  1066.         Colour = 36, -- colour
  1067.         Name = "PIZZA THIS" -- Blip name
  1068.     },
  1069. }
  1070.  
  1071. --Job BLIPS
  1072. Config.JobBlips = {
  1073.     PawnShop = { -- do not use same value twice (will result in overwriting of blip)
  1074.         BlipCoords = vec3(86.9939, 190.4899, 105.2662), -- Blip coords
  1075.         Sprite = 59, -- Blip Icon
  1076.         Display = 4, -- keep 4
  1077.         Scale = 0.8, -- Size of blip
  1078.         Colour = 36, -- colour
  1079.         Name = "PIZZA THIS - Shop" -- Blip name
  1080.     },
  1081. }
  1082.  
  1083. --Shop
  1084. Config.Shop = {
  1085.     Header = "Pizza This Shop",
  1086.     Items = {
  1087.         { label = 'Calamari', item = 'calamari', description = "Buy Calamari for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/hVabLss.png", metadata = {""}  },
  1088.         { label = 'Clams', item = 'clams', description = "Buy Clams for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/k1Ai1Ql.png", metadata = {""}  },
  1089.         { label = 'Diced prosciutto', item = 'diced_prosciutto', description = "Buy Diced prosciutto for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/1xw2zD3.png", metadata = {""}  },
  1090.         { label = 'Meatballs', item = 'meatballs', description = "Buy Meatballs for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Fg0PSNt.png", metadata = {""}  },
  1091.         { label = 'Onion', item = 'onion', description = "Buy Onion for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/7ufrxv4.png", metadata = {""}  },
  1092.         { label = 'Pasta', item = 'pasta', description = "Buy Pasta for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/3atcZYA.png", metadata = {""}  },
  1093.         { label = 'Shrimps', item = 'shrimps', description = "Buy Shrimps for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/DGs3Cwk.png", metadata = {""}  },
  1094.         { label = 'Squid rings', item = 'squid_rings', description = "Buy Squid rings for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Cw0Rc0U.png", metadata = {""}  },
  1095.         { label = 'Vodka sauce', item = 'vodka_sauce', description = "Buy Vodka sauce for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/8iQLgTD.png", metadata = {""}  },
  1096.         { label = 'Chocolate mocha', item = 'chocolate_mocha', description = "Buy Chocolate mocha for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/XEeRLRe.png", metadata = {""}  },
  1097.         { label = 'Ice cream', item = 'ice_cream', description = "Buy Ice cream for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/ZNc4GDr.png", metadata = {""}  },
  1098.         { label = 'Mascarpone', item = 'mascarpone', description = "Buy Mascarpone for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/gdAPJl0.png", metadata = {""}  },
  1099.         { label = 'Artichokes', item = 'artichokes', description = "Buy Artichokes for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/euf2vSe.png", metadata = {""}  },
  1100.         { label = 'Aubergines', item = 'aubergines', description = "Buy Aubergines for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/ZbZ1BO7.png", metadata = {""}  },
  1101.         { label = 'Basil', item = 'basil', description = "Buy Basil for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/wz9a3V1.png", metadata = {""}  },
  1102.         { label = 'Garlic', item = 'garlic', description = "Buy Garlic for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/VZPbGss.png", metadata = {""}  },
  1103.         { label = 'Ham', item = 'ham', description = "Buy Ham for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/BnHKDlg.png", metadata = {""}  },
  1104.         { label = 'Chili', item = 'chili', description = "Buy Chili for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Kyb00RK.png", metadata = {""}  },
  1105.         { label = 'Mozzarella', item = 'mozzarella', description = "Buy Mozzarella for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/xtxp1vg.png", metadata = {""}  },
  1106.         { label = 'Mushroom', item = 'mushroom', description = "Buy Mushroom for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/d7RbvTI.png", metadata = {""}  },
  1107.         { label = 'Olives', item = 'olives', description = "Buy Olives for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/1IUBSVF.png", metadata = {""}  },
  1108.         { label = 'Oregano', item = 'oregano', description = "Buy Oregano for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/fyct1r9.png", metadata = {""}  },
  1109.         { label = 'Parmesan', item = 'parmesan', description = "Buy Parmesan for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/WVcS4QF.png", metadata = {""}  },
  1110.         { label = 'Prosciutto cotto', item = 'prosciutto_cotto', description = "Buy Prosciutto cotto for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/n9hdsXx.png", metadata = {""}  },
  1111.         { label = 'Roasted fresh vegetables', item = 'roasted_fresh_vegetables', description = "Buy Roasted fresh vegetables for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/W8Kvhv7.png", metadata = {""}  },
  1112.         { label = 'Spici salami', item = 'spici_salami', description = "Buy Spici salami for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/kz7BKfR.png", metadata = {""}  },
  1113.         { label = 'Tomatto sauce', item = 'tomatto_sauce', description = "Buy Tomatto sauce for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Pv4qvm6.png", metadata = {""}  },
  1114.         { label = 'Zucchini', item = 'zucchini', description = "Buy Zucchini for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/ajP0Ljd.png", metadata = {""}  },
  1115.         { label = 'Milk', item = 'milk', description = "Buy Milk for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/avxPhQL.png", metadata = {""}  },
  1116.         { label = 'Espresso', item = 'espresso', description = "Buy Espresso for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/wUyDXZg.png", metadata = {""}  },
  1117.         { label = 'Empty rum glass', item = 'empty_rum', description = "Buy Empty rum glass for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/qtnLfCx.png", metadata = {""}  },
  1118.         { label = 'Empty beer glass', item = 'empty_beer', description = "Buy Empty beer glass for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/NKLKt7R.png", metadata = {""}  },
  1119.         { label = 'Vanilla ice cream', item = 'vanilla_ice_cream', description = "Buy Vanilla ice cream for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/KooGu49.png", metadata = {""}  },
  1120.         { label = 'Chocolate ice cream', item = 'chocolate_ice_cream', description = "Buy Chocolate ice cream for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/EC0zyuI.png", metadata = {""}  },
  1121.         { label = 'Strawberry', item = 'strawberry', description = "Buy Strawberry for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/PZSTsBo.png", metadata = {""}  },
  1122.         { label = 'Blueberry', item = 'blueberry', description = "Buy Blueberry for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/FTuJiEV.png", metadata = {""}  },
  1123.         { label = 'Raspberry', item = 'raspberry', description = "Buy Raspberry for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/WNPGYnt.png", metadata = {""}  },
  1124.         { label = 'Mango', item = 'mango', description = "Buy Mango for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/wnttRZN.png", metadata = {""}  },
  1125.         { label = 'Empty cup', item = 'empty_cup', description = "Buy Empty cup for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/JXvlLP6.png", metadata = {""}  },
  1126.         { label = 'Flour packet', item = 'flour_packet', description = "Buy Flour packet for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/C4GW0z3.png", metadata = {""}  },
  1127.         { label = 'Cube of yeast', item = 'cube_of_yeast', description = "Buy Cube of yeast for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/qqmrv8J.png", metadata = {""}  },
  1128.         { label = 'Oil', item = 'oil', description = "Buy Oil for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Rnjnopy.png", metadata = {""}  },
  1129.         { label = 'Salt', item = 'salt', description = "Buy Salt for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/nHnVLPT.png", metadata = {""}  },
  1130.         { label = 'Suger', item = 'suger', description = "Buy Suger for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/MhohQR8.png", metadata = {""}  },
  1131.         { label = 'Wooden pizza tray', item = 'pizza_wood', description = "Buy Wooden pizza tray for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/HdcliOa.png", metadata = {""}  },
  1132.         { label = 'Bowl', item = 'bar_bowl', description = "Buy Bowl for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/hMB1i9N.png", metadata = {""}  },
  1133.         { label = 'Cup', item = 'cup', description = "Buy Cup for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "", metadata = {""}  },
  1134.     },
  1135.     Ped = {
  1136.         { model = "u_m_y_mani", coords = vec4(86.9939, 190.4899, 104.2662, 159.1098), scenario = "WORLD_HUMAN_VALET" },
  1137.     },
  1138. }
  1139.  
  1140. -- Consumables / Drinking / Eating  
  1141. Config.Consumables = {
  1142.  
  1143.     --EAT
  1144.     pizza_vegetariana = { -- Item name
  1145.         Log = "He ate vegetariana",
  1146.         Remove = true, -- Remove item
  1147.         RemoveItem = "pizza_vegetariana", -- Remove Item name
  1148.         RemoveItemCount = 1, -- Remove Item Count
  1149.         Add = false,
  1150.         AddItem = "pizza_wood_dirt", -- Remove Item name
  1151.         AddItemCount = 1, -- Remove Item Count
  1152.         ProgressBar = "Eating...",
  1153.         duration = 12500,
  1154.         Effect = { status = "hunger", add = 100000 },
  1155.         animation = {
  1156.             emote = {
  1157.                 enabled = true,
  1158.                 anim = {
  1159.                     dict = 'mp_player_inteat@burger',
  1160.                     clip = 'mp_player_int_eat_burger'
  1161.                 },
  1162.                 prop = {
  1163.                     model = 'pizza_slice',
  1164.                     bone = 18905,
  1165.                     pos = vec3(0.14, 0.05, 0.01),
  1166.                     rot = vec3(-242.0, 0.0, 0.0)
  1167.                 },
  1168.             },
  1169.             scenario = {
  1170.                 enabled = false,
  1171.                 anim = {
  1172.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1173.                 },
  1174.             },
  1175.         }
  1176.     },
  1177.     pizza_prosciutto_e_funghi = { -- Item name
  1178.         Log = "He ate Prosciutto e funghi",
  1179.         Remove = true, -- Remove item
  1180.         RemoveItem = "pizza_prosciutto_e_funghi", -- Remove Item name
  1181.         RemoveItemCount = 1, -- Remove Item Count
  1182.         Add = true,
  1183.         AddItem = "pizza_wood_dirt", -- Remove Item name
  1184.         AddItemCount = 1, -- Remove Item Count
  1185.         ProgressBar = "Eating...",
  1186.         duration = 12500,
  1187.         Effect = { status = "hunger", add = 100000 },
  1188.         animation = {
  1189.             emote = {
  1190.                 enabled = true,
  1191.                 anim = {
  1192.                     dict = 'mp_player_inteat@burger',
  1193.                     clip = 'mp_player_int_eat_burger'
  1194.                 },
  1195.                 prop = {
  1196.                     model = 'pizza_slice',
  1197.                     bone = 18905,
  1198.                     pos = vec3(0.14, 0.05, 0.01),
  1199.                     rot = vec3(-242.0, 0.0, 0.0)
  1200.                 },
  1201.             },
  1202.             scenario = {
  1203.                 enabled = false,
  1204.                 anim = {
  1205.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1206.                 },
  1207.             },
  1208.         }
  1209.     },
  1210.     pizza_marinara = { -- Item name
  1211.         Log = "He ate Marinara",
  1212.         Remove = true, -- Remove item
  1213.         RemoveItem = "pizza_marinara", -- Remove Item name
  1214.         RemoveItemCount = 1, -- Remove Item Count
  1215.         Add = true,
  1216.         AddItem = "pizza_wood_dirt", -- Remove Item name
  1217.         AddItemCount = 1, -- Remove Item Count
  1218.         ProgressBar = "Eating...",
  1219.         duration = 12500,
  1220.         Effect = { status = "hunger", add = 100000 },
  1221.         animation = {
  1222.             emote = {
  1223.                 enabled = true,
  1224.                 anim = {
  1225.                     dict = 'mp_player_inteat@burger',
  1226.                     clip = 'mp_player_int_eat_burger'
  1227.                 },
  1228.                 prop = {
  1229.                     model = 'pizza_slice',
  1230.                     bone = 18905,
  1231.                     pos = vec3(0.14, 0.05, 0.01),
  1232.                     rot = vec3(-242.0, 0.0, 0.0)
  1233.                 },
  1234.             },
  1235.             scenario = {
  1236.                 enabled = false,
  1237.                 anim = {
  1238.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1239.                 },
  1240.             },
  1241.         }
  1242.     },
  1243.     pizza_margherita = { -- Item name
  1244.         Log = "He ate Margherita",
  1245.         Remove = true, -- Remove item
  1246.         RemoveItem = "pizza_margherita", -- Remove Item name
  1247.         RemoveItemCount = 1, -- Remove Item Count
  1248.         Add = false,
  1249.         AddItem = "pizza_wood_dirt", -- Remove Item name
  1250.         AddItemCount = 1, -- Remove Item Count
  1251.         ProgressBar = "Eating...",
  1252.         duration = 12500,
  1253.         Effect = { status = "hunger", add = 100000 },
  1254.         animation = {
  1255.             emote = {
  1256.                 enabled = true,
  1257.                 anim = {
  1258.                     dict = 'mp_player_inteat@burger',
  1259.                     clip = 'mp_player_int_eat_burger'
  1260.                 },
  1261.                 prop = {
  1262.                     model = 'pizza_slice',
  1263.                     bone = 18905,
  1264.                     pos = vec3(0.14, 0.05, 0.01),
  1265.                     rot = vec3(-242.0, 0.0, 0.0)
  1266.                 },
  1267.             },
  1268.             scenario = {
  1269.                 enabled = false,
  1270.                 anim = {
  1271.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1272.                 },
  1273.             },
  1274.         }
  1275.     },
  1276.     pizza_diavola = { -- Item name
  1277.         Log = "He ate diavola",
  1278.         Remove = true, -- Remove item
  1279.         RemoveItem = "pizza_diavola", -- Remove Item name
  1280.         RemoveItemCount = 1, -- Remove Item Count
  1281.         Add = false,
  1282.         AddItem = "pizza_wood_dirt", -- Remove Item name
  1283.         AddItemCount = 1, -- Remove Item Count
  1284.         ProgressBar = "Eating...",
  1285.         duration = 12500,
  1286.         Effect = { status = "hunger", add = 100000 },
  1287.         animation = {
  1288.             emote = {
  1289.                 enabled = true,
  1290.                 anim = {
  1291.                     dict = 'mp_player_inteat@burger',
  1292.                     clip = 'mp_player_int_eat_burger'
  1293.                 },
  1294.                 prop = {
  1295.                     model = 'pizza_slice',
  1296.                     bone = 18905,
  1297.                     pos = vec3(0.14, 0.05, 0.01),
  1298.                     rot = vec3(-242.0, 0.0, 0.0)
  1299.                 },
  1300.             },
  1301.             scenario = {
  1302.                 enabled = false,
  1303.                 anim = {
  1304.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1305.                 },
  1306.             },
  1307.         }
  1308.     },
  1309.     pizza_capricciosa = { -- Item name
  1310.         Log = "He ate Capricciosa",
  1311.         Remove = true, -- Remove item
  1312.         RemoveItem = "pizza_capricciosa", -- Remove Item name
  1313.         RemoveItemCount = 1, -- Remove Item Count
  1314.         Add = false,
  1315.         AddItem = "pizza_wood_dirt", -- Remove Item name
  1316.         AddItemCount = 1, -- Remove Item Count
  1317.         ProgressBar = "Eating...",
  1318.         duration = 12500,
  1319.         Effect = { status = "hunger", add = 100000 },
  1320.         animation = {
  1321.             emote = {
  1322.                 enabled = true,
  1323.                 anim = {
  1324.                     dict = 'mp_player_inteat@burger',
  1325.                     clip = 'mp_player_int_eat_burger'
  1326.                 },
  1327.                 prop = {
  1328.                     model = 'pizza_slice',
  1329.                     bone = 18905,
  1330.                     pos = vec3(0.14, 0.05, 0.01),
  1331.                     rot = vec3(-242.0, 0.0, 0.0)
  1332.                 },
  1333.             },
  1334.             scenario = {
  1335.                 enabled = false,
  1336.                 anim = {
  1337.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1338.                 },
  1339.             },
  1340.         }
  1341.     },
  1342.     tiramisu = { -- Item name
  1343.         Log = "He ate tiramisu",
  1344.         Remove = true, -- Remove item
  1345.         RemoveItem = "tiramisu", -- Remove Item name
  1346.         RemoveItemCount = 1, -- Remove Item Count
  1347.         Add = true,
  1348.         AddItem = "bar_bowl_dirty", -- Remove Item name
  1349.         AddItemCount = 1, -- Remove Item Count
  1350.         ProgressBar = "Eating...",
  1351.         duration = 12500,
  1352.         Effect = { status = "hunger", add = 100000 },
  1353.         animation = {
  1354.             emote = {
  1355.                 enabled = true,
  1356.                 anim = {
  1357.                     dict = 'mp_player_inteat@burger',
  1358.                     clip = 'mp_player_int_eat_burger'
  1359.                 },
  1360.                 prop = {
  1361.                     model = 'prop_cs_burger_01',
  1362.                     bone = 18905,
  1363.                     pos = vec3(0.13, 0.06, 0.02),
  1364.                     rot = vec3(-130.0, -7.0, 0.0)
  1365.                 },
  1366.             },
  1367.             scenario = {
  1368.                 enabled = false,
  1369.                 anim = {
  1370.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1371.                 },
  1372.             },
  1373.         }
  1374.     },
  1375.     medaly_of_fresh_fruits = { -- Item name
  1376.         Log = "He ate Medely of fresh fruits",
  1377.         Remove = true, -- Remove item
  1378.         RemoveItem = "medaly_of_fresh_fruits", -- Remove Item name
  1379.         RemoveItemCount = 1, -- Remove Item Count
  1380.         Add = false,
  1381.         AddItem = "bar_bowl_dirty", -- Remove Item name
  1382.         AddItemCount = 1, -- Remove Item Count
  1383.         ProgressBar = "Eating...",
  1384.         duration = 12500,
  1385.         Effect = { status = "hunger", add = 100000 },
  1386.         animation = {
  1387.             emote = {
  1388.                 enabled = true,
  1389.                 anim = {
  1390.                     dict = 'mp_player_inteat@burger',
  1391.                     clip = 'mp_player_int_eat_burger'
  1392.                 },
  1393.                 prop = {
  1394.                     model = 'prop_cs_burger_01',
  1395.                     bone = 18905,
  1396.                     pos = vec3(0.13, 0.06, 0.02),
  1397.                     rot = vec3(-130.0, -7.0, 0.0)
  1398.                 },
  1399.             },
  1400.             scenario = {
  1401.                 enabled = false,
  1402.                 anim = {
  1403.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1404.                 },
  1405.             },
  1406.         }
  1407.     },
  1408.     chocolate_and_vanilla_gelato_ice_cream = { -- Item name
  1409.         Log = "He ate Chocolate And vanilla gelato ice cream",
  1410.         Remove = true, -- Remove item
  1411.         RemoveItem = "chocolate_and_vanilla_gelato_ice_cream", -- Remove Item name
  1412.         RemoveItemCount = 1, -- Remove Item Count
  1413.         Add = true,
  1414.         AddItem = "bar_bowl_dirty", -- Remove Item name
  1415.         AddItemCount = 1, -- Remove Item Count
  1416.         ProgressBar = "Eating...",
  1417.         duration = 12500,
  1418.         Effect = { status = "hunger", add = 100000 },
  1419.         animation = {
  1420.             emote = {
  1421.                 enabled = true,
  1422.                 anim = {
  1423.                     dict = 'mp_player_inteat@burger',
  1424.                     clip = 'mp_player_int_eat_burger'
  1425.                 },
  1426.                 prop = {
  1427.                     model = 'prop_cs_burger_01',
  1428.                     bone = 18905,
  1429.                     pos = vec3(0.13, 0.06, 0.02),
  1430.                     rot = vec3(-130.0, -7.0, 0.0)
  1431.                 },
  1432.             },
  1433.             scenario = {
  1434.                 enabled = false,
  1435.                 anim = {
  1436.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1437.                 },
  1438.             },
  1439.         }
  1440.     },
  1441.     alla_vodka = { -- Item name
  1442.         Log = "He ate Alla Vodka",
  1443.         Remove = true, -- Remove item
  1444.         RemoveItem = "alla_vodka", -- Remove Item name
  1445.         RemoveItemCount = 1, -- Remove Item Count
  1446.         Add = false,
  1447.         AddItem = "bar_bowl_dirty", -- Remove Item name
  1448.         AddItemCount = 1, -- Remove Item Count
  1449.         ProgressBar = "Eating...",
  1450.         duration = 12500,
  1451.         Effect = { status = "hunger", add = 100000 },
  1452.         animation = {
  1453.             emote = {
  1454.                 enabled = true,
  1455.                 anim = {
  1456.                     dict = 'mp_player_inteat@burger',
  1457.                     clip = 'mp_player_int_eat_burger'
  1458.                 },
  1459.                 prop = {
  1460.                     model = 'prop_cs_burger_01',
  1461.                     bone = 18905,
  1462.                     pos = vec3(0.13, 0.06, 0.02),
  1463.                     rot = vec3(-130.0, -7.0, 0.0)
  1464.                 },
  1465.             },
  1466.             scenario = {
  1467.                 enabled = false,
  1468.                 anim = {
  1469.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1470.                 },
  1471.             },
  1472.         }
  1473.     },
  1474.     bolognese = { -- Item name
  1475.         Log = "He ate warm bolognese",
  1476.         Remove = true, -- Remove item
  1477.         RemoveItem = "bolognese", -- Remove Item name
  1478.         RemoveItemCount = 1, -- Remove Item Count
  1479.         Add = true,
  1480.         AddItem = "bar_bowl_dirty", -- Remove Item name
  1481.         AddItemCount = 1, -- Remove Item Count
  1482.         ProgressBar = "Eating...",
  1483.         duration = 12500,
  1484.         Effect = { status = "hunger", add = 100000 },
  1485.         animation = {
  1486.             emote = {
  1487.                 enabled = true,
  1488.                 anim = {
  1489.                     dict = 'mp_player_inteat@burger',
  1490.                     clip = 'mp_player_int_eat_burger'
  1491.                 },
  1492.                 prop = {
  1493.                     model = 'prop_cs_burger_01',
  1494.                     bone = 18905,
  1495.                     pos = vec3(0.13, 0.06, 0.02),
  1496.                     rot = vec3(-130.0, -7.0, 0.0)
  1497.                 },
  1498.             },
  1499.             scenario = {
  1500.                 enabled = false,
  1501.                 anim = {
  1502.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1503.                 },
  1504.             },
  1505.         }
  1506.     },
  1507.     calamari_marinara = { -- Item name
  1508.         Log = "He ate calamari marinara",
  1509.         Remove = true, -- Remove item
  1510.         RemoveItem = "calamari_marinara", -- Remove Item name
  1511.         RemoveItemCount = 1, -- Remove Item Count
  1512.         Add = false,
  1513.         AddItem = "bar_bowl_dirty", -- Remove Item name
  1514.         AddItemCount = 1, -- Remove Item Count
  1515.         ProgressBar = "Eating...",
  1516.         duration = 12500,
  1517.         Effect = { status = "hunger", add = 100000 },
  1518.         animation = {
  1519.             emote = {
  1520.                 enabled = true,
  1521.                 anim = {
  1522.                     dict = 'mp_player_inteat@burger',
  1523.                     clip = 'mp_player_int_eat_burger'
  1524.                 },
  1525.                 prop = {
  1526.                     model = 'prop_cs_burger_01',
  1527.                     bone = 18905,
  1528.                     pos = vec3(0.13, 0.06, 0.02),
  1529.                     rot = vec3(-130.0, -7.0, 0.0)
  1530.                 },
  1531.             },
  1532.             scenario = {
  1533.                 enabled = false,
  1534.                 anim = {
  1535.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1536.                 },
  1537.             },
  1538.         }
  1539.     },
  1540.     pescatore = { -- Item name
  1541.         Log = "He ate pescatore",
  1542.         Remove = true, -- Remove item
  1543.         RemoveItem = "pescatore", -- Remove Item name
  1544.         RemoveItemCount = 1, -- Remove Item Count
  1545.         Add = false,
  1546.         AddItem = "bar_bowl_dirty", -- Remove Item name
  1547.         AddItemCount = 1, -- Remove Item Count
  1548.         ProgressBar = "Eating...",
  1549.         duration = 12500,
  1550.         Effect = { status = "hunger", add = 100000 },
  1551.         animation = {
  1552.             emote = {
  1553.                 enabled = true,
  1554.                 anim = {
  1555.                     dict = 'mp_player_inteat@burger',
  1556.                     clip = 'mp_player_int_eat_burger'
  1557.                 },
  1558.                 prop = {
  1559.                     model = 'prop_cs_burger_01',
  1560.                     bone = 18905,
  1561.                     pos = vec3(0.13, 0.06, 0.02),
  1562.                     rot = vec3(-130.0, -7.0, 0.0)
  1563.                 },
  1564.             },
  1565.             scenario = {
  1566.                 enabled = false,
  1567.                 anim = {
  1568.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1569.                 },
  1570.             },
  1571.         }
  1572.     },
  1573.     cappuccino = { -- Item name
  1574.         Log = "He drink cappuccino",
  1575.         Remove = true, -- Remove item
  1576.         RemoveItem = "cappuccino", -- Remove Item name
  1577.         RemoveItemCount = 1, -- Remove Item Count
  1578.         Add = true,
  1579.         AddItem = "dirty_cup", -- Remove Item name
  1580.         AddItemCount = 1, -- Remove Item Count
  1581.         ProgressBar = "Drinking...",
  1582.         duration = 12500,
  1583.         Effect = { status = "thirst", add = 100000 },
  1584.         animation = {
  1585.             emote = {
  1586.                 enabled = true,
  1587.                 anim = {
  1588.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  1589.                     clip = 'idle_c'
  1590.                 },
  1591.                 prop = {
  1592.                     model = 'p_amb_coffeecup_01',
  1593.                     bone = 57005,
  1594.                     pos = vec3(0.15, 0.02, -0.03),
  1595.                     rot = vec3(-70.0, 30.0, 10.0)
  1596.                 },
  1597.             },
  1598.             scenario = {
  1599.                 enabled = false,
  1600.                 anim = {
  1601.                     scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
  1602.                 },
  1603.             },
  1604.         }
  1605.     },
  1606.     latte_macchiato = { -- Item name
  1607.         Log = "He drink latte macchiato",
  1608.         Remove = true, -- Remove item
  1609.         RemoveItem = "latte_macchiato", -- Remove Item name
  1610.         RemoveItemCount = 1, -- Remove Item Count
  1611.         Add = false,
  1612.         AddItem = "dirty_cup", -- Remove Item name
  1613.         AddItemCount = 1, -- Remove Item Count
  1614.         ProgressBar = "Drinking...",
  1615.         duration = 12500,
  1616.         Effect = { status = "thirst", add = 100000 },
  1617.         animation = {
  1618.             emote = {
  1619.                 enabled = true,
  1620.                 anim = {
  1621.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  1622.                     clip = 'idle_c'
  1623.                 },
  1624.                 prop = {
  1625.                     model = 'p_amb_coffeecup_01',
  1626.                     bone = 57005,
  1627.                     pos = vec3(0.15, 0.02, -0.03),
  1628.                     rot = vec3(-70.0, 30.0, 10.0)
  1629.                 },
  1630.             },
  1631.             scenario = {
  1632.                 enabled = false,
  1633.                 anim = {
  1634.                     scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
  1635.                 },
  1636.             },
  1637.         }
  1638.     },
  1639.     sprunk = { -- Item name
  1640.         Log = "He drink sprunk",
  1641.         Remove = true, -- Remove item
  1642.         RemoveItem = "sprunk", -- Remove Item name
  1643.         RemoveItemCount = 1, -- Remove Item Count
  1644.         Add = true,
  1645.         AddItem = "destroyed_cup", -- Remove Item name
  1646.         AddItemCount = 1, -- Remove Item Count
  1647.         ProgressBar = "Drinking...",
  1648.         duration = 12500,
  1649.         Effect = { status = "thirst", add = 100000 },
  1650.         animation = {
  1651.             emote = {
  1652.                 enabled = true,
  1653.                 anim = {
  1654.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  1655.                     clip = 'idle_c'
  1656.                 },
  1657.                 prop = {
  1658.                     model = 'prop_cs_bs_cup',
  1659.                     bone = 57005,
  1660.                     pos = vec3(0.15, 0.02, -0.03),
  1661.                     rot = vec3(-70.0, 30.0, 10.0)
  1662.                 },
  1663.             },
  1664.             scenario = {
  1665.                 enabled = false,
  1666.                 anim = {
  1667.                     scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
  1668.                 },
  1669.             },
  1670.         }
  1671.     },
  1672.     drang_o_tang = { -- Item name
  1673.         Log = "He drink drang_o_tang",
  1674.         Remove = true, -- Remove item
  1675.         RemoveItem = "drang_o_tang", -- Remove Item name
  1676.         RemoveItemCount = 1, -- Remove Item Count
  1677.         Add = true,
  1678.         AddItem = "destroyed_cup", -- Remove Item name
  1679.         AddItemCount = 1, -- Remove Item Count
  1680.         ProgressBar = "Drinking...",
  1681.         duration = 12500,
  1682.         Effect = { status = "thirst", add = 100000 },
  1683.         animation = {
  1684.             emote = {
  1685.                 enabled = true,
  1686.                 anim = {
  1687.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  1688.                     clip = 'idle_c'
  1689.                 },
  1690.                 prop = {
  1691.                     model = 'prop_cs_bs_cup',
  1692.                     bone = 57005,
  1693.                     pos = vec3(0.15, 0.02, -0.03),
  1694.                     rot = vec3(-70.0, 30.0, 10.0)
  1695.                 },
  1696.             },
  1697.             scenario = {
  1698.                 enabled = false,
  1699.                 anim = {
  1700.                     scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
  1701.                 },
  1702.             },
  1703.         }
  1704.     },
  1705.     ecola = { -- Item name
  1706.         Log = "He drink ecola",
  1707.         Remove = true, -- Remove item
  1708.         RemoveItem = "ecola", -- Remove Item name
  1709.         RemoveItemCount = 1, -- Remove Item Count
  1710.         Add = true,
  1711.         AddItem = "destroyed_cup", -- Remove Item name
  1712.         AddItemCount = 1, -- Remove Item Count
  1713.         ProgressBar = "Drinking...",
  1714.         duration = 12500,
  1715.         Effect = { status = "thirst", add = 100000 },
  1716.         animation = {
  1717.             emote = {
  1718.                 enabled = true,
  1719.                 anim = {
  1720.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  1721.                     clip = 'idle_c'
  1722.                 },
  1723.                 prop = {
  1724.                     model = 'prop_cs_bs_cup',
  1725.                     bone = 57005,
  1726.                     pos = vec3(0.15, 0.02, -0.03),
  1727.                     rot = vec3(-70.0, 30.0, 10.0)
  1728.                 },
  1729.             },
  1730.             scenario = {
  1731.                 enabled = false,
  1732.                 anim = {
  1733.                     scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
  1734.                 },
  1735.             },
  1736.         }
  1737.     },
  1738.     ecola_light = { -- Item name
  1739.         Log = "He drink ecola_light",
  1740.         Remove = true, -- Remove item
  1741.         RemoveItem = "ecola_light", -- Remove Item name
  1742.         RemoveItemCount = 1, -- Remove Item Count
  1743.         Add = false,
  1744.         AddItem = "destroyed_cup", -- Remove Item name
  1745.         AddItemCount = 1, -- Remove Item Count
  1746.         ProgressBar = "Drinking...",
  1747.         duration = 12500,
  1748.         Effect = { status = "thirst", add = 100000 },
  1749.         animation = {
  1750.             emote = {
  1751.                 enabled = true,
  1752.                 anim = {
  1753.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  1754.                     clip = 'idle_c'
  1755.                 },
  1756.                 prop = {
  1757.                     model = 'prop_cs_bs_cup',
  1758.                     bone = 57005,
  1759.                     pos = vec3(0.15, 0.02, -0.03),
  1760.                     rot = vec3(-70.0, 30.0, 10.0)
  1761.                 },
  1762.             },
  1763.             scenario = {
  1764.                 enabled = false,
  1765.                 anim = {
  1766.                     scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
  1767.                 },
  1768.             },
  1769.         }
  1770.     },
  1771.     piswasser = { -- Item name
  1772.         Log = "Drank piswasser",
  1773.         Remove = true, -- Remove item
  1774.         RemoveItem = "piswasser", -- Remove Item name
  1775.         RemoveItemCount = 1, -- Remove Item Count
  1776.         Add = true,
  1777.         AddItem = "empty_beer_dirt", -- Remove Item name
  1778.         AddItemCount = 1, -- Remove Item Count
  1779.         ProgressBar = "Drinking...",
  1780.         duration = 12500,
  1781.         Effect = { status = "drunk", add = 100000 },
  1782.         animation = {
  1783.             emote = {
  1784.                 enabled = true,
  1785.                 anim = {
  1786.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  1787.                     clip = 'idle_c'
  1788.                 },
  1789.                 prop = {
  1790.                     model = 'prop_beer_pissh',
  1791.                     bone = 57005,
  1792.                     pos = vec3(0.14, -0.12, -0.04),
  1793.                     rot = vec3(-84.0, 0.0, 0.0)
  1794.                 },
  1795.  
  1796.             },
  1797.             scenario = {
  1798.                 enabled = false,
  1799.                 anim = {
  1800.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1801.                 },
  1802.             },
  1803.         }
  1804.     },
  1805.     am_beer = { -- Item name
  1806.         Log = "Drank am_beer",
  1807.         Remove = true, -- Remove item
  1808.         RemoveItem = "am_beer", -- Remove Item name
  1809.         RemoveItemCount = 1, -- Remove Item Count
  1810.         Add = true,
  1811.         AddItem = "empty_beer_dirt", -- Remove Item name
  1812.         AddItemCount = 1, -- Remove Item Count
  1813.         ProgressBar = "Drinking...",
  1814.         duration = 12500,
  1815.         Effect = { status = "drunk", add = 100000 },
  1816.         animation = {
  1817.             emote = {
  1818.                 enabled = true,
  1819.                 anim = {
  1820.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  1821.                     clip = 'idle_c'
  1822.                 },
  1823.                 prop = {
  1824.                     model = 'prop_beer_amopen',
  1825.                     bone = 57005,
  1826.                     pos = vec3(0.14, -0.12, -0.04),
  1827.                     rot = vec3(-84.0, 0.0, 0.0)
  1828.                 },
  1829.  
  1830.             },
  1831.             scenario = {
  1832.                 enabled = false,
  1833.                 anim = {
  1834.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1835.                 },
  1836.             },
  1837.         }
  1838.     },
  1839.     duscbe_gold = { -- Item name
  1840.         Log = "Drank duscbe_gold",
  1841.         Remove = true, -- Remove item
  1842.         RemoveItem = "duscbe_gold", -- Remove Item name
  1843.         RemoveItemCount = 1, -- Remove Item Count
  1844.         Add = true,
  1845.         AddItem = "empty_beer_dirt", -- Remove Item name
  1846.         AddItemCount = 1, -- Remove Item Count
  1847.         ProgressBar = "Drinking...",
  1848.         duration = 12500,
  1849.         Effect = { status = "drunk", add = 100000 },
  1850.         animation = {
  1851.             emote = {
  1852.                 enabled = true,
  1853.                 anim = {
  1854.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  1855.                     clip = 'idle_c'
  1856.                 },
  1857.                 prop = {
  1858.                     model = 'prop_beerdusche',
  1859.                     bone = 57005,
  1860.                     pos = vec3(0.13, -0.13, -0.04),
  1861.                     rot = vec3(-90.0, 0.0, 0.0)
  1862.                 },
  1863.  
  1864.             },
  1865.             scenario = {
  1866.                 enabled = false,
  1867.                 anim = {
  1868.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1869.                 },
  1870.             },
  1871.         }
  1872.     },
  1873.     logger = { -- Item name
  1874.         Log = "Drank logger",
  1875.         Remove = true, -- Remove item
  1876.         RemoveItem = "logger", -- Remove Item name
  1877.         RemoveItemCount = 1, -- Remove Item Count
  1878.         Add = true,
  1879.         AddItem = "empty_beer_dirt", -- Remove Item name
  1880.         AddItemCount = 1, -- Remove Item Count
  1881.         ProgressBar = "Drinking...",
  1882.         duration = 12500,
  1883.         Effect = { status = "drunk", add = 100000 },
  1884.         animation = {
  1885.             emote = {
  1886.                 enabled = true,
  1887.                 anim = {
  1888.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  1889.                     clip = 'idle_c'
  1890.                 },
  1891.                 prop = {
  1892.                     model = 'prop_beer_logger',
  1893.                     bone = 57005,
  1894.                     pos = vec3(0.14, -0.12, -0.04),
  1895.                     rot = vec3(-84.0, 0.0, 0.0)
  1896.                 },
  1897.  
  1898.             },
  1899.             scenario = {
  1900.                 enabled = false,
  1901.                 anim = {
  1902.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1903.                 },
  1904.             },
  1905.         }
  1906.     },
  1907.     ragga_rum = { -- Item name
  1908.         Log = "Drank ragga_rum",
  1909.         Remove = true, -- Remove item
  1910.         RemoveItem = "ragga_rum", -- Remove Item name
  1911.         RemoveItemCount = 1, -- Remove Item Count
  1912.         Add = true,
  1913.         AddItem = "empty_rum_dirt", -- Remove Item name
  1914.         AddItemCount = 1, -- Remove Item Count
  1915.         ProgressBar = "Drinking...",
  1916.         duration = 12500,
  1917.         Effect = { status = "drunk", add = 100000 },
  1918.         animation = {
  1919.             emote = {
  1920.                 enabled = true,
  1921.                 anim = {
  1922.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  1923.                     clip = 'idle_c'
  1924.                 },
  1925.                 prop = {
  1926.                     model = 'prop_drink_whisky',
  1927.                     bone = 57005,
  1928.                     pos = vec3(0.14, -0.03, -0.04),
  1929.                     rot = vec3(-90.0, 100.0, 0.0)
  1930.                 },
  1931.  
  1932.             },
  1933.             scenario = {
  1934.                 enabled = false,
  1935.                 anim = {
  1936.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1937.                 },
  1938.             },
  1939.         }
  1940.     },
  1941.     cherenkov = { -- Item name
  1942.         Log = "Drank cherenkov",
  1943.         Remove = true, -- Remove item
  1944.         RemoveItem = "cherenkov", -- Remove Item name
  1945.         RemoveItemCount = 1, -- Remove Item Count
  1946.         Add = true,
  1947.         AddItem = "empty_rum_dirt", -- Remove Item name
  1948.         AddItemCount = 1, -- Remove Item Count
  1949.         ProgressBar = "Drinking...",
  1950.         duration = 12500,
  1951.         Effect = { status = "drunk", add = 100000 },
  1952.         animation = {
  1953.             emote = {
  1954.                 enabled = true,
  1955.                 anim = {
  1956.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  1957.                     clip = 'idle_c'
  1958.                 },
  1959.                 prop = {
  1960.                     model = 'prop_drink_whisky',
  1961.                     bone = 57005,
  1962.                     pos = vec3(0.14, -0.03, -0.04),
  1963.                     rot = vec3(-90.0, 100.0, 0.0)
  1964.                 },
  1965.  
  1966.             },
  1967.             scenario = {
  1968.                 enabled = false,
  1969.                 anim = {
  1970.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1971.                 },
  1972.             },
  1973.         }
  1974.     },
  1975. }
  1976.  
  1977. Config.ChairsDebug = false
  1978. Config.Chairs = {
  1979.     --TABLE 1
  1980.     {
  1981.         coords = vector3(808.3350, -755.4413, 26.3425), offsetZ = -0.10, heading = 95.5674, radius = 0.8, distance = 2.0,
  1982.         LeaveCoords = vector4(808.2972, -753.6256, 25.7808, 174.2817)
  1983.     },
  1984.     {
  1985.         coords = vector3(808.3517, -754.4514, 26.3425), offsetZ = -0.10, heading = 83.7319, radius = 0.5, distance = 1.7,
  1986.         LeaveCoords = vector4(808.2972, -753.6256, 25.7808, 174.2817)
  1987.     },
  1988.     {
  1989.         coords = vector3(807.0764, -755.4775, 26.3425), offsetZ = -0.10, heading = 279.6558, radius = 0.8, distance = 2.0,
  1990.         LeaveCoords = vector4(806.9636, -753.5406, 25.7808, 198.3418)
  1991.     },
  1992.     {
  1993.         coords = vector3(807.0367, -754.4321, 26.3425), offsetZ = -0.10, heading = 268.3143, radius = 0.5, distance = 1.7,
  1994.         LeaveCoords = vector4(806.9636, -753.5406, 25.7808, 198.3418)
  1995.     },
  1996.     --TABLE 2
  1997.     {
  1998.         coords = vector3(806.2369, -755.4573, 26.3425), offsetZ = -0.10, heading = 87.7122, radius = 0.8, distance = 2.0,
  1999.         LeaveCoords = vector4(806.1459, -753.6194, 25.7809, 175.9150)
  2000.     },
  2001.     {
  2002.         coords = vector3(806.2787, -754.3653, 26.3425), offsetZ = -0.10, heading = 88.3039, radius = 0.5, distance = 1.7,
  2003.         LeaveCoords = vector4(806.1459, -753.6194, 25.7809, 175.9150)
  2004.     },
  2005.     {
  2006.         coords = vector3(805.0179, -755.4799, 26.3425), offsetZ = -0.10, heading = 268.2608, radius = 0.5, distance = 2.0,
  2007.         LeaveCoords = vector4(804.9142, -753.6290, 25.7808, 182.5086)
  2008.     },
  2009.     {
  2010.         coords = vector3(804.9589, -754.5292, 26.3425), offsetZ = -0.10, heading = 277.0409, radius = 0.5, distance = 1.7,
  2011.         LeaveCoords = vector4(804.9142, -753.6290, 25.7808, 182.5086)
  2012.     },
  2013.     --TABLE 3
  2014.     {
  2015.         coords = vector3(804.1472, -755.4328, 26.3425), offsetZ = -0.10, heading = 77.0121, radius = 0.5, distance = 2.0,
  2016.         LeaveCoords = vector4(804.1606, -753.5588, 25.7809, 180.9067)
  2017.     },
  2018.     {
  2019.         coords = vector3(804.1793, -754.2485, 26.3425), offsetZ = -0.10, heading = 105.0420, radius = 0.5, distance = 1.7,
  2020.         LeaveCoords = vector4(804.1606, -753.5588, 25.7809, 180.9067)
  2021.     },
  2022.     {
  2023.         coords = vector3(802.8377, -755.6551, 26.3425), offsetZ = -0.10, heading = 269.3852, radius = 0.5, distance = 2.0,
  2024.         LeaveCoords = vector4(802.8239, -753.6290, 25.7809, 160.4956)
  2025.     },
  2026.     {
  2027.         coords = vector3(802.8407, -754.3984, 26.3425), offsetZ = -0.10, heading = 270.1320, radius = 0.5, distance = 1.7,
  2028.         LeaveCoords = vector4(802.8239, -753.6290, 25.7809, 160.4956)
  2029.     },
  2030.     --TABLE 4
  2031.     {
  2032.         coords = vector3(802.0806, -755.4266, 26.3425), offsetZ = -0.10, heading = 91.4848, radius = 0.5, distance = 1.7,
  2033.         LeaveCoords = vector4(802.0793, -753.6176, 25.7808, 203.8184)
  2034.     },
  2035.     {
  2036.         coords = vector3(802.0805, -754.4078, 26.3425), offsetZ = -0.10, heading = 96.2304, radius = 0.5, distance = 1.7,
  2037.         LeaveCoords = vector4(802.0793, -753.6176, 25.7808, 203.8184)
  2038.     },
  2039.     {
  2040.         coords = vector3(800.7370, -755.4534, 26.3425), offsetZ = -0.10, heading = 284.9577, radius = 0.5, distance = 1.7,
  2041.         LeaveCoords = vector4(800.6466, -753.5042, 25.7808, 179.3494)
  2042.     },
  2043.     {
  2044.         coords = vector3(800.7749, -754.4265, 26.3425), offsetZ = -0.10, heading = 286.0640, radius = 0.5, distance = 1.7,
  2045.         LeaveCoords = vector4(800.6466, -753.5042, 25.7808, 179.3494)
  2046.     },
  2047.     --TABLE 5
  2048.     {
  2049.         coords = vector3(799.2586, -756.9387, 26.3425), offsetZ = -0.10, heading = 187.8095, radius = 0.5, distance = 1.7,
  2050.         LeaveCoords = vector4(798.3643, -756.9547, 25.7808, 269.9816)
  2051.     },
  2052.     {
  2053.         coords = vector3(799.3206, -758.3079, 26.3425), offsetZ = -0.10, heading = 3.9010, radius = 0.5, distance = 1.7,
  2054.         LeaveCoords = vector4(798.2222, -758.3746, 25.7808, 274.7951)
  2055.     },
  2056.     --TABLE 6
  2057.     {
  2058.         coords = vector3(799.3768, -759.0669, 26.3425), offsetZ = -0.10, heading = 185.2483, radius = 0.5, distance = 1.7,
  2059.         LeaveCoords = vector4(798.3638, -759.0886, 25.7808, 274.4447)
  2060.     },
  2061.     {
  2062.         coords = vector3(799.4681, -760.4307, 26.3425), offsetZ = -0.10, heading = 10.0904, radius = 0.5, distance = 1.7,
  2063.         LeaveCoords = vector4(798.3610, -760.4984, 25.7808, 276.5729)
  2064.     },
  2065.     --TABLE 7
  2066.     {
  2067.         coords = vector3(795.1854, -752.5078, 26.3526), offsetZ = -0.10, heading = 352.2891, radius = 0.5, distance = 1.7,
  2068.         LeaveCoords = vector4(795.7284, -752.4341, 25.7808, 90.3863)
  2069.     },
  2070.     {
  2071.         coords = vector3(795.1304, -750.6523, 26.3526), offsetZ = -0.10, heading = 221.1590, radius = 0.5, distance = 1.7,
  2072.         LeaveCoords = vector4(795.6139, -750.5679, 25.7808, 100.5334)
  2073.     },
  2074.     --TABLE 8
  2075.     {
  2076.         coords = vector3(797.1257, -748.8319, 26.3526), offsetZ = -0.10, heading = 274.7277, radius = 0.5, distance = 1.7,
  2077.         LeaveCoords = vector4(797.1068, -749.3845, 25.7808, 354.7202)
  2078.     },
  2079.     {
  2080.         coords = vector3(798.8823, -748.7974, 26.3526), offsetZ = -0.10, heading = 89.6475, radius = 0.5, distance = 1.7,
  2081.         LeaveCoords = vector4(798.8762, -749.4100, 25.7808, 344.8675)
  2082.     },
  2083.     --TABLE 9
  2084.     {
  2085.         coords = vector3(798.1847, -751.4985, 26.3526), offsetZ = -0.10, heading = 264.2618, radius = 0.5, distance = 1.7,
  2086.         LeaveCoords = vector4(798.2350, -752.1440, 25.7808, 340.6651)
  2087.     },
  2088.     {
  2089.         coords = vector3(799.9872, -751.5463, 26.3511), offsetZ = -0.10, heading = 88.0302, radius = 0.5, distance = 1.7,
  2090.         LeaveCoords = vector4(799.9365, -752.0330, 25.7808, 3.3325)
  2091.     },
  2092.     --TABLE 10
  2093.     {
  2094.         coords = vector3(802.2035, -751.5634, 26.3526), offsetZ = -0.10, heading = 273.4987, radius = 0.5, distance = 1.7,
  2095.         LeaveCoords = vector4(802.2433, -752.1411, 25.7808, 3.1952)
  2096.     },
  2097.     {
  2098.         coords = vector3(804.0197, -751.5058, 26.3526), offsetZ = -0.10, heading = 88.0152, radius = 0.5, distance = 1.7,
  2099.         LeaveCoords = vector4(803.9924, -751.9940, 25.7808, 4.1191)
  2100.     },
  2101.     --TABLE 11
  2102.     {
  2103.         coords = vector3(806.1362, -751.5663, 26.3526), offsetZ = -0.10, heading = 279.2083, radius = 0.5, distance = 1.7,
  2104.         LeaveCoords = vector4(806.0741, -751.0408, 25.7808, 193.9966)
  2105.     },
  2106.     {
  2107.         coords = vector3(807.9379, -751.5430, 26.3526), offsetZ = -0.10, heading = 87.0661, radius = 0.5, distance = 1.7,
  2108.         LeaveCoords = vector4(807.9562, -750.9671, 25.7808, 180.1281)
  2109.     },
  2110.     --TABLE 12
  2111.     {
  2112.         coords = vector3(799.1913, -747.0765, 26.3786), offsetZ = -0.10, heading = 93.6502, radius = 0.5, distance = 1.7,
  2113.         LeaveCoords = vector4(799.2814, -746.4518, 25.7812, 174.8412)
  2114.     },
  2115.     {
  2116.         coords = vector3(796.7157, -747.1267, 26.3786), offsetZ = -0.10, heading = 291.1268, radius = 0.5, distance = 1.7,
  2117.         LeaveCoords = vector4(796.6921, -746.4443, 25.7812, 188.8027)
  2118.     },
  2119.     --TABLE 13
  2120.     {
  2121.         coords = vector3(796.8834, -741.3405, 26.3786), offsetZ = -0.10, heading = 272.0860, radius = 0.5, distance = 1.7,
  2122.         LeaveCoords = vector4(796.9255, -741.9116, 25.7812, 4.4311)
  2123.     },
  2124.     {
  2125.         coords = vector3(799.4584, -741.3033, 26.3786), offsetZ = -0.10, heading = 109.3664, radius = 0.5, distance = 1.7,
  2126.         LeaveCoords = vector4(799.6761, -741.9236, 25.7812, 21.1530)
  2127.     },
  2128.     --TABLE 14
  2129.     {
  2130.         coords = vector3(803.3087, -741.3984, 26.3786), offsetZ = -0.10, heading = 286.1407, radius = 0.5, distance = 1.7,
  2131.         LeaveCoords = vector4(803.3444, -741.9149, 25.7812, 358.4854)
  2132.     },
  2133.     {
  2134.         coords = vector3(805.8447, -741.2909, 26.3786), offsetZ = -0.10, heading = 122.4503, radius = 0.5, distance = 1.7,
  2135.         LeaveCoords = vector4(806.1091, -741.8721, 25.7812, 21.3362)
  2136.     },
  2137.     --TABLE 15
  2138.     {
  2139.         coords = vector3(808.7787, -741.3649, 26.3786), offsetZ = -0.10, heading = 269.8582, radius = 0.5, distance = 1.7,
  2140.         LeaveCoords = vector4(808.7112, -742.0323, 25.7812, 9.5037)
  2141.     },
  2142.     {
  2143.         coords = vector3(811.3383, -741.3238, 26.3786), offsetZ = -0.10, heading = 99.8386, radius = 0.5, distance = 1.7,
  2144.         LeaveCoords = vector4(811.4473, -741.9581, 25.7812, 338.9150)
  2145.     },
  2146.     --TABLE 16
  2147.     {
  2148.         coords = vector3(809.7365, -747.1882, 26.3786), offsetZ = -0.10, heading = 289.8467, radius = 0.5, distance = 1.7,
  2149.         LeaveCoords = vector4(809.5953, -746.4631, 25.7812, 193.5664)
  2150.     },
  2151.     {
  2152.         coords = vector3(812.2598, -747.1047, 26.3786), offsetZ = -0.10, heading = 94.4055, radius = 0.5, distance = 1.7,
  2153.         LeaveCoords = vector4(812.3586, -746.5530, 25.7812, 159.0011)
  2154.     },
  2155.     --CHAIR 1
  2156.     {
  2157.         coords = vector3(804.8235, -761.5103, 30.8595), offsetZ = -0.10, heading = 10.0000, radius = 0.5, distance = 1.7,
  2158.         LeaveCoords = vector4(804.9355, -762.1285, 30.2659, 21.7753)
  2159.     },
  2160.     {
  2161.         coords = vector3(805.5680, -760.5578, 30.8595), offsetZ = -0.10, heading = 80.0000, radius = 0.5, distance = 1.7,
  2162.         LeaveCoords = vector4(806.1615, -760.5832, 30.2659, 84.6999)
  2163.     },
  2164.     {
  2165.         coords = vector3(805.5680, -759.6108, 30.8595), offsetZ = -0.10, heading = 89.9999, radius = 0.5, distance = 1.7,
  2166.         LeaveCoords = vector4(806.1085, -759.5929, 30.2659, 102.7546)
  2167.     },
  2168.     {
  2169.         coords = vector3(805.5680, -758.8568, 30.8595), offsetZ = -0.10, heading = 89.9999, radius = 0.5, distance = 1.7,
  2170.         LeaveCoords = vector4(806.1020, -758.8597, 30.2659, 92.1319)
  2171.     },
  2172.     {
  2173.         coords = vector3(804.0225, -758.8580, 30.8579), offsetZ = -0.10, heading = 270.0000, radius = 0.5, distance = 1.7,
  2174.         LeaveCoords = vector4(803.3118, -758.8897, 30.2659, 268.5404)
  2175.     },
  2176.     {
  2177.         coords = vector3(803.9820, -759.6108, 30.8592), offsetZ = -0.10, heading = 270.0000, radius = 0.5, distance = 1.7,
  2178.         LeaveCoords = vector4(803.3713, -759.6249, 30.2659, 260.5863)
  2179.     },
  2180.     {
  2181.         coords = vector3(803.9843, -760.6093, 30.8595), offsetZ = -0.10, heading = 280.0000, radius = 0.5, distance = 1.7,
  2182.         LeaveCoords = vector4(803.4733, -760.7552, 30.2659, 298.2218)
  2183.     },
  2184.     --CHAIR 2
  2185.     {
  2186.         coords = vector3(796.1982, -767.5921, 30.8501), offsetZ = -0.10, heading = 0.0000, radius = 0.5, distance = 1.7,
  2187.         LeaveCoords = vector4(796.2727, -766.9634, 30.0659, 0.0000)
  2188.     },
  2189.     {
  2190.         coords = vector3(796.8491, -763.8401, 30.8501), offsetZ = -0.10, heading = 180.0000, radius = 0.5, distance = 1.7,
  2191.         LeaveCoords = vector4(796.7746, -764.4689, 30.0659, 180.0000)
  2192.     },
  2193.     {
  2194.         coords = vector3(796.1022, -763.8401, 30.8501), offsetZ = -0.10, heading = 180.0000, radius = 0.5, distance = 1.7,
  2195.         LeaveCoords = vector4(796.0278, -764.4689, 30.0659, 180.0000)
  2196.     },
  2197.     {
  2198.         coords = vector3(795.3106, -763.9909, 30.8546), offsetZ = -0.10, heading = 180.0000, radius = 0.5, distance = 1.7,
  2199.         LeaveCoords = vector4(795.2814, -764.4689, 30.0659, 180.0000)
  2200.     },
  2201.     --CHAIR 3
  2202.     {
  2203.         coords = vector3(803.1825, -756.2792, 30.8775), offsetZ = -0.10, heading = 94.8404, radius = 0.5, distance = 1.7,
  2204.         LeaveCoords = vector4(802.7441, -755.6454, 30.0659, 185.5153)
  2205.     },
  2206.     {
  2207.         coords = vector3(802.2103, -757.3939, 30.8773), offsetZ = -0.10, heading = 10.4874, radius = 0.5, distance = 1.7,
  2208.         LeaveCoords = vector4(802.6547, -756.8187, 30.0699, 178.0273)
  2209.     },
  2210.     {
  2211.         coords = vector3(800.9064, -757.3796, 30.8770), offsetZ = -0.10, heading = 343.0113, radius = 0.5, distance = 1.7,
  2212.         LeaveCoords = vector4(800.2835, -756.8223, 30.0659, 271.7743)
  2213.     },
  2214.     {
  2215.         coords = vector3(798.5128, -752.7512, 30.8568), offsetZ = -0.10, heading = 38.8061, radius = 0.5, distance = 1.7,
  2216.         LeaveCoords = vector4(799.1675, -752.4105, 30.0659, 101.3284)
  2217.     },
  2218.     {
  2219.         coords = vector3(797.2133, -752.7282, 30.8568), offsetZ = -0.10, heading = 341.4042, radius = 0.5, distance = 1.7,
  2220.         LeaveCoords = vector4(796.6154, -752.5399, 30.0659, 288.4821)
  2221.     },
  2222.     {
  2223.         coords = vector3(797.8287, -750.4192, 30.8568), offsetZ = -0.10, heading = 189.8213, radius = 0.5, distance = 1.7,
  2224.         LeaveCoords = vector4(797.1949, -750.3650, 30.0659, 271.4822)
  2225.     },
  2226.     {
  2227.         coords = vector3(802.4764, -749.4454, 30.8699), offsetZ = -0.10, heading = 152.8023, radius = 0.5, distance = 1.7,
  2228.         LeaveCoords = vector4(801.9728, -749.8411, 30.0665, 255.9670)
  2229.     },
  2230.     --CHAIR 4
  2231.     {
  2232.         coords = vector3(809.7654, -759.6310, 21.8909), offsetZ = -0.10, heading = 357.1799, radius = 0.5, distance = 1.7,
  2233.         LeaveCoords = vector4(809.2358, -759.4973, 20.5958, 270.5168)
  2234.     },
  2235.     {
  2236.         coords = vector3(808.7660, -758.5641, 21.8909), offsetZ = -0.10, heading = 264.7444, radius = 0.5, distance = 1.7,
  2237.         LeaveCoords = vector4(808.6571, -758.0287, 20.5958, 184.9897)
  2238.     },
  2239.     {
  2240.         coords = vector3(809.7297, -757.3330, 21.8909), offsetZ = -0.10, heading = 170.6144, radius = 0.5, distance = 1.7,
  2241.         LeaveCoords = vector4(810.2132, -757.4529, 20.5958, 69.4913)
  2242.     },
  2243.     --SOFA 1
  2244.     {
  2245.         coords = vector3(796.4467, -762.3998, 30.8808), offsetZ = -0.10, heading = 1.2146, radius = 0.5, distance = 1.7,
  2246.         LeaveCoords = vector4(796.4052, -761.9422, 30.026, 8.1369)
  2247.     },
  2248.     {
  2249.         coords = vector3(795.4512, -761.4255, 30.8808), offsetZ = -0.10, heading = 265.7719, radius = 0.5, distance = 1.7,
  2250.         LeaveCoords = vector4(796.0360, -761.5883, 30.0642, 280.3280)
  2251.     },
  2252.     {
  2253.         coords = vector3(795.4714, -760.4379, 30.8808), offsetZ = -0.10, heading = 266.7816, radius = 0.5, distance = 1.7,
  2254.         LeaveCoords = vector4(795.9704, -760.3947, 30.0186, 273.4791)
  2255.     },
  2256.     {
  2257.         coords = vector3(795.4957, -759.4350, 30.8808), offsetZ = -0.10, heading = 283.5150, radius = 0.5, distance = 1.7,
  2258.         LeaveCoords = vector4(795.9180, -759.3959, 30.0632, 271.3223)
  2259.     },
  2260.     --SOFA 2
  2261.     {
  2262.         coords = vector3(795.2219, -763.9092, 26.3721), offsetZ = -0.10, heading = 267.8583, radius = 0.5, distance = 1.7,
  2263.         LeaveCoords = vector4(795.7571, -763.8268, 25.6532, 270.9060)
  2264.     },
  2265.     {
  2266.         coords = vector3(795.2426, -764.9700, 26.3721), offsetZ = -0.10, heading = 277.5727, radius = 0.5, distance = 1.7,
  2267.         LeaveCoords = vector4(795.7632, -764.8908, 25.6558, 274.6295)
  2268.     },
  2269.     {
  2270.         coords = vector3(795.2114, -765.8340, 26.3721), offsetZ = -0.10, heading = 293.2905, radius = 0.5, distance = 1.7,
  2271.         LeaveCoords = vector4(795.7633, -765.9334, 25.6556, 269.3319)
  2272.     },
  2273.     {
  2274.         coords = vector3(796.5449, -767.3336, 26.3742), offsetZ = -0.10, heading = 3.3312, radius = 0.5, distance = 1.7,
  2275.         LeaveCoords = vector4(796.4786, -766.8863, 25.6536, 356.6890)
  2276.     },
  2277.  
  2278. }
  2279.  
  2280. Config.Delivery = {
  2281.     {  
  2282.         item = "alla_vodka", -- Item name
  2283.         Label = "Alla vodka", -- Item label
  2284.         MinPrice = 25, -- Min price
  2285.         MaxPrice = 25, -- Max price
  2286.         MinCount = 1, -- Min Count
  2287.         MaxCount = 5, -- Max Count
  2288.     },
  2289.     {  
  2290.         item = "bolognese", -- Item name
  2291.         Label = "Bolognese", -- Item label
  2292.         MinPrice = 25, -- Min price
  2293.         MaxPrice = 25, -- Max price
  2294.         MinCount = 1, -- Min Count
  2295.         MaxCount = 5, -- Max Count
  2296.     },
  2297.     {  
  2298.         item = "calamari_marinara", -- Item name
  2299.         Label = "Calamari Marinara", -- Item label
  2300.         MinPrice = 25, -- Min price
  2301.         MaxPrice = 25, -- Max price
  2302.         MinCount = 1, -- Min Count
  2303.         MaxCount = 5, -- Max Count
  2304.     },
  2305.     {  
  2306.         item = "pescatore", -- Item name
  2307.         Label = "Pescatore", -- Item label
  2308.         MinPrice = 25, -- Min price
  2309.         MaxPrice = 25, -- Max price
  2310.         MinCount = 1, -- Min Count
  2311.         MaxCount = 5, -- Max Count
  2312.     },
  2313.     {  
  2314.         item = "chocolate_and_vanilla_gelato_ice_cream", -- Item name
  2315.         Label = "Chocolate And vanilla gelato ice cream", -- Item label
  2316.         MinPrice = 25, -- Min price
  2317.         MaxPrice = 25, -- Max price
  2318.         MinCount = 1, -- Min Count
  2319.         MaxCount = 5, -- Max Count
  2320.     },
  2321.     {  
  2322.         item = "tiramisu", -- Item name
  2323.         Label = "Tiramisu", -- Item label
  2324.         MinPrice = 25, -- Min price
  2325.         MaxPrice = 25, -- Max price
  2326.         MinCount = 1, -- Min Count
  2327.         MaxCount = 5, -- Max Count
  2328.     },
  2329.     {  
  2330.         item = "medaly_of_fresh_fruits", -- Item name
  2331.         Label = "Medely of fresh fruits", -- Item label
  2332.         MinPrice = 25, -- Min price
  2333.         MaxPrice = 25, -- Max price
  2334.         MinCount = 1, -- Min Count
  2335.         MaxCount = 5, -- Max Count
  2336.     },
  2337.     {  
  2338.         item = "pizza_capricciosa", -- Item name
  2339.         Label = "Capricciosa", -- Item label
  2340.         MinPrice = 25, -- Min price
  2341.         MaxPrice = 25, -- Max price
  2342.         MinCount = 1, -- Min Count
  2343.         MaxCount = 5, -- Max Count
  2344.     },
  2345.     {  
  2346.         item = "pizza_diavola", -- Item name
  2347.         Label = "Diavola", -- Item label
  2348.         MinPrice = 25, -- Min price
  2349.         MaxPrice = 25, -- Max price
  2350.         MinCount = 1, -- Min Count
  2351.         MaxCount = 5, -- Max Count
  2352.     },
  2353.     {  
  2354.         item = "pizza_margherita", -- Item name
  2355.         Label = "Margherita", -- Item label
  2356.         MinPrice = 25, -- Min price
  2357.         MaxPrice = 25, -- Max price
  2358.         MinCount = 1, -- Min Count
  2359.         MaxCount = 5, -- Max Count
  2360.     },
  2361.     {  
  2362.         item = "pizza_marinara", -- Item name
  2363.         Label = "Marinara", -- Item label
  2364.         MinPrice = 25, -- Min price
  2365.         MaxPrice = 25, -- Max price
  2366.         MinCount = 1, -- Min Count
  2367.         MaxCount = 5, -- Max Count
  2368.     },
  2369.     {  
  2370.         item = "pizza_prosciutto_e_funghi", -- Item name
  2371.         Label = "Prosciutto e funghi", -- Item label
  2372.         MinPrice = 25, -- Min price
  2373.         MaxPrice = 25, -- Max price
  2374.         MinCount = 1, -- Min Count
  2375.         MaxCount = 5, -- Max Count
  2376.     },
  2377.     {  
  2378.         item = "pizza_vegetariana", -- Item name
  2379.         Label = "Vegetariana", -- Item label
  2380.         MinPrice = 25, -- Min price
  2381.         MaxPrice = 25, -- Max price
  2382.         MinCount = 1, -- Min Count
  2383.         MaxCount = 5, -- Max Count
  2384.     },
  2385. }
Add Comment
Please, Sign In to add comment