Guest User

LUA

a guest
May 12th, 2023
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 116.20 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 = "auto-detect" -- Framework | types: auto-detect, qbcore, ESX, standalone
  8.  
  9. Config.NewESX = true
  10.  
  11. Config.Target = "auto-detect" -- Target | types: auto-detect, qb-target, qtarget, ox_target
  12. Config.BossMenu = "auto-detect" -- BossMenu | types: auto-detect, esx_society, qb-management
  13. Config.NotificationType = "ox_lib" -- Notifications | types: ESX, ox_lib, qbcore
  14. 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
  15. Config.Clothing = "auto-detect" -- Skin / Clothing | types: auto-detect, esx_skin, qb-clothing, fivem-appearance, ox_appearance
  16. Config.Context = "ox_lib" -- Context | types: ox_lib, qbcore
  17. Config.Input = "ox_lib" -- Input | types: ox_lib, qb-input
  18. Config.PoliceJobs = { 'police', 'sheriff' } -- For Alert
  19. Config.Dispatch = { enabled = true, script = "linden_outlawalert" } -- cd_dispatch, linden_outlawalert, ps-disptach
  20. --PLAYER SETTINGS
  21. Config.JobName = "pearl" -- Job name for pearl
  22. Config.BossGrade = 5 -- Boss Grade
  23. Config.NeedDuty = true -- Required duty to make drinks etc.
  24. Config.NeedCleanHands = true -- Required to clean hands to make drinks etc.
  25.  
  26. Config.Logs = { enabled = true, type = "webhook" } -- use webhook or ox_lib (datadog) Can be changed in server > sv_utils.lua
  27. Config.DropPlayer = true -- Drop (Kick) Player if tries to cheat!
  28. Config.AnticheatBan = false -- Change in server/sv_Utils.lua!!! WIll not work by default you need to add your custom trigger to ban player!
  29.  
  30. Config.Inventory = "auto-detect" -- auto-detect, ox, quasar, chezza, qb
  31.  
  32. Config.Pearls = {
  33.     PolyZone = {
  34.         coords = vector3(-1832.55, -1192.19, 14.309), size = vec3(64.5, 41.2, 70), rotation = 241, debug = false, RemovePeds = false, radius = 50.0
  35.     },
  36.  
  37.  
  38.     Garage = {
  39.         Ped = {
  40.             { Model = "s_m_y_xmech_01", Coords = vec4(-1847.03, -1187.94, 12.017, 57.20),
  41.                 Scenario = "WORLD_HUMAN_CLIPBOARD_FACILITY"
  42.             }
  43.         },
  44.         Vehicles = {
  45.             { Model = "nspeedo", Label = "Vapid Speedo", livery = 0, image = "https://cdn.discordapp.com/attachments/955812080647278642/1106220944223121429/image.png", metadata = {""}, },
  46.         },
  47.         SpawnPoints = {
  48.             { Coords = vector3(-1850.82, -1185.99, 12.800), Heading = 323.1, Radius = 3.0 }
  49.         },
  50.     },
  51.  
  52.     AlertPolice = vec3(-1836.3128662109,-1191.7471923828,14.11913394928),
  53.  
  54.     Delivery = vec3(-1837.8800048828,-1191.3444824219,14.619213104248),
  55.  
  56.     SpawnObjects = true,
  57.  
  58.     Fryer = {
  59.         Zones = {
  60.             FrontBar = {
  61.                 coords = vector3(-1847.8707275391,-1195.0770263672,14.422449111938),
  62.                 radius = 0.3,
  63.                 debug = false,
  64.             },
  65.         },
  66.         Crafting = {
  67.             patatacortada = {
  68.                 Title = "French fries",
  69.                 description = "Requirements: Fries package, stalz",
  70.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103702103765045289/patatafrito.png",
  71.                 metadata = {""},
  72.                 RequiredItems = {
  73.                     { item = "potato_package_fries", count = 1, remove = true },
  74.                     { item = "salt", count = 1, remove = true },
  75.                 },
  76.                 AddItems = {
  77.                     { item = "fries", count = 1 },
  78.                 }
  79.             },         
  80.         },
  81.     },
  82.    
  83.     Food = {
  84.         Zones = {
  85.             FrontBar = {
  86.                 coords = vector3(-1845.8232421875,-1196.2536621094,14.41579914093),
  87.                 radius = 0.3,
  88.                 debug = false,
  89.             },
  90.         },
  91.         Crafting = {
  92.             octopus = {
  93.                 Title = "Octopus Cocido",
  94.                 description = "Requirements: Ocotopus, salt",
  95.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103721597753380984/pulpo_cocido.png",
  96.                 metadata = {""},
  97.                 RequiredItems = {
  98.                     { item = "octopus", count = 1, remove = true },
  99.                     { item = "salt", count = 1, remove = true },
  100.                 },
  101.                 AddItems = {
  102.                     { item = "octopus_cut", count = 1 },
  103.                 }
  104.             },
  105.             shrimp = {
  106.                 Title = "Shrimp Cocido",
  107.                 description = "Requirements: Shrimp, salt",
  108.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103721633996357732/gambas_cocidas.png",
  109.                 metadata = {""},
  110.                 RequiredItems = {
  111.                     { item = "shrimp", count = 1, remove = true },
  112.                     { item = "salt", count = 1, remove = true },
  113.                 },
  114.                 AddItems = {
  115.                     { item = "shrimp_bowl", count = 1 },
  116.                 }
  117.             },
  118.             crawfish = {
  119.                 Title = "Crawfish Cocido",
  120.                 description = "Requirements: Crawfish, salt",
  121.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103721687536644107/langosta_cocidas.png",
  122.                 metadata = {""},
  123.                 RequiredItems = {
  124.                     { item = "crawfish", count = 1, remove = true },
  125.                     { item = "salt", count = 1, remove = true },
  126.                 },
  127.                 AddItems = {
  128.                     { item = "crawfish_cut", count = 1 },
  129.                 }
  130.             },         
  131.         },
  132.     },
  133.  
  134.     Sinks = {
  135.         Zones = {
  136.             FrontBar = {
  137.                 coords = vector3(-1836.779296875,-1188.0572509766,14.324607849121),
  138.                 radius = 0.35,
  139.                 debug = false,
  140.                 WaterStream = vector3(-1836.8995361328,-1188.0698242188,14.324607849121),
  141.             },
  142.             Kitchen = {
  143.                 coords = vector3(-1842.6240234375,-1192.1314697266,14.190028190613),
  144.                 radius = 0.35,
  145.                 debug = false,
  146.                 WaterStream = vector3(-1842.7353515625,-1192.0698242188,14.440147399902),
  147.             },
  148.             Kitchen2 = {
  149.                 coords = vector3(-1845.9953613281,-1200.1724853516,14.222393035889),
  150.                 radius = 0.4,
  151.                 debug = false,
  152.                 WaterStream = vector3(-1846.0037841797,-1200.3024902344,14.529063224792),
  153.             },
  154.             -- Kitchen3 = {
  155.                 -- coords = vector3(809.48, -765.16, 26.63),
  156.                 -- radius = 0.4,
  157.                 -- debug = false,
  158.                 -- WaterStream = vector3(809.52, -765.22, 26.93),
  159.             -- },
  160.             -- Bar = {
  161.                 -- coords = vector3(813.26, -755.49, 26.78),
  162.                 -- radius = 0.4,
  163.                 -- debug = false,
  164.                 -- WaterStream = vector3(813.38, -755.43, 26.98),
  165.             -- },
  166.         },
  167.         Crafting = {
  168.             CleanRumGlass = {
  169.                 Title = "Clean Empty rum glass",
  170.                 description = "Requirements: Empty rum glass",
  171.                 image = "https://imgur.com/jFcXTTS.png",
  172.                 metadata = {""},
  173.                 prop = `prop_whiskey_01`,
  174.                 RequiredItems = {
  175.                     { item = "empty_rum_dirt", count = 1, remove = true },
  176.                 },
  177.                 AddItems = {
  178.                     { item = "empty_rum", count = 1 },
  179.                 }
  180.             },
  181.             CleanBeerGlass = {
  182.                 Title = "Clean Empty beer glass",
  183.                 description = "Requirements: Empty beer glass",
  184.                 image = "https://imgur.com/7EeXx8u.png",
  185.                 metadata = {""},
  186.                 prop = `prop_sh_tall_glass`,
  187.                 RequiredItems = {
  188.                     { item = "empty_beer_dirt", count = 1, remove = true },
  189.                 },
  190.                 AddItems = {
  191.                     { item = "empty_beer", count = 1 },
  192.                 }
  193.             },
  194.             CleanPearlWood = {
  195.                 Title = "Clean Dirty Wooden pearl tray",
  196.                 description = "Requirements: Dirty Wooden pearl tray",
  197.                 image = "https://imgur.com/pGaH4Rz.png",
  198.                 metadata = {""},
  199.                 prop = `v_ret_fh_plate3`,
  200.                 RequiredItems = {
  201.                     { item = "pearl_wood_dirt", count = 1, remove = true },
  202.                 },
  203.                 AddItems = {
  204.                     { item = "pearl_wood", count = 1 },
  205.                 }
  206.             },
  207.             CleanBowl = {
  208.                 Title = "Clean Bowl",
  209.                 description = "Requirements: Dirty Bowl",
  210.                 image = "https://cdn.discordapp.com/attachments/796438437733335060/1106359715795054622/plate_dirty.png",
  211.                 metadata = {""},
  212.                 prop = `prop_bar_beans`,
  213.                 RequiredItems = {
  214.                     { item = "table_plate_dirty", count = 1, remove = true },
  215.                 },
  216.                 AddItems = {
  217.                     { item = "table_plate", count = 1 },
  218.                 }
  219.             },
  220.             CleanCup = {
  221.                 Title = "Clean Cup",
  222.                 description = "Requirements: Dirty Cup",
  223.                 image = "https://imgur.com/3TRp21z.png",
  224.                 metadata = {""},
  225.                 prop = `v_ret_gc_cup`,
  226.                 RequiredItems = {
  227.                     { item = "dirty_cup", count = 1, remove = true },
  228.                 },
  229.                 AddItems = {
  230.                     { item = "cup", count = 1 },
  231.                 }
  232.             },
  233.         },
  234.     },
  235.  
  236.     Duty = {
  237.         Main = { coords = vector3(-1818.8356933594,-1198.6571044922,14.343774795532), radius = 0.25, debug = false },
  238.         Back = { coords = vector3(-1840.3, -1189.99, 14.81), radius = 0.3, debug = false },
  239.     },
  240.  
  241.     CloakRoom = {
  242.         Main = { coords = vector3(-1837.7691650391,-1187.7216796875,14.485378265381), radius = 0.7, debug = false },
  243.     },
  244.  
  245.     Coffeemachine = {
  246.         Zones = {
  247.             Main = { coords = vector3(-1837.5991210938,-1190.1633300781,14.551699638367), radius = 0.2, debug = false },
  248.         },
  249.  
  250.         Crafting = {
  251.             latte = {
  252.                 Title = "Latte Macchiato",
  253.                 description = "Requirements: Espresso, Milk, Cup",
  254.                 image = "https://imgur.com/ROjHSub.png",
  255.                 metadata = {""},
  256.                 RequiredItems = {
  257.                     { item = "espresso", count = 1, remove = true },
  258.                     { item = "milk", count = 1, remove = true },
  259.                     { item = "cup", count = 1, remove = true },
  260.                 },
  261.                 AddItems = {
  262.                     { item = "latte_macchiato", count = 1 },
  263.                 }
  264.             },
  265.             cappucino = {
  266.                 Title = "Cappuccino",
  267.                 description = "Requirements: Espresso, Milk, Cup",
  268.                 image = "https://imgur.com/q7gDRqg.png",
  269.                 metadata = {""},
  270.                 RequiredItems = {
  271.                     { item = "espresso", count = 1, remove = true },
  272.                     { item = "milk", count = 1, remove = true },
  273.                     { item = "cup", count = 1, remove = true },
  274.                 },
  275.                 AddItems = {
  276.                     { item = "cappuccino", count = 1 },
  277.                 }
  278.             },
  279.         },
  280.     },
  281.  
  282.     grillfish = {
  283.         Zones = {
  284.             Main = { coords = vector3(-1847.4841308594,-1194.4864501953,14.278088569641), radius = 0.2, debug = false },
  285.             Main2 = { coords = vector3(-1847.1949462891,-1193.9132080078,14.278088569641), radius = 0.2, debug = false },
  286.             Main3 = { coords = vector3(-1846.8762207031,-1193.3999023438,14.278089523315), radius = 0.2, debug = false },
  287.         },
  288.        
  289.         Crafting = {
  290.             luvina = {
  291.                 Title = "Fish",
  292.                 description = "Requirements: Fish, salt, oil",
  293.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103711580664901722/luvina_plancha.png",
  294.                 metadata = {""},
  295.                 RequiredItems = {
  296.                     { item = "fish", count = 1, remove = true },
  297.                     { item = "salt", count = 1, remove = true },
  298.                     { item = "oil", count = 1, remove = true },
  299.                 },
  300.                 AddItems = {
  301.                     { item = "fish_cut", count = 1 },
  302.                 }
  303.             },
  304.             salmon = {
  305.                 Title = "Salmon Plancha",
  306.                 description = "Requirements: Salmon, salt, oil",
  307.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103714392270459020/salmon_plancha.png",
  308.                 metadata = {""},
  309.                 RequiredItems = {
  310.                     { item = "salmon", count = 1, remove = true },
  311.                     { item = "salt", count = 1, remove = true },
  312.                     { item = "oil", count = 1, remove = true },
  313.                 },
  314.                 AddItems = {
  315.                     { item = "salmon_grilled", count = 1 },
  316.                 }
  317.             },
  318.             filete = {
  319.                 Title = "Meat Grilled",
  320.                 description = "Requirements: Meat, salt, oil",
  321.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716623166214144/filete_plancha.png",
  322.                 metadata = {""},
  323.                 RequiredItems = {
  324.                     { item = "Meat", count = 1, remove = true },
  325.                     { item = "salt", count = 1, remove = true },
  326.                     { item = "oil", count = 1, remove = true },
  327.                 },
  328.                 AddItems = {
  329.                     { item = "grilled_meat", count = 1 },
  330.                 }
  331.             },         
  332.         },
  333.     },
  334.  
  335.     Beer = {
  336.         Zones = {
  337.             Main = { coords = vector3(-1833.8093261719,-1189.3942871094,14.703911781311), radius = 0.4, debug = false },
  338.         },
  339.         Crafting = {
  340.             Piswasser = {
  341.                 Title = "Piswasser",
  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 = "piswasser", count = 1 },
  350.                 }
  351.             },
  352.             AM = {
  353.                 Title = "A.M.",
  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 = "beer", count = 1 },
  362.                 }
  363.             },
  364.             DuscbeGold = {
  365.                 Title = "Duscbe Gold",
  366.                 description = "Requirements: Empty beer glass",
  367.                 image = "https://imgur.com/ycmBDjF.png",
  368.                 metadata = {""},
  369.                 RequiredItems = {
  370.                     { item = "empty_beer", count = 1, remove = true },
  371.                 },
  372.                 AddItems = {
  373.                     { item = "duscbe_gold", count = 1 },
  374.                 }
  375.             },
  376.             Logger = {
  377.                 Title = "Logger",
  378.                 description = "Requirements: Empty beer glass",
  379.                 image = "https://imgur.com/ycmBDjF.png",
  380.                 metadata = {""},
  381.                 RequiredItems = {
  382.                     { item = "empty_beer", count = 1, remove = true },
  383.                 },
  384.                 AddItems = {
  385.                     { item = "logger", count = 1 },
  386.                 }
  387.             },
  388.         },
  389.     },
  390.  
  391.     Rum = {
  392.         Zones = {
  393.             Main = { coords = vector3(-1837.5412597656,-1189.6077880859,14.351036071777), radius = 0.3, debug = false },
  394.         },
  395.         Crafting = {
  396.             ragga_rum = {
  397.                 Title = "Ragga rum",
  398.                 description = "Requirements: Empty rum glass, Ice",
  399.                 image = "https://imgur.com/fdWAZZa.png",
  400.                 metadata = {""},
  401.                 RequiredItems = {
  402.                     { item = "empty_rum", count = 1, remove = true },
  403.                     { item = "ice", count = 1, remove = true },
  404.                 },
  405.                 AddItems = {
  406.                     { item = "ragga_rum", count = 1 },
  407.                 }
  408.             },
  409.             cherenkov = {
  410.                 Title = "Cherenkov",
  411.                 description = "Requirements: Empty rum glass, Ice",
  412.                 image = "https://imgur.com/fdWAZZa.png",
  413.                 metadata = {""},
  414.                 RequiredItems = {
  415.                     { item = "empty_rum", count = 1, remove = true },
  416.                     { item = "ice", count = 1, remove = true },
  417.                 },
  418.                 AddItems = {
  419.                     { item = "cherenkov", count = 1 },
  420.                 }
  421.             },
  422.         },
  423.     },
  424.  
  425.     Desert = {
  426.         Zones = {
  427.             Main = { coords = vector3(-1849.4443359375,-1198.1228027344,14.523272514343), radius = 0.3, debug = false },
  428.         },
  429.        
  430.         Crafting = {
  431.             Chocolate = {
  432.                 Title = "Chocolate and vanilla gelato ice cream",
  433.                 description = "Requirements: Chocolate ice cream, Vanilla ice cream, plate",
  434.                 image = "https://imgur.com/yHMiVsa.png",
  435.                 metadata = {""},
  436.                 RequiredItems = {
  437.                     { item = "chocolate_ice_cream", count = 1, remove = true },
  438.                     { item = "vanilla_ice_cream", count = 1, remove = true },
  439.                     { item = "table_plate", count = 1, remove = true },
  440.                 },
  441.                 AddItems = {
  442.                     { item = "chocolate_and_vanilla_gelato_ice_cream", count = 1 },
  443.                 }
  444.             },
  445.             Medaly = {
  446.                 Title = "Medaly of fresh fruits",
  447.                 description = "Requirements: Strawberry, Blueberry, Mango, Raspberry, plate",
  448.                 image = "https://imgur.com/vbs6RV5.png",
  449.                 metadata = {""},
  450.                 RequiredItems = {
  451.                     { item = "strawberry", count = 1, remove = true },
  452.                     { item = "blueberry", count = 1, remove = true },
  453.                     { item = "mango", count = 1, remove = true },
  454.                     { item = "raspberry", count = 1, remove = true },
  455.                     { item = "table_plate", count = 1, remove = true },
  456.                 },
  457.                 AddItems = {
  458.                     { item = "medaly_of_fresh_fruits", count = 1 },
  459.                 }
  460.             },
  461.             Tiramisu = {
  462.                 Title = "Tiramisu",
  463.                 description = "Requirements: Chocolate mocha, Mascarpone, Egg, Suger, plate",
  464.                 image = "https://imgur.com/H1UV7UG.png",
  465.                 metadata = {""},
  466.                 RequiredItems = {
  467.                     { item = "chocolate_mocha", count = 1, remove = true },
  468.                     { item = "mascarpone", count = 1, remove = true },
  469.                     { item = "egg", count = 1, remove = true },
  470.                     { item = "suger", count = 1, remove = true },
  471.                     { item = "table_plate", count = 1, remove = true },
  472.                 },
  473.                 AddItems = {
  474.                     { item = "tiramisu", count = 1 },
  475.                 }
  476.             },
  477.         },
  478.     },
  479.  
  480.     Prepare = {
  481.         Zones = {
  482.             Main = { coords = vector3(-1848.9256591797,-1198.7027587891,14.244483947754), radius = 0.3, debug = false },
  483.             Main2 = { coords = vector3(-1847.2366943359,-1199.6257324219,14.244483947754), radius = 0.3, debug = false },
  484.         },
  485.        
  486.         Crafting = {
  487.             patata = {
  488.                 Title = "Fries Potato",
  489.                 description = "Requirements: Potato",
  490.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103702547518205993/patatacortada.png",
  491.                 metadata = {""},
  492.                 RequiredItems = {
  493.                     { item = "potato", count = 1, remove = true },
  494.                 },
  495.                 AddItems = {
  496.                     { item = "potato_package_fries", count = 1 },
  497.                 }
  498.             },
  499.         },
  500.     },
  501.  
  502.     maindishes = {
  503.         Zones = {
  504.             Main = { coords = vector3(-1844.73, -1196.51, 14.38), radius = 0.6, debug = false },
  505.         },
  506.        
  507.         Crafting = {
  508.             ShrimpGarlic = {
  509.                 Title = "Shrimp Garlic",
  510.                 description = "Requirements: Shrimp, garlic, oil, basil, plate",
  511.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103723569004949564/gambas_ajillo.png",
  512.                 metadata = {""},
  513.                 RequiredItems = {
  514.                    { item = "shrimp_bowl", count = 1, remove = true },
  515.                    { item = "garlic", count = 1, remove = true },  
  516.                    { item = "oil", count = 1, remove = true }, 
  517.                    { item = "basil", count = 1, remove = true },                       
  518.                    { item = "table_plate", count = 1, remove = true },
  519.                 },
  520.                 AddItems = {
  521.                     { item = "shrimp_ajillo", count = 1 },
  522.                 }
  523.             },
  524.             tuna_steak = {
  525.                 Title = "Tuna Steak",
  526.                 description = "Requirements: Tuna, lettuce",
  527.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103723569004949564/gambas_ajillo.png",
  528.                 metadata = {""},
  529.                 RequiredItems = {
  530.                    { item = "tuna", count = 1, remove = true },
  531.                    { item = "lettuce", count = 1, remove = true },                     
  532.                    { item = "table_plate", count = 1, remove = true },
  533.                 },
  534.                 AddItems = {
  535.                     { item = "tuna_steak", count = 1 },
  536.                 }
  537.             },
  538.             gambas_plato = {
  539.                 Title = "Shrimp Plate",
  540.                 description = "Requirements: Shrimp, salt, plate",
  541.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103722998738985050/gambas_plato.png",
  542.                 metadata = {""},
  543.                 RequiredItems = {
  544.                    { item = "shrimp_bowl", count = 1, remove = true },
  545.                    { item = "salt", count = 1, remove = true },                        
  546.                    { item = "table_plate", count = 1, remove = true },
  547.                 },
  548.                 AddItems = {
  549.                     { item = "shrimp_plate", count = 1 },
  550.                 }
  551.             }, 
  552.             octopus_porced = {
  553.                 Title = "Octopus Gallego",
  554.                 description = "Requirements: Octopus, salt, oil, chili, pimenton, plate",
  555.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103723652681302126/octopus_cut.png",
  556.                 metadata = {""},
  557.                 RequiredItems = {
  558.                    { item = "octopus_cut", count = 1, remove = true },
  559.                    { item = "salt", count = 1, remove = true },
  560.                    { item = "oil", count = 1, remove = true }, 
  561.                    { item = "chili", count = 1, remove = true },   
  562.                    { item = "pepper", count = 1, remove = true },                      
  563.                    { item = "pizza_wood", count = 1, remove = true },
  564.                 },
  565.                 AddItems = {
  566.                     { item = "octopus_plate", count = 1 },
  567.                 }
  568.             },         
  569.             fish_plato = {
  570.                 Title = "Fish Pearl",
  571.                 description = "Requirements: Fish, salt, oil, chili, basil, plate",
  572.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103723767018041434/luvina_plato.png",
  573.                 metadata = {""},
  574.                 RequiredItems = {
  575.                    { item = "fish_cut", count = 1, remove = true },
  576.                    { item = "salt", count = 1, remove = true },
  577.                    { item = "oil", count = 1, remove = true }, 
  578.                    { item = "basil", count = 1, remove = true },                       
  579.                    { item = "table_plate", count = 1, remove = true },
  580.                 },
  581.                 AddItems = {
  582.                     { item = "fish_plate", count = 1 },
  583.                 }
  584.             }, 
  585.             salmon_plato = {
  586.                 Title = "Salmon Pearl",
  587.                 description = "Requirements: Salmon, salt, oil, basil, aubergines, artichokes, onion, plate",
  588.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103723839977959435/salmon_plato.png",
  589.                 metadata = {""},
  590.                 RequiredItems = {
  591.                    { item = "salmon_grilled", count = 1, remove = true },
  592.                    { item = "salt", count = 1, remove = true },
  593.                    { item = "oil", count = 1, remove = true }, 
  594.                    { item = "aubergines", count = 1, remove = true },
  595.                    { item = "artichokes", count = 1, remove = true },
  596.                    { item = "onion", count = 1, remove = true },                   
  597.                    { item = "basil", count = 1, remove = true },                       
  598.                    { item = "table_plate", count = 1, remove = true },
  599.                 },
  600.                 AddItems = {
  601.                     { item = "salmon_plate", count = 1 },
  602.                 }
  603.             },
  604.             Calamari_marinara = {
  605.                 Title = "Calamari marinara",
  606.                 description = "Requirements: Squid rings, Tomatto sauce, Pasta, plate",
  607.                 image = "https://imgur.com/u8ENI6c.png",
  608.                 metadata = {""},
  609.                 RequiredItems = {
  610.                     { item = "squid_rings", count = 1, remove = true },
  611.                     { item = "tomatto_sauce", count = 1, remove = true },
  612.                     { item = "pasta", count = 1, remove = true },
  613.                     { item = "table_plate", count = 1, remove = true },
  614.                 },
  615.                 AddItems = {
  616.                     { item = "calamari_marinara", count = 1 },
  617.                 }
  618.             }, 
  619.             langosta_platos = {
  620.                 Title = "Crawfish",
  621.                 description = "Requirements: Langosta, oil, basil, plate",
  622.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103737126182457414/langosta_platos.png",
  623.                 metadata = {""},
  624.                 RequiredItems = {
  625.                    { item = "crawfish_cut", count = 1, remove = true },
  626.                    { item = "oil", count = 1, remove = true },                     
  627.                    { item = "basil", count = 1, remove = true },                       
  628.                    { item = "table_plate", count = 1, remove = true },
  629.                 },
  630.                 AddItems = {
  631.                     { item = "crawfish_plate", count = 1 },
  632.                 }
  633.             }, 
  634.             ahi_tuna = {
  635.                 Title = "Ahi Tuna",
  636.                 description = "Requirements: Tuna, lettuce, basil, bar bowl, rice, oil",
  637.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103737126182457414/langosta_platos.png",
  638.                 metadata = {""},
  639.                 RequiredItems = {
  640.                    { item = "tuna", count = 1, remove = true },
  641.                    { item = "oil", count = 1, remove = true },                     
  642.                    { item = "basil", count = 1, remove = true },           
  643.                    { item = "rice", count = 1, remove = true },
  644.                    { item = "lettuce", count = 1, remove = true },         
  645.                    { item = "table_plate", count = 1, remove = true },
  646.                 },
  647.                 AddItems = {
  648.                     { item = "ahi_tuna", count = 1 },
  649.                 }
  650.             }, 
  651.             cioppino = {
  652.                 Title = "Cioppino",
  653.                 description = "Requirements: Mussels, basil, bar bowl, oil",
  654.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103737126182457414/langosta_platos.png",
  655.                 metadata = {""},
  656.                 RequiredItems = {
  657.                    { item = "mussels", count = 1, remove = true },
  658.                    { item = "oil", count = 1, remove = true },                     
  659.                    { item = "basil", count = 1, remove = true },                   
  660.                    { item = "table_plate", count = 1, remove = true },
  661.                 },
  662.                 AddItems = {
  663.                     { item = "cioppino", count = 1 },
  664.                 }
  665.             }, 
  666.             fish_and_chips = {
  667.                 Title = "Fish and Chips",
  668.                 description = "Requirements: Fish, salt, basil, lemon, plate, butter, fries",
  669.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716622843256992/filete_patata.png",
  670.                 metadata = {""},
  671.                 RequiredItems = {
  672.                    { item = "fish", count = 1, remove = true },
  673.                    { item = "butter", count = 1, remove = true },          
  674.                    { item = "basil", count = 1, remove = true },               
  675.                    { item = "lemon", count = 1, remove = true },   
  676.                    { item = "fries", count = 1, remove = true },                   
  677.                    { item = "table_plate", count = 1, remove = true },
  678.                 },
  679.                 AddItems = {
  680.                     { item = "fish_and_chips", count = 1 },
  681.                 }
  682.             },
  683.             fish_sticks = {
  684.                 Title = "Fish Sticks",
  685.                 description = "Requirements: Fish, salt, lemon, plate, butter",
  686.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716622843256992/filete_patata.png",
  687.                 metadata = {""},
  688.                 RequiredItems = {
  689.                    { item = "fish", count = 1, remove = true },
  690.                    { item = "butter", count = 1, remove = true },                          
  691.                    { item = "lemon", count = 1, remove = true },                       
  692.                    { item = "table_plate", count = 1, remove = true },
  693.                 },
  694.                 AddItems = {
  695.                     { item = "fish_sticks", count = 1 },
  696.                 }
  697.             },
  698.             salmon_teriyaki = {
  699.                 Title = "Salmon Teriyaki",
  700.                 description = "Requirements: Teriyaki sauce, Soy sauce, Oil, Brown sugar, salt, ",
  701.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716622843256992/filete_patata.png",
  702.                 metadata = {""},
  703.                 RequiredItems = {
  704.                    { item = "teriyaki_sauce", count = 1, remove = true },
  705.                    { item = "soy_sauce", count = 1, remove = true },                           
  706.                    { item = "oil", count = 1, remove = true },                     
  707.                    { item = "brown_sugar", count = 1, remove = true },
  708.                    { item = "table_plate", count = 1, remove = true },
  709.                 },
  710.                 AddItems = {
  711.                     { item = "salmon_teriyaki", count = 1 },
  712.                 }
  713.             },
  714.             seafood_penne = {
  715.                 Title = "Seafood Penne",
  716.                 description = "Requirements: Penne Pasta, Oil, Red onion, Tomato, Parmesan, Mussels ",
  717.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716622843256992/filete_patata.png",
  718.                 metadata = {""},
  719.                 RequiredItems = {
  720.                    { item = "penne_pasta", count = 1, remove = true },
  721.                    { item = "oil", count = 1, remove = true },                         
  722.                    { item = "red_onion", count = 1, remove = true },                       
  723.                    { item = "tomato", count = 1, remove = true },
  724.                    { item = "parmesan", count = 1, remove = true },
  725.                    { item = "mussels", count = 1, remove = true },
  726.                 },
  727.                 AddItems = {
  728.                     { item = "seafood_penne", count = 1 },
  729.                 }
  730.             },
  731.             meat_with_fries = {
  732.                 Title = "Meat with Fries",
  733.                 description = "Requirements: Meat, salt, pepper, basil, plate",
  734.                 image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716622843256992/filete_patata.png",
  735.                 metadata = {""},
  736.                 RequiredItems = {
  737.                    { item = "meat", count = 1, remove = true },
  738.                    { item = "oil", count = 1, remove = true },         
  739.                    { item = "pepper", count = 1, remove = true },              
  740.                    { item = "fries", count = 1, remove = true },                   
  741.                    { item = "table_plate", count = 1, remove = true },
  742.                 },
  743.                 AddItems = {
  744.                     { item = "meat_fries", count = 1 },
  745.                 }
  746.             },     
  747.         },
  748.     },
  749.  
  750.     Dispensor = {
  751.         Zones = {
  752.             Main = { coords = vector3(-1838.9057617188,-1193.85546875,14.581366539001), radius = 0.3, debug = false },
  753.         },
  754.        
  755.         Crafting = {
  756.             eCola = {
  757.                 Title = "eCola",
  758.                 description = "Requirements: Empty cup, Ice",
  759.                 image = "https://imgur.com/X7GyVjH.png",
  760.                 metadata = {""},
  761.                 RequiredItems = {
  762.                     { item = "empty_cup", count = 1, remove = true },
  763.                     { item = "ice", count = 1, remove = true },
  764.                 },
  765.                 AddItems = {
  766.                     { item = "ecola", count = 1 },
  767.                 }
  768.             },
  769.             eCola_light = {
  770.                 Title = "eCola light",
  771.                 description = "Requirements: Empty cup, Ice",
  772.                 image = "https://imgur.com/X7GyVjH.png",
  773.                 metadata = {""},
  774.                 RequiredItems = {
  775.                     { item = "empty_cup", count = 1, remove = true },
  776.                     { item = "ice", count = 1, remove = true },
  777.                 },
  778.                 AddItems = {
  779.                     { item = "ecola_light", count = 1 },
  780.                 }
  781.             },
  782.             Sprunk = {
  783.                 Title = "Sprunk",
  784.                 description = "Requirements: Empty cup, Ice",
  785.                 image = "https://imgur.com/X7GyVjH.png",
  786.                 metadata = {""},
  787.                 RequiredItems = {
  788.                     { item = "empty_cup", count = 1, remove = true },
  789.                     { item = "ice", count = 1, remove = true },
  790.                 },
  791.                 AddItems = {
  792.                     { item = "sprunk", count = 1 },
  793.                 }
  794.             },
  795.             drang_o_tang = {
  796.                 Title = "Drang O Tang",
  797.                 description = "Requirements: Empty cup, Ice",
  798.                 image = "https://imgur.com/X7GyVjH.png",
  799.                 metadata = {""},
  800.                 RequiredItems = {
  801.                     { item = "empty_cup", count = 1, remove = true },
  802.                     { item = "ice", count = 1, remove = true },
  803.                 },
  804.                 AddItems = {
  805.                     { item = "drang_o_tang", count = 1 },
  806.                 }
  807.             },
  808.         },
  809.     },
  810.  
  811.     BossMenu = {
  812.         Main = { coords = vector3(-1839.4272460938,-1184.4165039063,14.248132705688), radius = 0.5, debug = false },
  813.     },
  814.  
  815.     IceMachine = {
  816.         Zones = {
  817.             FrontBar = { coords = vector3(-1836.9351806641,-1189.0133056641,14.047494888306), radius = 0.2, debug = false },
  818.         },
  819.         Crafting = {
  820.             Ice = {
  821.                 Title = "Get Ice Cube",
  822.                 description = "Get ice cube to drinks!",
  823.                 RequiredItems = {
  824.                     --{ item = nil, count = 1, remove = false },
  825.                 },
  826.                 AddItems = {
  827.                     { item = "ice", count = 1 },
  828.                 }
  829.             },
  830.         },
  831.     },
  832.  
  833.     Registers = {
  834.         FrontBar = { coords = vector3(-1834.1247558594,-1190.0671386719,14.45821762085), radius = 0.3, debug = false, amount = 0 },
  835.         FrontBar2 = { coords = vector3(-1835.099609375,-1191.7325439453,14.448567390442), radius = 0.3, debug = false, amount = 0 },       
  836.     },
  837.  
  838.  
  839.     Stashes = {
  840.         Stash1 = {
  841.             name = "pearl_Stash1",
  842.             label = "pearl Stash 1",
  843.             TargetIcon = "fas fa-warehouse",
  844.             TargetLabel = "Stash",
  845.             Slots = 20,
  846.             Weight = 50000, -- 50 KG
  847.             coords = vector3(-1844.1666259766,-1199.1456298828,14.711775779724),
  848.             radius = 0.5,
  849.             debug = false,
  850.             job = "pearl"
  851.         },
  852.  
  853.         Stash2 = {
  854.             name = "pearl_Stash2",
  855.             label = "pearl Stash 2",
  856.             TargetIcon = "fas fa-warehouse",
  857.             TargetLabel = "Stash",
  858.             Slots = 20,
  859.             Weight = 50000, -- 50 KG
  860.             coords = vector3(-1843.6131591797,-1198.1870117188,14.711775779724),
  861.             radius = 0.5,
  862.             debug = false,
  863.             job = "pearl"
  864.         },
  865.  
  866.         Refregiato3 = {
  867.             name = "pearl_Refregiator3",
  868.             label = "pearl Refregiator 3",
  869.             TargetIcon = "fas fa-ice-cream",
  870.             TargetLabel = "Refregiator",
  871.             Slots = 20,
  872.             Weight = 50000, -- 50 KG
  873.             coords = vector3(-1836.0615234375,-1187.4990234375,13.765470504761),
  874.             radius = 0.7,
  875.             debug = false,
  876.             job = "pearl"
  877.         },
  878.  
  879.         Stash4 = {
  880.             name = "pearl_Stash4",
  881.             label = "pearl Stash 4",
  882.             TargetIcon = "fas fa-warehouse",
  883.             TargetLabel = "Stash",
  884.             Slots = 20,
  885.             Weight = 50000, -- 50 KG
  886.             coords = vector3(-1838.4709472656,-1192.5633544922,14.298584938049),
  887.             radius = 0.4,
  888.             debug = false,
  889.             job = "pearl"
  890.         },
  891.  
  892.         Stash5 = {
  893.             name = "pearl_Stash5",
  894.             label = "pearl Stash 5",
  895.             TargetIcon = "fas fa-warehouse",
  896.             TargetLabel = "Stash",
  897.             Slots = 20,
  898.             Weight = 50000, -- 50 KG
  899.             coords = vector3(-1837.9034423828,-1190.6892089844,13.892778396606),
  900.             radius = 0.6,
  901.             debug = false,
  902.             job = "pearl"
  903.         },
  904.  
  905.         Stash6 = {
  906.             name = "pearl_Stash6",
  907.             label = "pearl Stash 6",
  908.             TargetIcon = "fas fa-warehouse",
  909.             TargetLabel = "Stash",
  910.             Slots = 20,
  911.             Weight = 50000, -- 50 KG
  912.             coords = vector3(-1833.8366699219,-1184.9997558594,14.728280067444),
  913.             radius = 0.6,
  914.             debug = false,
  915.             job = "pearl"
  916.         },
  917.  
  918.         Stash7 = {
  919.             name = "pearl_Stash7",
  920.             label = "pearl Stash 7",
  921.             TargetIcon = "fas fa-warehouse",
  922.             TargetLabel = "Stash",
  923.             Slots = 20,
  924.             Weight = 50000, -- 50 KG
  925.             coords = vector3(-1825.7255859375,-1204.4652099609,14.727719306946),
  926.             radius = 0.8,
  927.             debug = false,
  928.             job = "pearl"
  929.         },
  930.  
  931.        Stash8 = {
  932.             name = "pearl_Stash8",
  933.             label = "pearl Stash 8",
  934.             TargetIcon = "fas fa-warehouse",
  935.             TargetLabel = "Stash",
  936.             Slots = 20,
  937.             Weight = 50000, -- 50 KG
  938.             coords = vector3(-1818.9558105469,-1200.4576416016,13.978778839111),
  939.             radius = 0.5,
  940.             debug = false,
  941.             job = "pearl"
  942.         },
  943.  
  944.         Stash9 = {
  945.             name = "pearl_Stash9",
  946.             label = "pearl Stash 9",
  947.             TargetIcon = "fas fa-warehouse",
  948.             TargetLabel = "Stash",
  949.             Slots = 20,
  950.             Weight = 50000, -- 50 KG
  951.             coords = vector3(-1817.6213378906,-1197.4173583984,13.86817741394),
  952.             radius = 0.5,
  953.             debug = false,
  954.             job = "pearl"
  955.         },
  956.  
  957.        Stash10 = {
  958.             name = "pearl_Stash10",
  959.             label = "pearl Stash 10",
  960.             TargetIcon = "fas fa-warehouse",
  961.             TargetLabel = "Stash",
  962.             Slots = 20,
  963.             Weight = 50000, -- 50 KG
  964.             coords = vector3(-1818.0881347656,-1191.2369384766,14.793280601501),
  965.             radius = 0.5,
  966.             debug = false,
  967.             job = "pearl"
  968.         },
  969.  
  970.        Stash11 = {
  971.             name = "pearl_Stash11",
  972.             label = "pearl Stash 11",
  973.             TargetIcon = "fas fa-warehouse",
  974.             TargetLabel = "Stash",
  975.             Slots = 20,
  976.             Weight = 50000, -- 50 KG
  977.             coords = vector3(-1827.4471435547,-1194.6923828125,13.946719169617),
  978.             radius = 0.5,
  979.             debug = false,
  980.             job = "pearl"
  981.         },
  982.  
  983.         Table = {
  984.             name = "pearl_Table",
  985.             label = "pearl Table",
  986.             TargetIcon = "fas fa-tablet",
  987.             TargetLabel = "Table",
  988.             Slots = 20,
  989.             Weight = 50000, -- 50 KG
  990.             coords = vector3(-1821.8210449219,-1202.5052490234,13.727670669556),
  991.             radius = 0.5,
  992.             debug = false
  993.         },
  994.  
  995.         Table2 = {
  996.             name = "pearl_Table2",
  997.             label = "pearl Table 2",
  998.             TargetIcon = "fas fa-tablet",
  999.             TargetLabel = "Table",
  1000.             Slots = 20,
  1001.             Weight = 50000, -- 50 KG
  1002.             coords = vector3(-1827.0709228516,-1199.4848632813,14.078657150269),
  1003.             radius = 0.5,
  1004.             debug = false
  1005.         },
  1006.  
  1007.         Table3 = {
  1008.             name = "pearl_Table3",
  1009.             label = "pearl Table 3",
  1010.             TargetIcon = "fas fa-tablet",
  1011.             TargetLabel = "Table",
  1012.             Slots = 20,
  1013.             Weight = 50000, -- 50 KG
  1014.             coords = vector3(-1828.98828125,-1198.3259277344,14.078657150269),
  1015.             radius = 0.5,
  1016.             debug = false
  1017.         },
  1018.  
  1019.         Table4 = {
  1020.             name = "pearl_Table4",
  1021.             label = "pearl Table 4",
  1022.             TargetIcon = "fas fa-tablet",
  1023.             TargetLabel = "Table",
  1024.             Slots = 20,
  1025.             Weight = 50000, -- 50 KG
  1026.             coords = vector3(-1830.9140625,-1197.1817626953,14.169519424438),
  1027.             radius = 0.5,
  1028.             debug = false
  1029.         },
  1030.  
  1031.         Table5 = {
  1032.             name = "pearl_Table5",
  1033.             label = "pearl Table 5",
  1034.             TargetIcon = "fas fa-tablet",
  1035.             TargetLabel = "Table",
  1036.             Slots = 20,
  1037.             Weight = 50000, -- 50 KG
  1038.             coords = vector3(-1832.9509277344,-1196.1325683594,14.078657150269),
  1039.             radius = 0.5,
  1040.             debug = false
  1041.         },
  1042.  
  1043.         Table6 = {
  1044.             name = "pearl_Table6",
  1045.             label = "pearl Table 6",
  1046.             TargetIcon = "fas fa-tablet",
  1047.             TargetLabel = "Table",
  1048.             Slots = 20,
  1049.             Weight = 50000, -- 50 KG
  1050.             coords = vector3(-1829.6748046875,-1194.3519287109,14.078657150269),
  1051.             radius = 0.5,
  1052.             debug = false
  1053.         },
  1054.  
  1055.         Table7 = {
  1056.             name = "pearl_Table7",
  1057.             label = "pearl Table 7",
  1058.             TargetIcon = "fas fa-tablet",
  1059.             TargetLabel = "Table",
  1060.             Slots = 20,
  1061.             Weight = 50000, -- 50 KG
  1062.             coords = vector3(-1830.0705566406,-1191.4670410156,14.078657150269),
  1063.             radius = 0.6,
  1064.             debug = false
  1065.         },
  1066.  
  1067.         Table8 = {
  1068.             name = "pearl_Table8",
  1069.             label = "pearl Table 8",
  1070.             TargetIcon = "fas fa-tablet",
  1071.             TargetLabel = "Table",
  1072.             Slots = 20,
  1073.             Weight = 50000, -- 50 KG
  1074.             coords = vector3(-1826.267578125,-1189.095703125,14.08696269989),
  1075.             radius = 0.6,
  1076.             debug = false
  1077.         },
  1078.  
  1079.         Table9 = {
  1080.             name = "pearl_Table9",
  1081.             label = "pearl Table 9",
  1082.             TargetIcon = "fas fa-tablet",
  1083.             TargetLabel = "Table",
  1084.             Slots = 20,
  1085.             Weight = 50000, -- 50 KG
  1086.             coords = vector3(-1824.4791259766,-1194.7424316406,14.082045555115),
  1087.             radius = 0.6,
  1088.             debug = false
  1089.         },
  1090.  
  1091.         Table10 = {
  1092.             name = "pearl_Table10",
  1093.             label = "pearl Table 10",
  1094.             TargetIcon = "fas fa-tablet",
  1095.             TargetLabel = "Table",
  1096.             Slots = 20,
  1097.             Weight = 50000, -- 50 KG
  1098.             coords = vector3(-1822.8795166016,-1192.1452636719,14.175808906555),
  1099.             radius = 0.6,
  1100.             debug = false
  1101.         },
  1102.  
  1103.         Table11 = {
  1104.             name = "pearl_Table11",
  1105.             label = "pearl Table 11",
  1106.             TargetIcon = "fas fa-tablet",
  1107.             TargetLabel = "Table",
  1108.             Slots = 20,
  1109.             Weight = 50000, -- 50 KG
  1110.             coords = vector3(-1824.775390625,-1190.9539794922,14.078657150269),
  1111.             radius = 0.4,
  1112.             debug = false
  1113.         },
  1114.  
  1115.         Table12 = {
  1116.             name = "pearl_Table12",
  1117.             label = "pearl Table 12",
  1118.             TargetIcon = "fas fa-tablet",
  1119.             TargetLabel = "Table",
  1120.             Slots = 20,
  1121.             Weight = 50000, -- 50 KG
  1122.             coords = vector3(-1828.6160888672,-1188.7158203125,14.078657150269),
  1123.             radius = 0.4,
  1124.             debug = false
  1125.         },
  1126.  
  1127.         Table13 = {
  1128.             name = "pearl_Table13",
  1129.             label = "pearl Table 13",
  1130.             TargetIcon = "fas fa-tablet",
  1131.             TargetLabel = "Table",
  1132.             Slots = 20,
  1133.             Weight = 50000, -- 50 KG
  1134.             coords = vector3(-1828.1494140625,-1183.2900390625,14.347940444946),
  1135.             radius = 0.4,
  1136.             debug = false
  1137.         },
  1138.  
  1139.         Table14 = {
  1140.             name = "pearl_Table14",
  1141.             label = "pearl Table 14",
  1142.             TargetIcon = "fas fa-tablet",
  1143.             TargetLabel = "Table",
  1144.             Slots = 20,
  1145.             Weight = 50000, -- 50 KG
  1146.             coords = vector3(-1819.3020019531,-1188.4875488281,14.360379219055),
  1147.             radius = 0.4,
  1148.             debug = false
  1149.         },
  1150.  
  1151.         Table15 = {
  1152.             name = "pearl_Table15",
  1153.             label = "pearl Table 15",
  1154.             TargetIcon = "fas fa-tablet",
  1155.             TargetLabel = "Table",
  1156.             Slots = 20,
  1157.             Weight = 50000, -- 50 KG
  1158.             coords = vector3(-1830.2365722656,-1203.1451416016,14.385208129883),
  1159.             radius = 0.4,
  1160.             debug = false
  1161.         },
  1162.  
  1163.         Table16 = {
  1164.             name = "pearl_Table16",
  1165.             label = "pearl Table 16",
  1166.             TargetIcon = "fas fa-tablet",
  1167.             TargetLabel = "Table",
  1168.             Slots = 20,
  1169.             Weight = 50000, -- 50 KG
  1170.             coords = vector3(-1836.0528564453,-1199.8353271484,14.347940444946),
  1171.             radius = 0.4,
  1172.             debug = false
  1173.         },
  1174.  
  1175.         Table17 = {
  1176.             name = "pearl_Table17",
  1177.             label = "pearl Table 17",
  1178.             TargetIcon = "fas fa-tablet",
  1179.             TargetLabel = "Table",
  1180.             Slots = 20,
  1181.             Weight = 50000, -- 50 KG
  1182.             coords = vector3(-1838.8248291016,-1198.3200683594,14.407279014587),
  1183.             radius = 0.4,
  1184.             debug = false
  1185.         },
  1186.  
  1187.         Table18 = {
  1188.             name = "pearl_Table18",
  1189.             label = "pearl Table 18",
  1190.             TargetIcon = "fas fa-tablet",
  1191.             TargetLabel = "Trey",
  1192.             Slots = 20,
  1193.             Weight = 50000, -- 50 KG
  1194.             coords = vector3(-1834.6380615234,-1191.3822021484,14.327547836304),
  1195.             radius = 0.3,
  1196.             debug = false
  1197.         },
  1198.  
  1199.         Table19 = {
  1200.             name = "pearl_Table19",
  1201.             label = "pearl Table 19",
  1202.             TargetIcon = "fas fa-tablet",
  1203.             TargetLabel = "Trey",
  1204.             Slots = 20,
  1205.             Weight = 50000, -- 50 KG
  1206.             coords = vector3(-1834.1435546875,-1190.5061035156,14.327547836304),
  1207.             radius = 0.3,
  1208.             debug = false
  1209.         },
  1210.  
  1211.         Table20 = {
  1212.             name = "pearl_Table20",
  1213.             label = "Pearl Table 20",
  1214.             TargetIcon = "fas fa-tablet",
  1215.             TargetLabel = "Trey",
  1216.             Slots = 20,
  1217.             Weight = 50000, -- 50 KG
  1218.             coords = vector3(-1830.85, -1181.86, 14.34),
  1219.             radius = 0.3,
  1220.             debug = false
  1221.         }, 
  1222.  
  1223.         Table21 = {
  1224.             name = "pearl_Table21",
  1225.             label = "Pearl Table 21",
  1226.             TargetIcon = "fas fa-tablet",
  1227.             TargetLabel = "Trey",
  1228.             Slots = 20,
  1229.             Weight = 50000, -- 50 KG
  1230.             coords = vector3(-1829.71, -1182.52, 14.34),
  1231.             radius = 0.3,
  1232.             debug = false
  1233.         }, 
  1234.  
  1235.         Table22 = {
  1236.             name = "pearl_Table22",
  1237.             label = "Pearl Table 22",
  1238.             TargetIcon = "fas fa-tablet",
  1239.             TargetLabel = "Trey",
  1240.             Slots = 20,
  1241.             Weight = 50000, -- 50 KG
  1242.             coords = vector3(-1826.86, -1184.19, 14.36),
  1243.             radius = 0.3,
  1244.             debug = false
  1245.         },     
  1246.  
  1247.         Table23 = {
  1248.             name = "pearl_Table23",
  1249.             label = "Pearl Table 23",
  1250.             TargetIcon = "fas fa-tablet",
  1251.             TargetLabel = "Trey",
  1252.             Slots = 20,
  1253.             Weight = 50000, -- 50 KG
  1254.             coords = vector3(-1821.96, -1186.72, 14.39),
  1255.             radius = 0.3,
  1256.             debug = false
  1257.         },     
  1258.        
  1259.         Table24 = {
  1260.             name = "pearl_Table24",
  1261.             label = "Pearl Table 24",
  1262.             TargetIcon = "fas fa-tablet",
  1263.             TargetLabel = "Trey",
  1264.             Slots = 20,
  1265.             Weight = 50000, -- 50 KG
  1266.             coords = vector3(-1820.79, -1187.46, 14.38),
  1267.             radius = 0.3,
  1268.             debug = false
  1269.         },     
  1270.  
  1271.         Table25 = {
  1272.             name = "pearl_Table25",
  1273.             label = "Pearl Table 25 ",
  1274.             TargetIcon = "fas fa-tablet",
  1275.             TargetLabel = "Trey",
  1276.             Slots = 20,
  1277.             Weight = 50000, -- 50 KG
  1278.             coords = vector3(-1817.99, -1189.25, 14.38),
  1279.             radius = 0.3,
  1280.             debug = false
  1281.         }, 
  1282.  
  1283.         Table26 = {
  1284.             name = "pearl_Table26",
  1285.             label = "Pearl Table 26 ",
  1286.             TargetIcon = "fas fa-tablet",
  1287.             TargetLabel = "Trey",
  1288.             Slots = 20,
  1289.             Weight = 50000, -- 50 KG
  1290.             coords = vector3(-1827.13, -1205.03, 14.39),
  1291.             radius = 0.3,
  1292.             debug = false
  1293.         },
  1294.  
  1295.         Table27 = {
  1296.             name = "pearl_Table27",
  1297.             label = "Pearl Table 27 ",
  1298.             TargetIcon = "fas fa-tablet",
  1299.             TargetLabel = "Trey",
  1300.             Slots = 20,
  1301.             Weight = 50000, -- 50 KG
  1302.             coords = vector3(-1828.28, -1204.3, 14.41),
  1303.             radius = 0.3,
  1304.             debug = false
  1305.         },
  1306.  
  1307.         Table28 = {
  1308.             name = "pearl_Table28",
  1309.             label = "Pearl Table 28 ",
  1310.             TargetIcon = "fas fa-tablet",
  1311.             TargetLabel = "Trey",
  1312.             Slots = 20,
  1313.             Weight = 50000, -- 50 KG
  1314.             coords = vector3(-1831.26, -1202.68, 14.42),
  1315.             radius = 0.3,
  1316.             debug = false
  1317.         },
  1318.  
  1319.         Table29 = {
  1320.             name = "pearl_Table29",
  1321.             label = "Pearl Table 29 ",
  1322.             TargetIcon = "fas fa-tablet",
  1323.             TargetLabel = "Trey",
  1324.             Slots = 20,
  1325.             Weight = 50000, -- 50 KG
  1326.             coords = vector3(-1837.2, -1199.45, 14.41),
  1327.             radius = 0.3,
  1328.             debug = false
  1329.         },
  1330.  
  1331.         Table30 = {
  1332.             name = "pearl_Table30",
  1333.             label = "Pearl Table 30 ",
  1334.             TargetIcon = "fas fa-tablet",
  1335.             TargetLabel = "Trey",
  1336.             Slots = 20,
  1337.             Weight = 50000, -- 50 KG
  1338.             coords = vector3(-1831.52, -1198.01, 14.13),
  1339.             radius = 0.3,
  1340.             debug = false
  1341.         },
  1342.  
  1343.         Table31 = {
  1344.             name = "pearl_Table31",
  1345.             label = "Pearl Table 31 ",
  1346.             TargetIcon = "fas fa-tablet",
  1347.             TargetLabel = "Trey",
  1348.             Slots = 20,
  1349.             Weight = 50000, -- 50 KG
  1350.             coords = vector3(-1833.5, -1196.91, 14.11),
  1351.             radius = 0.3,
  1352.             debug = false
  1353.         },
  1354.  
  1355.         Table32 = {
  1356.             name = "pearl_Table32",
  1357.             label = "Pearl Table 32 ",
  1358.             TargetIcon = "fas fa-tablet",
  1359.             TargetLabel = "Trey",
  1360.             Slots = 20,
  1361.             Weight = 50000, -- 50 KG
  1362.             coords = vector3(-1829.53, -1199.06, 14.11),
  1363.             radius = 0.3,
  1364.             debug = false
  1365.         },
  1366.  
  1367.         Table33 = {
  1368.             name = "pearl_Table33",
  1369.             label = "Pearl Table 33 ",
  1370.             TargetIcon = "fas fa-tablet",
  1371.             TargetLabel = "Trey",
  1372.             Slots = 20,
  1373.             Weight = 50000, -- 50 KG
  1374.             coords = vector3(-1827.68, -1200.08, 14.11),
  1375.             radius = 0.3,
  1376.             debug = false
  1377.         },
  1378.  
  1379.         Table34 = {
  1380.             name = "pearl_Table34",
  1381.             label = "Pearl Table 34 ",
  1382.             TargetIcon = "fas fa-tablet",
  1383.             TargetLabel = "Trey",
  1384.             Slots = 20,
  1385.             Weight = 50000, -- 50 KG
  1386.             coords = vector3(-1831.37, -1193.35, 14.12),
  1387.             radius = 0.3,
  1388.             debug = false
  1389.         },
  1390.  
  1391.         Table35 = {
  1392.             name = "pearl_Table35",
  1393.             label = "Pearl Table 35 ",
  1394.             TargetIcon = "fas fa-tablet",
  1395.             TargetLabel = "Trey",
  1396.             Slots = 20,
  1397.             Weight = 50000, -- 50 KG
  1398.             coords = vector3(-1825.73, -1196.54, 14.12),
  1399.             radius = 0.3,
  1400.             debug = false
  1401.         },
  1402.  
  1403.         Table36 = {
  1404.             name = "pearl_Table36",
  1405.             label = "Pearl Table 36 ",
  1406.             TargetIcon = "fas fa-tablet",
  1407.             TargetLabel = "Trey",
  1408.             Slots = 20,
  1409.             Weight = 50000, -- 50 KG
  1410.             coords = vector3(-1822.5, -1191.07, 14.14),
  1411.             radius = 0.3,
  1412.             debug = false
  1413.         },
  1414.  
  1415.         Table37 = {
  1416.             name = "pearl_Table37",
  1417.             label = "Pearl Table 37 ",
  1418.             TargetIcon = "fas fa-tablet",
  1419.             TargetLabel = "Trey",
  1420.             Slots = 20,
  1421.             Weight = 50000, -- 50 KG
  1422.             coords = vector3(-1824.44, -1189.82, 14.14),
  1423.             radius = 0.3,
  1424.             debug = false
  1425.         },
  1426.  
  1427.         Table38 = {
  1428.             name = "pearl_Table38",
  1429.             label = "Pearl Table 38 ",
  1430.             TargetIcon = "fas fa-tablet",
  1431.             TargetLabel = "Trey",
  1432.             Slots = 20,
  1433.             Weight = 50000, -- 50 KG
  1434.             coords = vector3(-1826.7, -1189.82, 14.14),
  1435.             radius = 0.3,
  1436.             debug = false
  1437.         },
  1438.  
  1439.         Table39 = {
  1440.             name = "pearl_Table39",
  1441.             label = "Pearl Table 39 ",
  1442.             TargetIcon = "fas fa-tablet",
  1443.             TargetLabel = "Trey",
  1444.             Slots = 20,
  1445.             Weight = 50000, -- 50 KG
  1446.             coords = vector3(-1828.19, -1187.84, 14.11),
  1447.             radius = 0.3,
  1448.             debug = false
  1449.         },
  1450.  
  1451.         Table40 = {
  1452.             name = "pearl_Table40",
  1453.             label = "Pearl Table 40 ",
  1454.             TargetIcon = "fas fa-tablet",
  1455.             TargetLabel = "Trey",
  1456.             Slots = 20,
  1457.             Weight = 50000, -- 50 KG
  1458.             coords = vector3(-1826.28, -1193.65, 14.13),
  1459.             radius = 0.3,
  1460.             debug = false
  1461.         },
  1462.     },
  1463. }
  1464.  
  1465. --BLIPS
  1466. Config.Blips = {
  1467.     pearl = { -- do not use same value twice (will result in overwriting of blip)
  1468.         BlipCoords = vec3(-1836.50, -1189.44, 14.309), -- Blip coords
  1469.         Sprite = 267, -- Blip Icon
  1470.         Display = 4, -- keep 4
  1471.         Scale = 0.8, -- Size of blip
  1472.         Colour = 38, -- colour
  1473.         Name = "Pearls" -- Blip name
  1474.     },
  1475. }
  1476.  
  1477. --Job BLIPS
  1478. Config.JobBlips = {
  1479.     PawnShop = { -- do not use same value twice (will result in overwriting of blip)
  1480.         BlipCoords = vec3(-1271.83, -809.04, 16.12), -- Blip coords
  1481.         Sprite = 52, -- Blip Icon
  1482.         Display = 4, -- keep 4
  1483.         Scale = 0.8, -- Size of blip
  1484.         Colour = 38, -- colour
  1485.         Name = "Pearls - Shop" -- Blip name
  1486.     },
  1487. }
  1488.  
  1489. --Shop
  1490. Config.Shop = {
  1491.     Header = "Pearls This Shop",
  1492.     Items = {
  1493.         { label = 'Calamari', item = 'calamari', description = "Buy Calamari for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/hVabLss.png", metadata = {""}  },
  1494.         { label = 'Clams', item = 'clams', description = "Buy Clams for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/k1Ai1Ql.png", metadata = {""}  },
  1495.         { label = 'Diced prosciutto', item = 'diced_prosciutto', description = "Buy Diced prosciutto for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/1xw2zD3.png", metadata = {""}  },
  1496.         { label = 'Meatballs', item = 'meatballs', description = "Buy Meatballs for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Fg0PSNt.png", metadata = {""}  },
  1497.         { label = 'Onion', item = 'onion', description = "Buy Onion for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/7ufrxv4.png", metadata = {""}  },
  1498.         { label = 'Pasta', item = 'pasta', description = "Buy Pasta for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/3atcZYA.png", metadata = {""}  },
  1499.         { label = 'Shrimps', item = 'shrimps', description = "Buy Shrimps for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/DGs3Cwk.png", metadata = {""}  },
  1500.         { label = 'Squid rings', item = 'squid_rings', description = "Buy Squid rings for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Cw0Rc0U.png", metadata = {""}  },
  1501.         { label = 'Vodka sauce', item = 'vodka_sauce', description = "Buy Vodka sauce for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/8iQLgTD.png", metadata = {""}  },
  1502.         { label = 'Chocolate mocha', item = 'chocolate_mocha', description = "Buy Chocolate mocha for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/XEeRLRe.png", metadata = {""}  },
  1503.         { label = 'Ice cream', item = 'ice_cream', description = "Buy Ice cream for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/ZNc4GDr.png", metadata = {""}  },
  1504.         { label = 'Mascarpone', item = 'mascarpone', description = "Buy Mascarpone for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/gdAPJl0.png", metadata = {""}  },
  1505.         { label = 'Artichokes', item = 'artichokes', description = "Buy Artichokes for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/euf2vSe.png", metadata = {""}  },
  1506.         { label = 'Aubergines', item = 'aubergines', description = "Buy Aubergines for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/ZbZ1BO7.png", metadata = {""}  },
  1507.         { label = 'Basil', item = 'basil', description = "Buy Basil for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/wz9a3V1.png", metadata = {""}  },
  1508.         { label = 'Garlic', item = 'garlic', description = "Buy Garlic for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/VZPbGss.png", metadata = {""}  },
  1509.         { label = 'Ham', item = 'ham', description = "Buy Ham for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/BnHKDlg.png", metadata = {""}  },
  1510.         { label = 'Chili', item = 'chili', description = "Buy Chili for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Kyb00RK.png", metadata = {""}  },
  1511.         { label = 'Mozzarella', item = 'mozzarella', description = "Buy Mozzarella for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/xtxp1vg.png", metadata = {""}  },
  1512.         { label = 'Mushroom', item = 'mushroom', description = "Buy Mushroom for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/d7RbvTI.png", metadata = {""}  },
  1513.         { label = 'Olives', item = 'olives', description = "Buy Olives for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/1IUBSVF.png", metadata = {""}  },
  1514.         { label = 'Oregano', item = 'oregano', description = "Buy Oregano for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/fyct1r9.png", metadata = {""}  },
  1515.         { label = 'Parmesan', item = 'parmesan', description = "Buy Parmesan for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/WVcS4QF.png", metadata = {""}  },
  1516.         { label = 'Prosciutto cotto', item = 'prosciutto_cotto', description = "Buy Prosciutto cotto for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/n9hdsXx.png", metadata = {""}  },
  1517.         { 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 = {""}  },
  1518.         { label = 'Spici salami', item = 'spici_salami', description = "Buy Spici salami for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/kz7BKfR.png", metadata = {""}  },
  1519.         { label = 'Tomatto sauce', item = 'tomatto_sauce', description = "Buy Tomatto sauce for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Pv4qvm6.png", metadata = {""}  },
  1520.         { label = 'Zucchini', item = 'zucchini', description = "Buy Zucchini for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/ajP0Ljd.png", metadata = {""}  },
  1521.         { label = 'Milk', item = 'milk', description = "Buy Milk for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/avxPhQL.png", metadata = {""}  },
  1522.         { label = 'Espresso', item = 'espresso', description = "Buy Espresso for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/wUyDXZg.png", metadata = {""}  },
  1523.         { 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 = {""}  },
  1524.         { 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 = {""}  },
  1525.         { 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 = {""}  },
  1526.         { 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 = {""}  },
  1527.         { label = 'Strawberry', item = 'strawberry', description = "Buy Strawberry for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/PZSTsBo.png", metadata = {""}  },
  1528.         { label = 'Blueberry', item = 'blueberry', description = "Buy Blueberry for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/FTuJiEV.png", metadata = {""}  },
  1529.         { label = 'Raspberry', item = 'raspberry', description = "Buy Raspberry for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/WNPGYnt.png", metadata = {""}  },
  1530.         { label = 'Mango', item = 'mango', description = "Buy Mango for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/wnttRZN.png", metadata = {""}  },
  1531.         { label = 'Empty cup', item = 'empty_cup', description = "Buy Empty cup for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/JXvlLP6.png", metadata = {""}  },
  1532.         { label = 'Flour packet', item = 'flour_packet', description = "Buy Flour packet for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/C4GW0z3.png", metadata = {""}  },
  1533.         { label = 'Oil', item = 'oil', description = "Buy Oil for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Rnjnopy.png", metadata = {""}  },
  1534.         { label = 'Salt', item = 'salt', description = "Buy Salt for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/nHnVLPT.png", metadata = {""}  },
  1535.         { label = 'Suger', item = 'suger', description = "Buy Suger for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/MhohQR8.png", metadata = {""}  },
  1536.         { label = 'Wooden pearl tray', item = 'pearl_wood', description = "Buy Wooden pearl tray for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/HdcliOa.png", metadata = {""}  },
  1537.         { label = 'Bowl', item = 'table_plate', description = "Buy Bowl for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/hMB1i9N.png", metadata = {""}  },
  1538.         { label = 'Cup', item = 'cup', description = "Buy Cup for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "", metadata = {""}  },       
  1539.         { label = 'meat', item = 'meat', description = "Buy meat for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716623430471780/filete.png", metadata = {""}  },
  1540.         { label = 'crawfish', item = 'crawfish', description = "Buy crawfish for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103739678919766046/langosta.png", metadata = {""}  },
  1541.         { label = 'fish', item = 'fish', description = "Buy fish for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103739870633013379/luvina.png", metadata = {""}  },
  1542.         { label = 'octopus', item = 'octopus', description = "Buy octopus for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103740050035974315/pulpo.png", metadata = {""}  },
  1543.         { label = 'potato', item = 'potato', description = "Buy potato for: $", price = 2, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103741085085343784/patata.png", metadata = {""}  },
  1544.         { label = 'pimenton', item = 'pimenton', description = "Buy pimenton for: $", price = 2, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103741337406287972/pimenton.png", metadata = {""}  },
  1545.         { label = 'tomato', item = 'tomato', description = "Buy tomato for: $", price = 2, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103741580642357438/tomate.png", metadata = {""}  },
  1546.         { label = 'Rice', item = 'rice', description = "Buy Rice for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/qWgnzhs.png", metadata = {""}  }, 
  1547.         { label = 'Big Boat', item = 'boat_big', description = "Buy Big Boat for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/O1MwdUj.png", metadata = {""}  }, 
  1548.         { label = 'Small Boat', item = 'boat_small', description = "Buy Small Boat for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/2L7GxkB.png", metadata = {""}  },   
  1549.         { label = 'Brown Sugar', item = 'brown_sugar', description = "Buy Brown sugar for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/cZ1rlef.png", metadata = {""}  },
  1550.         { label = 'Butter', item = 'butter', description = "Buy Butter for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/KsDJQ6O.png", metadata = {""}  },   
  1551.         { label = 'Lemon', item = 'lemon', description = "Buy Lemon for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/zoEcQ97.png", metadata = {""}  },  
  1552.         { label = 'Lettuce', item = 'lettuce', description = "Buy Letuce for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/aRRVG9Y.png", metadata = {""}  }, 
  1553.         { label = 'Mussels', item = 'mussels', description = "Buy Mussels for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/n0wICqs.png", metadata = {""}  },
  1554.         { label = 'Penne Pasta', item = 'penne_pasta', description = "Buy Penne Pasta for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/hIGSM4J.png", metadata = {""}  },
  1555.         { label = 'Red onion', item = 'red_onion', description = "Buy Red Onion for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/MxbuCaA.png", metadata = {""}  },  
  1556.         { label = 'Soy Sauce', item = 'soy_sauce', description = "Buy Soy Sauce for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/ziF3SDi.png", metadata = {""}  },  
  1557.         { label = 'Teriyaki Sauce', item = 'teriyaki_sauce', description = "Buy Teriyaki Sauce for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/rR7qOi6.png", metadata = {""}  },   
  1558.         { label = 'Tuna', item = 'tuna', description = "Buy Tuna for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/MckJCTn.png", metadata = {""}  }, 
  1559.     },
  1560.     Ped = {
  1561.         { model = "mp_m_shopkeep_01", coords = vec4(-1271.83, -809.04, 16.12, 125.12), scenario = "WORLD_HUMAN_SMOKING" },
  1562.     },
  1563. }
  1564.  
  1565. -- Consumables / Drinking / Eating  
  1566. Config.Consumables = {
  1567.  
  1568.     --EAT
  1569.     shrimp_ajillo = { -- Item name
  1570.         Log = "He ate Shrimp Ajillo",
  1571.         Remove = true, -- Remove item
  1572.         RemoveItem = "shrimp_ajillo", -- Remove Item name
  1573.         RemoveItemCount = 1, -- Remove Item Count
  1574.         Add = false,
  1575.         AddItem = "pearl_wood_dirt", -- Remove Item name
  1576.         AddItemCount = 1, -- Remove Item Count
  1577.         ProgressBar = "Eating...",
  1578.         duration = 12500,
  1579.         Effect = { status = "hunger", add = 100000 },
  1580.         animation = {
  1581.             emote = {
  1582.                 enabled = true,
  1583.                 anim = {
  1584.                     dict = 'mp_player_inteat@burger',
  1585.                     clip = 'mp_player_int_eat_burger'
  1586.                 },
  1587.                 prop = {
  1588.                     model = 'prop_cs_burger_01',
  1589.                     bone = 18905,
  1590.                     pos = vec3(0.14, 0.05, 0.01),
  1591.                     rot = vec3(-242.0, 0.0, 0.0)
  1592.                 },
  1593.             },
  1594.             scenario = {
  1595.                 enabled = false,
  1596.                 anim = {
  1597.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1598.                 },
  1599.             },
  1600.         }
  1601.     },
  1602.     shrimp_plate = { -- Item name
  1603.         Log = "He ate Prosciutto e funghi",
  1604.         Remove = true, -- Remove item
  1605.         RemoveItem = "shrimp_plate", -- Remove Item name
  1606.         RemoveItemCount = 1, -- Remove Item Count
  1607.         Add = true,
  1608.         AddItem = "pearl_wood_dirt", -- Remove Item name
  1609.         AddItemCount = 1, -- Remove Item Count
  1610.         ProgressBar = "Eating...",
  1611.         duration = 12500,
  1612.         Effect = { status = "hunger", add = 100000 },
  1613.         animation = {
  1614.             emote = {
  1615.                 enabled = true,
  1616.                 anim = {
  1617.                     dict = 'mp_player_inteat@burger',
  1618.                     clip = 'mp_player_int_eat_burger'
  1619.                 },
  1620.                 prop = {
  1621.                     model = 'prop_cs_burger_01',
  1622.                     bone = 18905,
  1623.                     pos = vec3(0.14, 0.05, 0.01),
  1624.                     rot = vec3(-242.0, 0.0, 0.0)
  1625.                 },
  1626.             },
  1627.             scenario = {
  1628.                 enabled = false,
  1629.                 anim = {
  1630.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1631.                 },
  1632.             },
  1633.         }
  1634.     },
  1635.     ahi_tuna = { -- Item name
  1636.         Log = "He ate Ahi Tuna",
  1637.         Remove = true, -- Remove item
  1638.         RemoveItem = "ahi_tuna", -- Remove Item name
  1639.         RemoveItemCount = 1, -- Remove Item Count
  1640.         Add = false,
  1641.         AddItem = "pearl_wood_dirt", -- Remove Item name
  1642.         AddItemCount = 1, -- Remove Item Count
  1643.         ProgressBar = "Eating...",
  1644.         duration = 12500,
  1645.         Effect = { status = "hunger", add = 100000 },
  1646.         animation = {
  1647.             emote = {
  1648.                 enabled = true,
  1649.                 anim = {
  1650.                     dict = 'mp_player_inteat@burger',
  1651.                     clip = 'mp_player_int_eat_burger'
  1652.                 },
  1653.                 prop = {
  1654.                     model = 'prop_cs_burger_01',
  1655.                     bone = 18905,
  1656.                     pos = vec3(0.14, 0.05, 0.01),
  1657.                     rot = vec3(-242.0, 0.0, 0.0)
  1658.                 },
  1659.             },
  1660.             scenario = {
  1661.                 enabled = false,
  1662.                 anim = {
  1663.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1664.                 },
  1665.             },
  1666.         }  
  1667.     },
  1668.     cioppino = { -- Item name
  1669.         Log = "He ate Cioppino",
  1670.         Remove = true, -- Remove item
  1671.         RemoveItem = "cioppino", -- Remove Item name
  1672.         RemoveItemCount = 1, -- Remove Item Count
  1673.         Add = false,
  1674.         AddItem = "pearl_wood_dirt", -- Remove Item name
  1675.         AddItemCount = 1, -- Remove Item Count
  1676.         ProgressBar = "Eating...",
  1677.         duration = 12500,
  1678.         Effect = { status = "hunger", add = 100000 },
  1679.         animation = {
  1680.             emote = {
  1681.                 enabled = true,
  1682.                 anim = {
  1683.                     dict = 'mp_player_inteat@burger',
  1684.                     clip = 'mp_player_int_eat_burger'
  1685.                 },
  1686.                 prop = {
  1687.                     model = 'prop_cs_burger_01',
  1688.                     bone = 18905,
  1689.                     pos = vec3(0.14, 0.05, 0.01),
  1690.                     rot = vec3(-242.0, 0.0, 0.0)
  1691.                 },
  1692.             },
  1693.             scenario = {
  1694.                 enabled = false,
  1695.                 anim = {
  1696.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1697.                 },
  1698.             },
  1699.         }  
  1700.     },
  1701.     fish_sticks = { -- Item name
  1702.         Log = "He ate Fish Sticks",
  1703.         Remove = true, -- Remove item
  1704.         RemoveItem = "fish_sticks", -- Remove Item name
  1705.         RemoveItemCount = 1, -- Remove Item Count
  1706.         Add = false,
  1707.         AddItem = "pearl_wood_dirt", -- Remove Item name
  1708.         AddItemCount = 1, -- Remove Item Count
  1709.         ProgressBar = "Eating...",
  1710.         duration = 12500,
  1711.         Effect = { status = "hunger", add = 100000 },
  1712.         animation = {
  1713.             emote = {
  1714.                 enabled = true,
  1715.                 anim = {
  1716.                     dict = 'mp_player_inteat@burger',
  1717.                     clip = 'mp_player_int_eat_burger'
  1718.                 },
  1719.                 prop = {
  1720.                     model = 'prop_cs_burger_01',
  1721.                     bone = 18905,
  1722.                     pos = vec3(0.14, 0.05, 0.01),
  1723.                     rot = vec3(-242.0, 0.0, 0.0)
  1724.                 },
  1725.             },
  1726.             scenario = {
  1727.                 enabled = false,
  1728.                 anim = {
  1729.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1730.                 },
  1731.             },
  1732.         }  
  1733.     },
  1734.     salmon_teriyaki = { -- Item name
  1735.         Log = "He ate Salmon Teriyaki",
  1736.         Remove = true, -- Remove item
  1737.         RemoveItem = "salmon_teriyaki", -- Remove Item name
  1738.         RemoveItemCount = 1, -- Remove Item Count
  1739.         Add = false,
  1740.         AddItem = "pearl_wood_dirt", -- Remove Item name
  1741.         AddItemCount = 1, -- Remove Item Count
  1742.         ProgressBar = "Eating...",
  1743.         duration = 12500,
  1744.         Effect = { status = "hunger", add = 100000 },
  1745.         animation = {
  1746.             emote = {
  1747.                 enabled = true,
  1748.                 anim = {
  1749.                     dict = 'mp_player_inteat@burger',
  1750.                     clip = 'mp_player_int_eat_burger'
  1751.                 },
  1752.                 prop = {
  1753.                     model = 'prop_cs_burger_01',
  1754.                     bone = 18905,
  1755.                     pos = vec3(0.14, 0.05, 0.01),
  1756.                     rot = vec3(-242.0, 0.0, 0.0)
  1757.                 },
  1758.             },
  1759.             scenario = {
  1760.                 enabled = false,
  1761.                 anim = {
  1762.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1763.                 },
  1764.             },
  1765.         }  
  1766.     },
  1767.     seafood_penne = { -- Item name
  1768.         Log = "He ate Seafood Penne",
  1769.         Remove = true, -- Remove item
  1770.         RemoveItem = "seafood_penne", -- Remove Item name
  1771.         RemoveItemCount = 1, -- Remove Item Count
  1772.         Add = false,
  1773.         AddItem = "pearl_wood_dirt", -- Remove Item name
  1774.         AddItemCount = 1, -- Remove Item Count
  1775.         ProgressBar = "Eating...",
  1776.         duration = 12500,
  1777.         Effect = { status = "hunger", add = 100000 },
  1778.         animation = {
  1779.             emote = {
  1780.                 enabled = true,
  1781.                 anim = {
  1782.                     dict = 'mp_player_inteat@burger',
  1783.                     clip = 'mp_player_int_eat_burger'
  1784.                 },
  1785.                 prop = {
  1786.                     model = 'prop_cs_burger_01',
  1787.                     bone = 18905,
  1788.                     pos = vec3(0.14, 0.05, 0.01),
  1789.                     rot = vec3(-242.0, 0.0, 0.0)
  1790.                 },
  1791.             },
  1792.             scenario = {
  1793.                 enabled = false,
  1794.                 anim = {
  1795.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1796.                 },
  1797.             },
  1798.         }  
  1799.     },
  1800.     tuna_steak = { -- Item name
  1801.         Log = "He ate Tuna Steak",
  1802.         Remove = true, -- Remove item
  1803.         RemoveItem = "tuna_steak", -- Remove Item name
  1804.         RemoveItemCount = 1, -- Remove Item Count
  1805.         Add = false,
  1806.         AddItem = "pearl_wood_dirt", -- Remove Item name
  1807.         AddItemCount = 1, -- Remove Item Count
  1808.         ProgressBar = "Eating...",
  1809.         duration = 12500,
  1810.         Effect = { status = "hunger", add = 100000 },
  1811.         animation = {
  1812.             emote = {
  1813.                 enabled = true,
  1814.                 anim = {
  1815.                     dict = 'mp_player_inteat@burger',
  1816.                     clip = 'mp_player_int_eat_burger'
  1817.                 },
  1818.                 prop = {
  1819.                     model = 'prop_cs_burger_01',
  1820.                     bone = 18905,
  1821.                     pos = vec3(0.14, 0.05, 0.01),
  1822.                     rot = vec3(-242.0, 0.0, 0.0)
  1823.                 },
  1824.             },
  1825.             scenario = {
  1826.                 enabled = false,
  1827.                 anim = {
  1828.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1829.                 },
  1830.             },
  1831.         }  
  1832.     },
  1833.     octopus_cut = { -- Item name
  1834.         Log = "He ate Octopus",
  1835.         Remove = true, -- Remove item
  1836.         RemoveItem = "octopus_cut", -- Remove Item name
  1837.         RemoveItemCount = 1, -- Remove Item Count
  1838.         Add = true,
  1839.         AddItem = "pearl_wood_dirt", -- Remove Item name
  1840.         AddItemCount = 1, -- Remove Item Count
  1841.         ProgressBar = "Eating...",
  1842.         duration = 12500,
  1843.         Effect = { status = "hunger", add = 100000 },
  1844.         animation = {
  1845.             emote = {
  1846.                 enabled = true,
  1847.                 anim = {
  1848.                     dict = 'mp_player_inteat@burger',
  1849.                     clip = 'mp_player_int_eat_burger'
  1850.                 },
  1851.                 prop = {
  1852.                     model = 'prop_cs_burger_01',
  1853.                     bone = 18905,
  1854.                     pos = vec3(0.14, 0.05, 0.01),
  1855.                     rot = vec3(-242.0, 0.0, 0.0)
  1856.                 },
  1857.             },
  1858.             scenario = {
  1859.                 enabled = false,
  1860.                 anim = {
  1861.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1862.                 },
  1863.             },
  1864.         }
  1865.     },
  1866.     fish_plate = { -- Item name
  1867.         Log = "He ate Fish",
  1868.         Remove = true, -- Remove item
  1869.         RemoveItem = "fish_plate", -- Remove Item name
  1870.         RemoveItemCount = 1, -- Remove Item Count
  1871.         Add = false,
  1872.         AddItem = "pearl_wood_dirt", -- Remove Item name
  1873.         AddItemCount = 1, -- Remove Item Count
  1874.         ProgressBar = "Eating...",
  1875.         duration = 12500,
  1876.         Effect = { status = "hunger", add = 100000 },
  1877.         animation = {
  1878.             emote = {
  1879.                 enabled = true,
  1880.                 anim = {
  1881.                     dict = 'mp_player_inteat@burger',
  1882.                     clip = 'mp_player_int_eat_burger'
  1883.                 },
  1884.                 prop = {
  1885.                     model = 'prop_cs_burger_01',
  1886.                     bone = 18905,
  1887.                     pos = vec3(0.14, 0.05, 0.01),
  1888.                     rot = vec3(-242.0, 0.0, 0.0)
  1889.                 },
  1890.             },
  1891.             scenario = {
  1892.                 enabled = false,
  1893.                 anim = {
  1894.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1895.                 },
  1896.             },
  1897.         }
  1898.     },
  1899.     salmon_plate = { -- Item name
  1900.         Log = "He ate diavola",
  1901.         Remove = true, -- Remove item
  1902.         RemoveItem = "salmon_plate", -- Remove Item name
  1903.         RemoveItemCount = 1, -- Remove Item Count
  1904.         Add = false,
  1905.         AddItem = "pearl_wood_dirt", -- Remove Item name
  1906.         AddItemCount = 1, -- Remove Item Count
  1907.         ProgressBar = "Eating...",
  1908.         duration = 12500,
  1909.         Effect = { status = "hunger", add = 100000 },
  1910.         animation = {
  1911.             emote = {
  1912.                 enabled = true,
  1913.                 anim = {
  1914.                     dict = 'mp_player_inteat@burger',
  1915.                     clip = 'mp_player_int_eat_burger'
  1916.                 },
  1917.                 prop = {
  1918.                     model = 'prop_cs_burger_01',
  1919.                     bone = 18905,
  1920.                     pos = vec3(0.14, 0.05, 0.01),
  1921.                     rot = vec3(-242.0, 0.0, 0.0)
  1922.                 },
  1923.             },
  1924.             scenario = {
  1925.                 enabled = false,
  1926.                 anim = {
  1927.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1928.                 },
  1929.             },
  1930.         }
  1931.     },
  1932.     calamari_marinara = { -- Item name
  1933.         Log = "He ate Calamari marinara",
  1934.         Remove = true, -- Remove item
  1935.         RemoveItem = "calamari_marinara", -- Remove Item name
  1936.         RemoveItemCount = 1, -- Remove Item Count
  1937.         Add = false,
  1938.         AddItem = "pearl_wood_dirt", -- Remove Item name
  1939.         AddItemCount = 1, -- Remove Item Count
  1940.         ProgressBar = "Eating...",
  1941.         duration = 12500,
  1942.         Effect = { status = "hunger", add = 100000 },
  1943.         animation = {
  1944.             emote = {
  1945.                 enabled = true,
  1946.                 anim = {
  1947.                     dict = 'mp_player_inteat@burger',
  1948.                     clip = 'mp_player_int_eat_burger'
  1949.                 },
  1950.                 prop = {
  1951.                     model = 'prop_cs_burger_01',
  1952.                     bone = 18905,
  1953.                     pos = vec3(0.14, 0.05, 0.01),
  1954.                     rot = vec3(-242.0, 0.0, 0.0)
  1955.                 },
  1956.             },
  1957.             scenario = {
  1958.                 enabled = false,
  1959.                 anim = {
  1960.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1961.                 },
  1962.             },
  1963.         }
  1964.     },
  1965.     tiramisu = { -- Item name
  1966.         Log = "He ate tiramisu",
  1967.         Remove = true, -- Remove item
  1968.         RemoveItem = "tiramisu", -- Remove Item name
  1969.         RemoveItemCount = 1, -- Remove Item Count
  1970.         Add = true,
  1971.         AddItem = "table_plate_dirty", -- Remove Item name
  1972.         AddItemCount = 1, -- Remove Item Count
  1973.         ProgressBar = "Eating...",
  1974.         duration = 12500,
  1975.         Effect = { status = "hunger", add = 100000 },
  1976.         animation = {
  1977.             emote = {
  1978.                 enabled = true,
  1979.                 anim = {
  1980.                     dict = 'mp_player_inteat@burger',
  1981.                     clip = 'mp_player_int_eat_burger'
  1982.                 },
  1983.                 prop = {
  1984.                     model = 'prop_cs_burger_01',
  1985.                     bone = 18905,
  1986.                     pos = vec3(0.13, 0.06, 0.02),
  1987.                     rot = vec3(-130.0, -7.0, 0.0)
  1988.                 },
  1989.             },
  1990.             scenario = {
  1991.                 enabled = false,
  1992.                 anim = {
  1993.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  1994.                 },
  1995.             },
  1996.         }
  1997.     },
  1998.     medaly_of_fresh_fruits = { -- Item name
  1999.         Log = "He ate Medely of fresh fruits",
  2000.         Remove = true, -- Remove item
  2001.         RemoveItem = "medaly_of_fresh_fruits", -- Remove Item name
  2002.         RemoveItemCount = 1, -- Remove Item Count
  2003.         Add = false,
  2004.         AddItem = "table_plate_dirty", -- Remove Item name
  2005.         AddItemCount = 1, -- Remove Item Count
  2006.         ProgressBar = "Eating...",
  2007.         duration = 12500,
  2008.         Effect = { status = "hunger", add = 100000 },
  2009.         animation = {
  2010.             emote = {
  2011.                 enabled = true,
  2012.                 anim = {
  2013.                     dict = 'mp_player_inteat@burger',
  2014.                     clip = 'mp_player_int_eat_burger'
  2015.                 },
  2016.                 prop = {
  2017.                     model = 'prop_cs_burger_01',
  2018.                     bone = 18905,
  2019.                     pos = vec3(0.13, 0.06, 0.02),
  2020.                     rot = vec3(-130.0, -7.0, 0.0)
  2021.                 },
  2022.             },
  2023.             scenario = {
  2024.                 enabled = false,
  2025.                 anim = {
  2026.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  2027.                 },
  2028.             },
  2029.         }
  2030.     },
  2031.     chocolate_and_vanilla_gelato_ice_cream = { -- Item name
  2032.         Log = "He ate Chocolate And vanilla gelato ice cream",
  2033.         Remove = true, -- Remove item
  2034.         RemoveItem = "chocolate_and_vanilla_gelato_ice_cream", -- Remove Item name
  2035.         RemoveItemCount = 1, -- Remove Item Count
  2036.         Add = true,
  2037.         AddItem = "table_plate_dirty", -- Remove Item name
  2038.         AddItemCount = 1, -- Remove Item Count
  2039.         ProgressBar = "Eating...",
  2040.         duration = 12500,
  2041.         Effect = { status = "hunger", add = 100000 },
  2042.         animation = {
  2043.             emote = {
  2044.                 enabled = true,
  2045.                 anim = {
  2046.                     dict = 'mp_player_inteat@burger',
  2047.                     clip = 'mp_player_int_eat_burger'
  2048.                 },
  2049.                 prop = {
  2050.                     model = 'prop_cs_burger_01',
  2051.                     bone = 18905,
  2052.                     pos = vec3(0.13, 0.06, 0.02),
  2053.                     rot = vec3(-130.0, -7.0, 0.0)
  2054.                 },
  2055.             },
  2056.             scenario = {
  2057.                 enabled = false,
  2058.                 anim = {
  2059.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  2060.                 },
  2061.             },
  2062.         }
  2063.     },
  2064.     crawfish_plate = { -- Item name
  2065.         Log = "He ate Alla Crawfish",
  2066.         Remove = true, -- Remove item
  2067.         RemoveItem = "crawfish_plate", -- Remove Item name
  2068.         RemoveItemCount = 1, -- Remove Item Count
  2069.         Add = false,
  2070.         AddItem = "table_plate_dirty", -- Remove Item name
  2071.         AddItemCount = 1, -- Remove Item Count
  2072.         ProgressBar = "Eating...",
  2073.         duration = 12500,
  2074.         Effect = { status = "hunger", add = 100000 },
  2075.         animation = {
  2076.             emote = {
  2077.                 enabled = true,
  2078.                 anim = {
  2079.                     dict = 'mp_player_inteat@burger',
  2080.                     clip = 'mp_player_int_eat_burger'
  2081.                 },
  2082.                 prop = {
  2083.                     model = 'prop_cs_burger_01',
  2084.                     bone = 18905,
  2085.                     pos = vec3(0.13, 0.06, 0.02),
  2086.                     rot = vec3(-130.0, -7.0, 0.0)
  2087.                 },
  2088.             },
  2089.             scenario = {
  2090.                 enabled = false,
  2091.                 anim = {
  2092.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  2093.                 },
  2094.             },
  2095.         }
  2096.     },
  2097.     meat_fries = { -- Item name
  2098.         Log = "He ate warm Meat and Fries",
  2099.         Remove = true, -- Remove item
  2100.         RemoveItem = "meat_fries", -- Remove Item name
  2101.         RemoveItemCount = 1, -- Remove Item Count
  2102.         Add = true,
  2103.         AddItem = "table_plate_dirty", -- Remove Item name
  2104.         AddItemCount = 1, -- Remove Item Count
  2105.         ProgressBar = "Eating...",
  2106.         duration = 12500,
  2107.         Effect = { status = "hunger", add = 100000 },
  2108.         animation = {
  2109.             emote = {
  2110.                 enabled = true,
  2111.                 anim = {
  2112.                     dict = 'mp_player_inteat@burger',
  2113.                     clip = 'mp_player_int_eat_burger'
  2114.                 },
  2115.                 prop = {
  2116.                     model = 'prop_cs_burger_01',
  2117.                     bone = 18905,
  2118.                     pos = vec3(0.13, 0.06, 0.02),
  2119.                     rot = vec3(-130.0, -7.0, 0.0)
  2120.                 },
  2121.             },
  2122.             scenario = {
  2123.                 enabled = false,
  2124.                 anim = {
  2125.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  2126.                 },
  2127.             },
  2128.         }
  2129.     },
  2130.     cappuccino = { -- Item name
  2131.         Log = "He drink cappuccino",
  2132.         Remove = true, -- Remove item
  2133.         RemoveItem = "cappuccino", -- Remove Item name
  2134.         RemoveItemCount = 1, -- Remove Item Count
  2135.         Add = true,
  2136.         AddItem = "dirty_cup", -- Remove Item name
  2137.         AddItemCount = 1, -- Remove Item Count
  2138.         ProgressBar = "Drinking...",
  2139.         duration = 12500,
  2140.         Effect = { status = "thirst", add = 100000 },
  2141.         animation = {
  2142.             emote = {
  2143.                 enabled = true,
  2144.                 anim = {
  2145.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  2146.                     clip = 'idle_c'
  2147.                 },
  2148.                 prop = {
  2149.                     model = 'p_amb_coffeecup_01',
  2150.                     bone = 57005,
  2151.                     pos = vec3(0.15, 0.02, -0.03),
  2152.                     rot = vec3(-70.0, 30.0, 10.0)
  2153.                 },
  2154.             },
  2155.             scenario = {
  2156.                 enabled = false,
  2157.                 anim = {
  2158.                     scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
  2159.                 },
  2160.             },
  2161.         }
  2162.     },
  2163.     latte_macchiato = { -- Item name
  2164.         Log = "He drink latte macchiato",
  2165.         Remove = true, -- Remove item
  2166.         RemoveItem = "latte_macchiato", -- Remove Item name
  2167.         RemoveItemCount = 1, -- Remove Item Count
  2168.         Add = false,
  2169.         AddItem = "dirty_cup", -- Remove Item name
  2170.         AddItemCount = 1, -- Remove Item Count
  2171.         ProgressBar = "Drinking...",
  2172.         duration = 12500,
  2173.         Effect = { status = "thirst", add = 100000 },
  2174.         animation = {
  2175.             emote = {
  2176.                 enabled = true,
  2177.                 anim = {
  2178.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  2179.                     clip = 'idle_c'
  2180.                 },
  2181.                 prop = {
  2182.                     model = 'p_amb_coffeecup_01',
  2183.                     bone = 57005,
  2184.                     pos = vec3(0.15, 0.02, -0.03),
  2185.                     rot = vec3(-70.0, 30.0, 10.0)
  2186.                 },
  2187.             },
  2188.             scenario = {
  2189.                 enabled = false,
  2190.                 anim = {
  2191.                     scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
  2192.                 },
  2193.             },
  2194.         }
  2195.     },
  2196.     sprunk = { -- Item name
  2197.         Log = "He drink sprunk",
  2198.         Remove = true, -- Remove item
  2199.         RemoveItem = "sprunk", -- Remove Item name
  2200.         RemoveItemCount = 1, -- Remove Item Count
  2201.         Add = true,
  2202.         AddItem = "destroyed_cup", -- Remove Item name
  2203.         AddItemCount = 1, -- Remove Item Count
  2204.         ProgressBar = "Drinking...",
  2205.         duration = 12500,
  2206.         Effect = { status = "thirst", add = 100000 },
  2207.         animation = {
  2208.             emote = {
  2209.                 enabled = true,
  2210.                 anim = {
  2211.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  2212.                     clip = 'idle_c'
  2213.                 },
  2214.                 prop = {
  2215.                     model = 'prop_cs_bs_cup',
  2216.                     bone = 57005,
  2217.                     pos = vec3(0.15, 0.02, -0.03),
  2218.                     rot = vec3(-70.0, 30.0, 10.0)
  2219.                 },
  2220.             },
  2221.             scenario = {
  2222.                 enabled = false,
  2223.                 anim = {
  2224.                     scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
  2225.                 },
  2226.             },
  2227.         }
  2228.     },
  2229.     drang_o_tang = { -- Item name
  2230.         Log = "He drink drang_o_tang",
  2231.         Remove = true, -- Remove item
  2232.         RemoveItem = "drang_o_tang", -- Remove Item name
  2233.         RemoveItemCount = 1, -- Remove Item Count
  2234.         Add = true,
  2235.         AddItem = "destroyed_cup", -- Remove Item name
  2236.         AddItemCount = 1, -- Remove Item Count
  2237.         ProgressBar = "Drinking...",
  2238.         duration = 12500,
  2239.         Effect = { status = "thirst", add = 100000 },
  2240.         animation = {
  2241.             emote = {
  2242.                 enabled = true,
  2243.                 anim = {
  2244.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  2245.                     clip = 'idle_c'
  2246.                 },
  2247.                 prop = {
  2248.                     model = 'prop_cs_bs_cup',
  2249.                     bone = 57005,
  2250.                     pos = vec3(0.15, 0.02, -0.03),
  2251.                     rot = vec3(-70.0, 30.0, 10.0)
  2252.                 },
  2253.             },
  2254.             scenario = {
  2255.                 enabled = false,
  2256.                 anim = {
  2257.                     scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
  2258.                 },
  2259.             },
  2260.         }
  2261.     },
  2262.     ecola = { -- Item name
  2263.         Log = "He drink ecola",
  2264.         Remove = true, -- Remove item
  2265.         RemoveItem = "ecola", -- Remove Item name
  2266.         RemoveItemCount = 1, -- Remove Item Count
  2267.         Add = true,
  2268.         AddItem = "destroyed_cup", -- Remove Item name
  2269.         AddItemCount = 1, -- Remove Item Count
  2270.         ProgressBar = "Drinking...",
  2271.         duration = 12500,
  2272.         Effect = { status = "thirst", add = 100000 },
  2273.         animation = {
  2274.             emote = {
  2275.                 enabled = true,
  2276.                 anim = {
  2277.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  2278.                     clip = 'idle_c'
  2279.                 },
  2280.                 prop = {
  2281.                     model = 'prop_cs_bs_cup',
  2282.                     bone = 57005,
  2283.                     pos = vec3(0.15, 0.02, -0.03),
  2284.                     rot = vec3(-70.0, 30.0, 10.0)
  2285.                 },
  2286.             },
  2287.             scenario = {
  2288.                 enabled = false,
  2289.                 anim = {
  2290.                     scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
  2291.                 },
  2292.             },
  2293.         }
  2294.     },
  2295.     ecola_light = { -- Item name
  2296.         Log = "He drink ecola_light",
  2297.         Remove = true, -- Remove item
  2298.         RemoveItem = "ecola_light", -- Remove Item name
  2299.         RemoveItemCount = 1, -- Remove Item Count
  2300.         Add = false,
  2301.         AddItem = "destroyed_cup", -- Remove Item name
  2302.         AddItemCount = 1, -- Remove Item Count
  2303.         ProgressBar = "Drinking...",
  2304.         duration = 12500,
  2305.         Effect = { status = "thirst", add = 100000 },
  2306.         animation = {
  2307.             emote = {
  2308.                 enabled = true,
  2309.                 anim = {
  2310.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  2311.                     clip = 'idle_c'
  2312.                 },
  2313.                 prop = {
  2314.                     model = 'prop_cs_bs_cup',
  2315.                     bone = 57005,
  2316.                     pos = vec3(0.15, 0.02, -0.03),
  2317.                     rot = vec3(-70.0, 30.0, 10.0)
  2318.                 },
  2319.             },
  2320.             scenario = {
  2321.                 enabled = false,
  2322.                 anim = {
  2323.                     scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
  2324.                 },
  2325.             },
  2326.         }
  2327.     },
  2328.     piswasser = { -- Item name
  2329.         Log = "Drank piswasser",
  2330.         Remove = true, -- Remove item
  2331.         RemoveItem = "piswasser", -- Remove Item name
  2332.         RemoveItemCount = 1, -- Remove Item Count
  2333.         Add = true,
  2334.         AddItem = "empty_beer_dirt", -- Remove Item name
  2335.         AddItemCount = 1, -- Remove Item Count
  2336.         ProgressBar = "Drinking...",
  2337.         duration = 12500,
  2338.         Effect = { status = "drunk", add = 100000 },
  2339.         animation = {
  2340.             emote = {
  2341.                 enabled = true,
  2342.                 anim = {
  2343.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  2344.                     clip = 'idle_c'
  2345.                 },
  2346.                 prop = {
  2347.                     model = 'prop_beer_pissh',
  2348.                     bone = 57005,
  2349.                     pos = vec3(0.14, -0.12, -0.04),
  2350.                     rot = vec3(-84.0, 0.0, 0.0)
  2351.                 },
  2352.  
  2353.             },
  2354.             scenario = {
  2355.                 enabled = false,
  2356.                 anim = {
  2357.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  2358.                 },
  2359.             },
  2360.         }
  2361.     },
  2362.     beer = { -- Item name
  2363.         Log = "Drank beer",
  2364.         Remove = true, -- Remove item
  2365.         RemoveItem = "beer", -- Remove Item name
  2366.         RemoveItemCount = 1, -- Remove Item Count
  2367.         Add = true,
  2368.         AddItem = "empty_beer_dirt", -- Remove Item name
  2369.         AddItemCount = 1, -- Remove Item Count
  2370.         ProgressBar = "Drinking...",
  2371.         duration = 12500,
  2372.         Effect = { status = "drunk", add = 100000 },
  2373.         animation = {
  2374.             emote = {
  2375.                 enabled = true,
  2376.                 anim = {
  2377.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  2378.                     clip = 'idle_c'
  2379.                 },
  2380.                 prop = {
  2381.                     model = 'prop_beer_amopen',
  2382.                     bone = 57005,
  2383.                     pos = vec3(0.14, -0.12, -0.04),
  2384.                     rot = vec3(-84.0, 0.0, 0.0)
  2385.                 },
  2386.  
  2387.             },
  2388.             scenario = {
  2389.                 enabled = false,
  2390.                 anim = {
  2391.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  2392.                 },
  2393.             },
  2394.         }
  2395.     },
  2396.     duscbe_gold = { -- Item name
  2397.         Log = "Drank duscbe_gold",
  2398.         Remove = true, -- Remove item
  2399.         RemoveItem = "duscbe_gold", -- Remove Item name
  2400.         RemoveItemCount = 1, -- Remove Item Count
  2401.         Add = true,
  2402.         AddItem = "empty_beer_dirt", -- Remove Item name
  2403.         AddItemCount = 1, -- Remove Item Count
  2404.         ProgressBar = "Drinking...",
  2405.         duration = 12500,
  2406.         Effect = { status = "drunk", add = 100000 },
  2407.         animation = {
  2408.             emote = {
  2409.                 enabled = true,
  2410.                 anim = {
  2411.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  2412.                     clip = 'idle_c'
  2413.                 },
  2414.                 prop = {
  2415.                     model = 'prop_beerdusche',
  2416.                     bone = 57005,
  2417.                     pos = vec3(0.13, -0.13, -0.04),
  2418.                     rot = vec3(-90.0, 0.0, 0.0)
  2419.                 },
  2420.  
  2421.             },
  2422.             scenario = {
  2423.                 enabled = false,
  2424.                 anim = {
  2425.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  2426.                 },
  2427.             },
  2428.         }
  2429.     },
  2430.     logger = { -- Item name
  2431.         Log = "Drank logger",
  2432.         Remove = true, -- Remove item
  2433.         RemoveItem = "logger", -- Remove Item name
  2434.         RemoveItemCount = 1, -- Remove Item Count
  2435.         Add = true,
  2436.         AddItem = "empty_beer_dirt", -- Remove Item name
  2437.         AddItemCount = 1, -- Remove Item Count
  2438.         ProgressBar = "Drinking...",
  2439.         duration = 12500,
  2440.         Effect = { status = "drunk", add = 100000 },
  2441.         animation = {
  2442.             emote = {
  2443.                 enabled = true,
  2444.                 anim = {
  2445.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  2446.                     clip = 'idle_c'
  2447.                 },
  2448.                 prop = {
  2449.                     model = 'prop_beer_logger',
  2450.                     bone = 57005,
  2451.                     pos = vec3(0.14, -0.12, -0.04),
  2452.                     rot = vec3(-84.0, 0.0, 0.0)
  2453.                 },
  2454.  
  2455.             },
  2456.             scenario = {
  2457.                 enabled = false,
  2458.                 anim = {
  2459.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  2460.                 },
  2461.             },
  2462.         }
  2463.     },
  2464.     ragga_rum = { -- Item name
  2465.         Log = "Drank ragga_rum",
  2466.         Remove = true, -- Remove item
  2467.         RemoveItem = "ragga_rum", -- Remove Item name
  2468.         RemoveItemCount = 1, -- Remove Item Count
  2469.         Add = true,
  2470.         AddItem = "empty_rum_dirt", -- Remove Item name
  2471.         AddItemCount = 1, -- Remove Item Count
  2472.         ProgressBar = "Drinking...",
  2473.         duration = 12500,
  2474.         Effect = { status = "drunk", add = 100000 },
  2475.         animation = {
  2476.             emote = {
  2477.                 enabled = true,
  2478.                 anim = {
  2479.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  2480.                     clip = 'idle_c'
  2481.                 },
  2482.                 prop = {
  2483.                     model = 'prop_drink_whisky',
  2484.                     bone = 57005,
  2485.                     pos = vec3(0.14, -0.03, -0.04),
  2486.                     rot = vec3(-90.0, 100.0, 0.0)
  2487.                 },
  2488.  
  2489.             },
  2490.             scenario = {
  2491.                 enabled = false,
  2492.                 anim = {
  2493.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  2494.                 },
  2495.             },
  2496.         }
  2497.     },
  2498.     cherenkov = { -- Item name
  2499.         Log = "Drank cherenkov",
  2500.         Remove = true, -- Remove item
  2501.         RemoveItem = "cherenkov", -- Remove Item name
  2502.         RemoveItemCount = 1, -- Remove Item Count
  2503.         Add = true,
  2504.         AddItem = "empty_rum_dirt", -- Remove Item name
  2505.         AddItemCount = 1, -- Remove Item Count
  2506.         ProgressBar = "Drinking...",
  2507.         duration = 12500,
  2508.         Effect = { status = "drunk", add = 100000 },
  2509.         animation = {
  2510.             emote = {
  2511.                 enabled = true,
  2512.                 anim = {
  2513.                     dict = 'amb@world_human_drinking@coffee@male@idle_a',
  2514.                     clip = 'idle_c'
  2515.                 },
  2516.                 prop = {
  2517.                     model = 'prop_drink_whisky',
  2518.                     bone = 57005,
  2519.                     pos = vec3(0.14, -0.03, -0.04),
  2520.                     rot = vec3(-90.0, 100.0, 0.0)
  2521.                 },
  2522.  
  2523.             },
  2524.             scenario = {
  2525.                 enabled = false,
  2526.                 anim = {
  2527.                     scenario = "WORLD_HUMAN_SMOKING_POT"
  2528.                 },
  2529.             },
  2530.         }
  2531.     },
  2532. }
  2533.  
  2534. Config.Chairsdebug = false
  2535. Config.Chairs = {
  2536.     --TABLE 1
  2537.     {
  2538.         coords = vector3(-1830.09, -1183.18, 14.25), offsetZ = -0.10, heading = 332.95, radius = 0.3, distance = 2.0,
  2539.         LeaveCoords = vector4(-1829.51, -1183.75, 13.31, 153.85)
  2540.     },
  2541.     {
  2542.         coords = vector3(-1835.6180419922,-1199.3657226563,14.164379119873), offsetZ = -0.10, heading = 150.3, radius = 0.3, distance = 1.7,
  2543.         LeaveCoords = vector4(-1835.45, -1198.92, 14.309, 146.8)
  2544.     },
  2545.     {
  2546.         coords = vector3(-1829.7310791016,-1202.7633056641,14.164379119873), offsetZ = -0.10, heading = 150.3, radius = 0.3, distance = 2.0,
  2547.         LeaveCoords = vector4(-1829.61, -1202.30, 14.309, 149.2)
  2548.     },
  2549.     --TABLE 2
  2550.     {
  2551.         coords = vector3(-1828.3021240234,-1183.9940185547,14.164379119873), offsetZ = -0.10, heading = 332.2, radius = 0.3, distance = 1.7,
  2552.         LeaveCoords = vector4(-1828.51, -1184.38, 14.309, 340.0)
  2553.     },
  2554.     {
  2555.         coords = vector3(-1819.4147949219,-1189.1070556641,14.164379119873), offsetZ = -0.10, heading = 332.2, radius = 0.3, distance = 2.0,
  2556.         LeaveCoords = vector4(-1819.67, -1189.49, 14.309, 326.3)
  2557.     },
  2558.     --TABLE 3
  2559.     {
  2560.         coords = vector3(-1823.64453125,-1195.2719726563,13.75009727478), offsetZ = -0.10, heading = 57.57, radius = 0.3, distance = 1.7,
  2561.         LeaveCoords = vector4(-1823.19, -1194.41, 14.309, 62.66)
  2562.     },
  2563.     {
  2564.         coords = vector3(-1824.7899169922,-1195.3707275391,13.75009727478), offsetZ = -0.10, heading = 341.1, radius = 0.3, distance = 2.0,
  2565.         LeaveCoords = vector4(-1825.42, -1194.48, 14.309, 341.1)
  2566.     },
  2567.     {
  2568.         coords = vector3(-1826.4938964844,-1194.3937988281,13.75009727478), offsetZ = -0.10, heading = 341.1, radius = 0.3, distance = 1.7,
  2569.         LeaveCoords = vector4(-1825.42, -1194.48, 14.309, 341.1)
  2570.     },
  2571.     {
  2572.         coords = vector3(-1826.9875488281,-1193.380859375,13.750096321106), offsetZ = -0.10, heading = 243.8, radius = 0.3, distance = 2.0,
  2573.         LeaveCoords = vector4(-1826.44, -1192.54, 14.309, 250.2)
  2574.     },
  2575.     {
  2576.         coords = vector3(-1830.4986572266,-1192.0808105469,13.750095367432), offsetZ = -0.10, heading = 334.8, radius = 0.3, distance = 1.7,
  2577.         LeaveCoords = vector4(-1829.45, -1192.17, 14.309, 334.8)
  2578.     },
  2579.     {
  2580.         coords = vector3(-1830.9390869141,-1191.0538330078,13.750096321106), offsetZ = -0.10, heading = 255.0, radius = 0.3, distance = 2.0,
  2581.         LeaveCoords = vector4(-1830.52, -1190.03, 14.309, 229.0)
  2582.     },
  2583.     --TABLE 4
  2584.     {
  2585.         coords = vector3(-1829.3004150391,-1188.1259765625,13.745277404785), offsetZ = -0.10, heading = 234.7, radius = 0.3, distance = 1.7,
  2586.         LeaveCoords = vector4(-1830.03, -1189.05, 14.309, 241.9)
  2587.     },
  2588.     {
  2589.         coords = vector3(-1827.8728027344,-1188.9963378906,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.3, distance = 1.7,
  2590.         LeaveCoords = vector4(-1828.17, -1189.86, 14.309, 55.99)
  2591.     },
  2592.     {
  2593.         coords = vector3(-1827.0212402344,-1188.6918945313,13.745277404785), offsetZ = -0.10, heading = 234.7, radius = 0.3, distance = 1.7,
  2594.         LeaveCoords = vector4(-1827.83, -1190.16, 14.309, 253.1)
  2595.     },
  2596.     {
  2597.         coords = vector3(-1825.6467285156,-1189.5960693359,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.3, distance = 1.7,
  2598.         LeaveCoords = vector4(-1826.30, -1190.88, 14.309, 74.09)
  2599.     },
  2600.     {
  2601.         coords = vector3(-1825.4537353516,-1190.517578125,13.745277404785), offsetZ = -0.10, heading = 234.7, radius = 0.3, distance = 1.7,
  2602.         LeaveCoords = vector4(-1825.98, -1191.18, 14.309, 241.4)
  2603.     },
  2604.     {
  2605.         coords = vector3(-1823.9899902344,-1191.2491455078,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.3, distance = 1.7,
  2606.         LeaveCoords = vector4(-1824.19, -1192.22, 14.309, 70.34)
  2607.     },
  2608.     {
  2609.         coords = vector3(-1823.4621582031,-1191.5194091797,13.745277404785), offsetZ = -0.10, heading = 234.7, radius = 0.3, distance = 1.7,
  2610.         LeaveCoords = vector4(-1824.16, -1192.50, 14.309, 234.2)
  2611.     },
  2612.     {
  2613.         coords = vector3(-1822.1002197266,-1192.4304199219,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.3, distance = 1.7,
  2614.         LeaveCoords = vector4(-1822.59, -1193.22, 14.309, 65.61)
  2615.     },
  2616.     {
  2617.         coords = vector3(-1824.7823486328,-1197.1254882813,13.750095367432), offsetZ = -0.10, heading = 62.09, radius = 0.3, distance = 1.7,
  2618.         LeaveCoords = vector4(-1825.46, -1197.95, 14.309, 61.00)
  2619.     },
  2620.     {
  2621.         coords = vector3(-1825.2707519531,-1195.9301757813,13.750096321106), offsetZ = -0.10, heading = 149.9, radius = 0.3, distance = 1.7,
  2622.         LeaveCoords = vector4(-1826.19, -1195.96, 14.309, 149.9)
  2623.     },
  2624.     {
  2625.         coords = vector3(-1828.7658691406,-1194.8562011719,13.75009727478), offsetZ = -0.10, heading = 62.09, radius = 0.3, distance = 1.7,
  2626.         LeaveCoords = vector4(-1829.30, -1195.52, 14.309, 62.31)
  2627.     },
  2628.     {
  2629.         coords = vector3(-1829.2172851563,-1193.6967773438,13.75009727478), offsetZ = -0.10, heading = 149.9, radius = 0.3, distance = 1.7,
  2630.         LeaveCoords = vector4(-1830.28, -1193.60, 14.309, 153.6)
  2631.     },
  2632.     {
  2633.         coords = vector3(-1830.8602294922,-1192.7966308594,13.75009727478), offsetZ = -0.10, heading = 149.9, radius = 0.3, distance = 1.7,
  2634.         LeaveCoords = vector4(-1830.28, -1193.60, 14.309, 153.6)
  2635.     },
  2636.     {
  2637.         coords = vector3(-1831.9953613281,-1192.8348388672,13.75009727478), offsetZ = -0.10, heading = 246.6, radius = 0.3, distance = 1.7,
  2638.         LeaveCoords = vector4(-1832.53, -1193.78, 14.309, 238.0)
  2639.     },
  2640.     {
  2641.         coords = vector3(-1833.7125244141,-1195.8159179688,13.745277404785), offsetZ = -0.10, heading = 246.6, radius = 0.5, distance = 1.7,
  2642.         LeaveCoords = vector4(-1832.94, -1194.86, 14.309, 241.6)
  2643.     },
  2644.     {
  2645.         coords = vector3(-1832.2930908203,-1196.6008300781,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.5, distance = 1.7,
  2646.         LeaveCoords = vector4(802.2433, -752.1411, 25.7808, 3.1952)
  2647.     },
  2648.     {
  2649.         coords = vector3(-1831.7731933594,-1197.0043945313,13.745277404785), offsetZ = -0.10, heading = 246.6, radius = 0.5, distance = 1.7,
  2650.         LeaveCoords = vector4(-1831.12, -1195.97, 14.309, 251.4)
  2651.     },
  2652.     {
  2653.         coords = vector3(-1830.3565673828,-1197.7557373047,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.5, distance = 1.7,
  2654.         LeaveCoords = vector4(-1829.65, -1196.81, 14.309, 63.24)
  2655.     },
  2656.     {
  2657.         coords = vector3(-1829.7559814453,-1198.0068359375,13.745277404785), offsetZ = -0.10, heading = 246.6, radius = 0.5, distance = 1.7,
  2658.         LeaveCoords = vector4(-1829.09, -1197.11, 14.309, 246.5)
  2659.     },
  2660.     {
  2661.         coords = vector3(-1828.3624267578,-1198.8928222656,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.5, distance = 1.7,
  2662.         LeaveCoords = vector4(-1827.70, -1197.85, 14.309, 65.35)
  2663.     },
  2664.     {
  2665.         coords = vector3(-1827.8200683594,-1199.1112060547,13.745277404785), offsetZ = -0.10, heading = 246.6, radius = 0.5, distance = 1.7,
  2666.         LeaveCoords = vector4(-1827.15, -1198.32, 14.309, 252.2)
  2667.     },
  2668.     {
  2669.         coords = vector3(-1826.4202880859,-1200.0080566406,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.5, distance = 1.7,
  2670.         LeaveCoords = vector4(-1825.96, -1199.08, 14.309, 62.70)
  2671.     },
  2672.     ---- TABLE 69
  2673.     {
  2674.         coords = vector3(-1827.9742, -1203.7782, 15.24), offsetZ = -0.10, heading = 149.5052, radius = 0.5, distance = 1.7,
  2675.         LeaveCoords = vector4(-1827.69, -1203.41, 13.31, 342.22)
  2676.     },
  2677.     {
  2678.         coords = vector3(-1826.8, -1204.39, 14.24), offsetZ = -0.10, heading = 148.33, radius = 0.5, distance = 1.7,
  2679.         LeaveCoords = vector4(-1826.59, -1204.08, 13.31, 327.87)
  2680.     },
  2681.     {
  2682.         coords = vector3(-1823.1, -1203.63, 12.81), offsetZ = -0.10, heading = 332.17, radius = 0.5, distance = 1.7,
  2683.         LeaveCoords = vector4(-1822.74, -1203.11, 13.31, 332.17)
  2684.     },
  2685.     {
  2686.         coords = vector3(-1822.65, -1203.89, 12.81), offsetZ = -0.10, heading = 332.02, radius = 0.5, distance = 1.7,
  2687.         LeaveCoords = vector4(-1822.12, -1204.2, 12.81, 334.37)
  2688.     },
  2689.     {
  2690.         coords = vector3(-1820.59, -1203.41, 12.81), offsetZ = -0.10, heading = 54.82, radius = 0.5, distance = 1.7,
  2691.         LeaveCoords = vector4(-1821.0251, -1203.2129, 14.3092, 60.5786)
  2692.     },
  2693.     {
  2694.         coords = vector3(-1820.29, -1202.88, 12.81), offsetZ = -0.10, heading = 63.97, radius = 0.5, distance = 1.7,
  2695.         LeaveCoords = vector4(-1820.82, -1202.54, 13.31, 63.97)
  2696.     },
  2697.     {
  2698.         coords = vector3(-1819.96, -1202.37, 12.81), offsetZ = -0.10, heading = 58.35, radius = 0.5, distance = 1.7,
  2699.         LeaveCoords = vector4(-1820.4597, -1201.9772, 14.3092, 58.3504)
  2700.     },
  2701.     {
  2702.         coords = vector3(-1818.32, -1189.79, 14.19), offsetZ = -0.10, heading = 331.1, radius = 0.5, distance = 1.7,
  2703.         LeaveCoords = vector4(-1818.6842, -1190.1688, 14.3092, 152.6408)
  2704.     },
  2705.     {
  2706.         coords = vector3(-1821.22, -1188.12, 14.18), offsetZ = -0.10, heading = 329.95, radius = 0.5, distance = 1.7,
  2707.         LeaveCoords = vector4(-1821.4382, -1188.5040, 14.3092, 154.8167)
  2708.     },
  2709.     {
  2710.         coords = vector3(-1822.37, -1187.51, 14.21), offsetZ = -0.10, heading = 329.71, radius = 0.5, distance = 1.7,
  2711.         LeaveCoords = vector4(-1822.6682, -1187.7970, 14.3092, 154.6168)
  2712.     },
  2713.     {
  2714.         coords = vector3(-1827.22, -1184.76, 14.2), offsetZ = -0.10, heading = 329.11, radius = 0.5, distance = 1.7,
  2715.         LeaveCoords = vector4(-1827.4341, -1185.0032, 14.3092, 146.3127)
  2716.     },
  2717.     {
  2718.         coords = vector3(-1831.21, -1182.47, 14.19), offsetZ = -0.10, heading = 328.89, radius = 0.5, distance = 1.7,
  2719.         LeaveCoords = vector4(-1831.46, -1182.68, 13.31, 149.94)
  2720.     },
  2721.     {
  2722.         coords = vector3(-1827.43, -1188.3, 13.77), offsetZ = -0.10, heading = 59.04, radius = 0.5, distance = 1.7,
  2723.         LeaveCoords = vector4(-1828.22, -1189.81, 13.31, 145.24)
  2724.     },
  2725.     {
  2726.         coords = vector3(-1829.07, -1187.61, 13.77), offsetZ = -0.10, heading = 240.87, radius = 0.5, distance = 1.7,
  2727.         LeaveCoords = vector4(-1829.69, -1188.96, 13.31, 150.35)
  2728.     },
  2729.     {
  2730.         coords = vector3(-1827.43, -1189.49, 13.82), offsetZ = -0.10, heading = 242.07, radius = 0.5, distance = 1.7,
  2731.         LeaveCoords = vector4(-1827.76, -1190.05, 13.31, 148.34)
  2732.     },
  2733.     {
  2734.         coords = vector3(-1825.9, -1190.29, 13.8), offsetZ = -0.10, heading = 59.9, radius = 0.5, distance = 1.7,
  2735.         LeaveCoords = vector4(-1826.4, -1190.83, 13.31, 152.28)
  2736.     },
  2737.     {
  2738.         coords = vector3(-1823.51, -1190.55, 13.77), offsetZ = -0.10, heading = 60.22, radius = 0.5, distance = 1.7,
  2739.         LeaveCoords = vector4(-1824.4, -1192.0, 13.31, 152.86)
  2740.     },
  2741.     {
  2742.         coords = vector3(-1825.11, -1189.93, 13.77), offsetZ = -0.10, heading = 238.06, radius = 0.5, distance = 1.7,
  2743.         LeaveCoords = vector4(-1825.84, -1191.19, 13.31, 164.82)
  2744.     },
  2745.     {
  2746.         coords = vector3(-1822.93, -1190.74, 13.75), offsetZ = -0.10, heading = 239.31, radius = 0.5, distance = 1.7,
  2747.         LeaveCoords = vector4(-1823.8, -1192.34, 13.31, 153.76)
  2748.     },
  2749.     {
  2750.         coords = vector3(-1821.83, -1191.85, 13.78), offsetZ = -0.10, heading = 59, radius = 0.5, distance = 1.7,
  2751.         LeaveCoords = vector4(-1822.72, -1192.95, 13.31, 143.09)
  2752.     },
  2753.     {
  2754.         coords = vector3(-1825.57, -1194.93, 13.79), offsetZ = -0.10, heading = 331.08, radius = 0.5, distance = 1.7,
  2755.         LeaveCoords = vector4(-1825.36, -1194.54, 13.31, 328.67)
  2756.     },
  2757.     {
  2758.         coords = vector3(-1829.84, -1192.41, 13.77), offsetZ = -0.10, heading = 329.46, radius = 0.5, distance = 1.7,
  2759.         LeaveCoords = vector4(-1829.56, -1192.09, 13.31, 327.15)
  2760.     },
  2761.     {
  2762.         coords = vector3(-1830.03, -1193.26, 13.77), offsetZ = -0.10, heading = 150.38, radius = 0.5, distance = 1.7,
  2763.         LeaveCoords = vector4(-1830.25, -1193.65, 13.31, 150.38)
  2764.     },
  2765.     {
  2766.         coords = vector3(-1825.84, -1195.61, 13.84), offsetZ = -0.10, heading = 150.19, radius = 0.5, distance = 1.7,
  2767.         LeaveCoords = vector4(-1826.27, -1196.25, 13.31, 150.19)
  2768.     },
  2769.     {
  2770.         coords = vector3(-1828.26, -1199.84, 13.77), offsetZ = -0.10, heading = 239.45, radius = 0.5, distance = 1.7,
  2771.         LeaveCoords = vector4(-1827.37, -1198.4, 13.31, 329.38)
  2772.     },
  2773.     {
  2774.         coords = vector3(-1828.8, -1199.6, 13.81), offsetZ = -0.10, heading = 60.55, radius = 0.5, distance = 1.7,
  2775.         LeaveCoords = vector4(-1827.99, -1198.03, 13.31, 326.46)
  2776.     },
  2777.     {
  2778.         coords = vector3(-1830.08, -1198.51, 13.76), offsetZ = -0.10, heading = 242.21, radius = 0.5, distance = 1.7,
  2779.         LeaveCoords = vector4(-1829.33, -1197.26, 13.31, 328.09)
  2780.     },
  2781.     {
  2782.         coords = vector3(-1832.14, -1197.63, 13.75), offsetZ = -0.10, heading = 241.23, radius = 0.5, distance = 1.7,
  2783.         LeaveCoords = vector4(-1831.12, -1196.22, 13.31, 329.32)
  2784.     },
  2785.     {
  2786.         coords = vector3(-1832.67, -1197.32, 13.78), offsetZ = -0.10, heading = 58.93, radius = 0.5, distance = 1.7,
  2787.         LeaveCoords = vector4(-1831.88, -1195.79, 13.31, 338.59)
  2788.     },
  2789.     {
  2790.         coords = vector3(-1830.8, -1201.95, 14.21), offsetZ = -0.10, heading = 152.15, radius = 0.5, distance = 1.7,
  2791.         LeaveCoords = vector4(-1830.65, -1201.73, 13.31, 331.62)
  2792.     },
  2793.     {
  2794.         coords = vector3(-1836.74, -1198.61, 14.2), offsetZ = -0.10, heading = 152.14, radius = 0.5, distance = 1.7,
  2795.         LeaveCoords = vector4(-1836.51, -1198.11, 13.31, 335.14)
  2796.     },
  2797.     {
  2798.         coords = vector3(-1838.52, -1197.55, 14.2), offsetZ = -0.10, heading = 151.93, radius = 0.5, distance = 1.7,
  2799.         LeaveCoords = vector4(-1838.32, -1197.11, 13.31, 332.77)
  2800.     },
  2801.  
  2802. }
  2803.  
  2804. Config.Delivery = {
  2805.     {  
  2806.         item = "shrimp_ajillo", -- Item name
  2807.         Label = "Shrimp Garlic", -- Item label
  2808.         MinPrice = 300, -- Min price
  2809.         MaxPrice = 400, -- Max price
  2810.         MinCount = 1, -- Min Count
  2811.         MaxCount = 5, -- Max Count
  2812.     },
  2813.     {  
  2814.         item = "tuna_steak", -- Item name
  2815.         Label = "Tuna Steak", -- Item label
  2816.         MinPrice = 300, -- Min price
  2817.         MaxPrice = 400, -- Max price
  2818.         MinCount = 1, -- Min Count
  2819.         MaxCount = 5, -- Max Count
  2820.     },
  2821.     {  
  2822.         item = "shrimp_plate", -- Item name
  2823.         Label = "Shrimp Plate", -- Item label
  2824.         MinPrice = 300, -- Min price
  2825.         MaxPrice = 400, -- Max price
  2826.         MinCount = 1, -- Min Count
  2827.         MaxCount = 5, -- Max Count
  2828.     },
  2829. }
Add Comment
Please, Sign In to add comment