Guest User

CONFIG

a guest
Sep 27th, 2023
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.49 KB | Gaming | 0 0
  1. Config = {}
  2. Config["JobName"] = 'unemployed'
  3. Config["Society"] = 'society_unemployed'
  4. Config["PutMoneyOnSociety"] = true --## If you want after player order money will go to society account
  5. Config["OneManDelivery"] = true --## If player is doing meat delivery other players can't do meat delivery, same for farm delivery
  6.  
  7. Config["Food"] = {
  8.     ["bs_fowl-burger"] = {
  9.         displayName = 'Fowl Burger',
  10.         icon = 'burger',
  11.         image = 'nui://ox_inventory/web/images/bs_fowl-burger.png',
  12.         price = 25,
  13.     },
  14.  
  15.     ["bs_fries"] = {
  16.         displayName = 'Fries',
  17.         icon = 'burger',
  18.         image = 'nui://ox_inventory/web/images/bs_fries.png',
  19.         price = 10,
  20.     },
  21.  
  22.     ["bs_moneyshot"] = {
  23.         displayName = 'Money Shot',
  24.         icon = 'burger',
  25.         image = 'nui://ox_inventory/web/images/bs_moneyshot.png',
  26.         price = 45,
  27.     },
  28.  
  29.     ["bs_the-bleeder-burger"] = {
  30.         displayName = 'The Bleeder',
  31.         icon = 'burger',
  32.         image = 'nui://ox_inventory/web/images/bs_the-bleeder-burger.png',
  33.         price = 55,
  34.     },
  35.  
  36.     ["bs_the-heart-stopper"] = {
  37.         displayName = 'Heart Stopper',
  38.         icon = 'burger',
  39.         image = 'nui://ox_inventory/web/images/bs_the-heart-stopper.png',
  40.         price = 70,
  41.     },
  42.  
  43.     ["bs_torpedo"] = {
  44.         displayName = 'Torpedo',
  45.         icon = 'burger',
  46.         image = 'nui://ox_inventory/web/images/bs_torpedo.png',
  47.         price = 30,
  48.     },
  49. }
  50.  
  51. Config["Drinks"] = {
  52.     ["bs_cola"] = {
  53.         displayName = 'Cola',
  54.         icon = 'glass-water',
  55.         image = 'nui://ox_inventory/web/images/bs_cola.png',
  56.         price = 10,
  57.     },
  58.  
  59.     ["bs_fanta"] = {
  60.         displayName = 'Fanta',
  61.         icon = 'glass-water',
  62.         image = 'nui://ox_inventory/web/images/bs_fanta.png',
  63.         price = 10,
  64.     },
  65.  
  66.     ["bs_sprite"] = {
  67.         displayName = 'Sprite',
  68.         icon = 'glass-water',
  69.         image = 'nui://ox_inventory/web/images/bs_sprite.png',
  70.         price = 10,
  71.     },
  72.  
  73.     ["bscoffe"] = {
  74.         displayName = 'Coffe',
  75.         icon = 'coffee',
  76.         image = 'nui://ox_inventory/web/images/bscoffe.png',
  77.         price = 5,
  78.     },
  79. }
  80.  
  81. Config["Deserts"] = {
  82.     ["bs_donut"] = {
  83.         displayName = 'Donut',
  84.         icon = 'cookie',
  85.         image = 'nui://ox_inventory/web/images/bs_donut.png',
  86.         price = 10,
  87.     },
  88.  
  89.     ["bs_icecream"] = {
  90.         displayName = 'Ice Cream Cherry',
  91.         icon = 'ice-cream',
  92.         image = 'nui://ox_inventory/web/images/bs_icecream.png',
  93.         price = 5,
  94.     },
  95. }
  96.  
  97. Config["Menus"] = {
  98.     ["bs_murder_meal"] = {
  99.         displayName = 'Murder Meal',
  100.         icon = 'burger',
  101.         image = 'nui://ox_inventory/web/images/bs_murder_meal.png',
  102.         price = 100,
  103.     },
  104. }
  105.  
  106. Config['Positions'] = {
  107.     ['machines'] = {
  108.         {coords = vector3(1241.65, -359.46, 69.51), debug = false, icon = 'fas fa-computer', label = 'Open', distance = 2.5},
  109.         {coords = vector3(1241.33, -361.04, 69.51), debug = false, icon = 'fas fa-computer', label = 'Open', distance = 2.5},
  110.         {coords = vector3(1241.02, -362.48, 69.51), debug = false, icon = 'fas fa-computer', label = 'Open', distance = 2.5},
  111.         {coords = vector3(1244.27, -363.19, 69.51), debug = false, icon = 'fas fa-computer', label = 'Open', distance = 2.5},
  112.         {coords = vector3(1244.75, -361.9, 69.51), debug = false, icon = 'fas fa-computer', label = 'Open', distance = 2.5},
  113.         {coords = vector3(1244.97, -360.63, 69.51), debug = false, icon = 'fas fa-computer', label = 'Open', distance = 2.5},
  114.     },
  115.     ['orders'] = {
  116.         {coords = vector3(1243.41, -354.94, 69.55), debug = false, icon = 'fas fa-computer', label = 'Check Orders', distance = 2.5},
  117.         {coords = vector3(1252.86, -359.51, 69.55), debug = false, icon = 'fas fa-computer', label = 'Check Orders', distance = 2.5},
  118.     },
  119.     ['duty'] = {
  120.         {coords = vector3(1237.71, -347.3, 69.50), debug = false, icon = 'fas fa-computer', label = 'Duty', distance = 2.5},
  121.     },
  122.     ['handsWash'] = {
  123.         {coords = vector3(1245.39, -352.33, 69.20), debug = false, icon = 'fas fa-sink', label = 'Wash Hands', distance = 2.5},
  124.     },
  125.     ['foodStorage'] = { -- Just one food Storage is able to have
  126.         {coords = vector3(1248.29, -354.44, 69.21), debug = false, icon = 'fas fa-warehouse', label = 'Food Storage', distance = 2.5},
  127.     },
  128.     ['cupLocation'] = {
  129.         {coords = vector3(1244.15, -352.93, 69.21), debug = false, icon = 'fas fa-wine-glass', label = 'Get Cup', distance = 2.5},
  130.     },
  131.     ['drinkPour'] = {
  132.         {coords = vector3(1244.73, -353.08, 69.21), debug = false, icon = 'fas fa-wine-glass', label = 'Pour Drink', distance = 2.5},
  133.     },
  134.     ['TableCreating'] = {
  135.         {coords = vector3(1248.75, -352.13, 68.21), debug = false, icon = 'fas fa-table', label = 'Receipts', distance = 2.5},
  136.     },
  137.     ['BoxEquip'] = {
  138.         {coords = vector3(1251.85, -358.75, 69.21), debug = false, icon = 'fas fa-table', label = 'Get Box', distance = 2.5},
  139.     },
  140.     ['PattyCooking'] = {
  141.         {coords = vector3(1253.51, -355.2, 68.5), debug = false, icon = 'fas fa-computer', label = 'Cooking Menu', distance = 2.5},
  142.     },
  143.     ['Fryer'] = {
  144.         {coords = vector3(1254.5, -352.26, 68.5), debug = false, icon = 'fas fa-computer', label = 'Fryer Menu', distance = 2.5},
  145.     },
  146.     ['IceCream'] = {
  147.         {coords = vector3(1251.01, -356.95, 68.5), debug = false, icon = 'fas fa-ice-cream', label = 'Ice Cream Menu', distance = 2.5},
  148.     },
  149.     ['Coffe'] = {
  150.         {coords = vector3(1244.63, -351.37, 68.5), debug = false, icon = 'fas fa-mug-hot', label = 'Coffe Menu', distance = 2.5},
  151.     },
  152.     ['Storage'] = { -- Just one Storage is able to have
  153.         {coords = vector3(1254.73, -347.98, 68.4), debug = false, icon = 'fas fa-warehouse', label = 'Storage', distance = 2.5},
  154.     },
  155.     ['Trays'] = {
  156.         {coords = vector3(1245.94, -355.66, 69.21), debug = false, icon = 'fas fa-table', label = 'Open Tray', distance = 2.5, id = 'tray1'},
  157.         {coords = vector3(1247.97, -356.29, 69.21), debug = false, icon = 'fas fa-table', label = 'Open Tray', distance = 2.5, id = 'tray2'},
  158.         {coords = vector3(1249.81, -356.68, 69.21), debug = false, icon = 'fas fa-table', label = 'Open Tray', distance = 2.5, id = 'tray3'},
  159.     },
  160.     ['Deliveries'] = { -- Starting location
  161.         {coords = vector3(1249.92, -346.24, 68.2), debug = false, icon = 'fas fa-box-open', label = 'Deliveries', distance = 2.5},
  162.     },
  163. }
  164.  
  165. Config["Receipts"] = {
  166.     ['makingItems'] = {
  167.         { itemName = 'bs_fowl-burger', label = 'Fowl Burger', requiredItems = {
  168.             { item = 'bs_buns', label = 'Buns', quantity = 1 },
  169.             { item = 'bs_garlic', label = 'Garlic', quantity = 1 },
  170.             { item = 'bs_cheese', label = 'Cheese', quantity = 2 },
  171.             { item = 'bs_letucce', label = 'Letucce', quantity = 2 },
  172.             { item = 'bs_patty', label = 'Patty', quantity = 2 }
  173.         }},
  174.  
  175.         { itemName = 'bs_moneyshot', label = 'Money Shot', requiredItems = {
  176.             { item = 'bs_buns', label = 'Buns', quantity = 1 },
  177.             { item = 'bs_cheese', label = 'Cheese', quantity = 2 },
  178.             { item = 'bs_letucce', label = 'Letucce', quantity = 1 },
  179.             { item = 'bs_tomato', label = 'Tomato', quantity = 1 },
  180.             { item = 'bs_patty', label = 'Patty', quantity = 2 }
  181.         }},
  182.  
  183.         { itemName = 'bs_the-bleeder-burger', label = 'The Bleeder', requiredItems = {
  184.             { item = 'bs_buns', label = 'Buns', quantity = 1 },
  185.             { item = 'bs_cheese', label = 'Cheese', quantity = 1 },
  186.             { item = 'bs_letucce', label = 'Letucce', quantity = 1 },
  187.             { item = 'bs_tomato', label = 'Tomato', quantity = 1 },
  188.             { item = 'bs_patty', label = 'Patty', quantity = 1 },
  189.             { item = 'bs_garlic', label = 'Garlic', quantity = 1 }
  190.         }},
  191.  
  192.         { itemName = 'bs_the-heart-stopper', label = 'Heart Stopper', requiredItems = {
  193.             { item = 'bs_buns', label = 'Buns', quantity = 1 },
  194.             { item = 'bs_cheese', label = 'Cheese', quantity = 3 },
  195.             { item = 'bs_letucce', label = 'Letucce', quantity = 2 },
  196.             { item = 'bs_tomato', label = 'Tomato', quantity = 1},
  197.             { item = 'bs_patty', label = 'Patty', quantity = 6 },
  198.             { item = 'bs_garlic', label = 'Garlic', quantity = 2 }
  199.         }},
  200.  
  201.         { itemName = 'bs_torpedo', label = 'Torpedo', requiredItems = {
  202.             { item = 'bs_buns', label = 'Buns', quantity = 1 },
  203.             { item = 'bs_garlic', label = 'Garlic', quantity = 3 },
  204.             { item = 'bs_patty', label = 'Patty', quantity = 2 }
  205.         }},
  206.     },
  207.  
  208.     ['bakingTable'] = {
  209.         { itemName = 'bs_patty', label = 'Bake Raw Patty', requiredItems = {
  210.             { item = 'bs_raw_patty', label = 'Raw Patty', quantity = 1 }
  211.         }},
  212.     },
  213.  
  214.     ['fryingMenu'] = {
  215.         { itemName = 'bs_fries', label = 'Fry Fries', requiredItems = {
  216.             { item = 'bs_potato', label = 'Potato', quantity = 1 }
  217.         }},
  218.     },
  219.  
  220.     ['iceCreamMenu'] = {
  221.         { itemName = 'bs_icecream', label = 'Ice Cream', requiredItems = {
  222.             { item = 'bs_ice', label = 'Package Of Ice Cream', quantity = 1 }
  223.         }},
  224.     },
  225.  
  226.     ['coffeMenu'] = {
  227.         { itemName = 'bscoffe', label = 'Coffe', requiredItems = {
  228.             { item = 'bs_coffebeans', label = 'Coffe Beans', quantity = 1 }
  229.         }},
  230.     },
  231.  
  232.     ['pourDrink'] = {
  233.         {itemName = 'bs_sprite', label = 'Sprite', description = 'Required: Empty Cup'},
  234.         {itemName = 'bs_cola', label = 'Cola', description = 'Required: Empty Cup'},
  235.         {itemName = 'bs_fanta', label = 'Fanta', description = 'Required: Empty Cup'},
  236.     },
  237. }
  238.  
  239. Config['Deliveries'] = {
  240.     ['farmer'] = {
  241.         {vehSpawn = vector3(1267.344, -343.451, 69.081), h = 106.397, veh = 'mule4', finishItems = {
  242.             {item = 'bs_buns', quantity = 5},
  243.             {item = 'bs_cheese', quantity = 5},
  244.             {item = 'bs_garlic', quantity = 5},
  245.             {item = 'bs_letucce', quantity = 5},
  246.             {item = 'bs_tomato', quantity = 5},
  247.             {item = 'bs_potato', quantity = 5},
  248.             {item = 'bs_ice', quantity = 5},
  249.             {item = 'bs_coffebeans', quantity = 5},
  250.             {item = 'bs_donut', quantity = 5}
  251.         }},
  252.     },
  253.  
  254.     ['meat'] = {
  255.         {vehSpawn = vector3(1267.344, -343.451, 69.081), h = 106.397, veh = 'mule4', finishItems = {
  256.             {item = 'bs_raw_patty', quantity = 15}
  257.         }},
  258.     },
  259. }
Advertisement
Add Comment
Please, Sign In to add comment