Installation Guide
Follow these steps for flawless instalation:
Download the script from your keymaster.
Place the script into your server resource folder:
FXServer\server-data\resources\fivecode_burgershotjobWrite the script into your server.cfg:
ensure fivecode_burgershotjobSetup your inventory:
ox
Add the following into:
ox_inventory\data\items.lua
-- Other
['salt'] = {
label = 'Salt',
weight = 1,
stack = true,
close = true,
description = 'Cooking salt!'
},
['burgershotdrinkcup'] = {
label = 'Empty Drinking Cup',
weight = 1,
stack = true,
close = true,
description = 'Burgershot empty drinking cup.'
},
['ice'] = {
label = 'Ice',
weight = 1,
stack = true,
close = true,
description = 'Ice ready to cool your drink!'
},
['butter'] = {
label = 'Butter',
weight = 1,
stack = true,
close = true,
description = 'Butter for cooking.'
},
['colasyrup'] = {
label = 'eCola Syrup',
weight = 1,
stack = true,
close = true,
description = 'Syrup from which you can make delicious cola drink!'
},
['colalightsyrup'] = {
label = 'eCola Light Syrup',
weight = 1,
stack = true,
close = true,
description = 'Syrup from which you can make delicious light cola drink!'
},
['sprunksyrup'] = {
label = 'Sprunk Syrup',
weight = 1,
stack = true,
close = true,
description = 'Syrup from which you can make delicious sprunk drink!'
},
['orang_o_tangsyrup'] = {
label = 'Orang O Tang Syrup',
weight = 1,
stack = true,
close = true,
description = 'Syrup from which you can make delicious orang o tang drink!'
},
['ketchup'] = {
label = 'Ketchup',
weight = 1,
stack = true,
close = true,
description = 'Normal ketchup.'
},
-- Cutting Table
['rawtomato'] = {
label = 'Tomato',
weight = 1,
stack = true,
close = true,
description = 'Juicy tomato ready to be sliced!'
},
['slicedtomato'] = {
label = 'Sliced Tomato',
weight = 1,
stack = true,
close = true,
description = 'Juicy tomato slices ready to be eaten!'
},
['rawsalad'] = {
label = 'Salad',
weight = 1,
stack = true,
close = true,
description = 'Salad ready to be sliced!'
},
['slicedsalad'] = {
label = 'Sliced Salad',
weight = 1,
stack = true,
close = true,
description = 'Salad slices ready to be eaten!'
},
['rawcucumber'] = {
label = 'Cucumber',
weight = 1,
stack = true,
close = true,
description = 'Cucumber ready to be cut!'
},
['slicedcucumber'] = {
label = 'Sliced Cucumber',
weight = 1,
stack = true,
close = true,
description = 'Sliced cucumber ready to be put on a burger and eaten!'
},
['rawonion'] = {
label = 'Onion',
weight = 1,
stack = true,
close = true,
description = 'Onion ready to be cut!'
},
['slicedonion'] = {
label = 'Sliced Onion',
weight = 1,
stack = true,
close = true,
description = 'Sliced onion ready to be put on a burger and eaten!'
},
['rawchillipepper'] = {
label = 'Chilli Pepper',
weight = 1,
stack = true,
close = true,
description = 'Chilli pepper ready to be cut!'
},
['slicedchillipepper'] = {
label = 'Sliced Chilli Pepper',
weight = 1,
stack = true,
close = true,
description = 'Sliced chilli pepper ready to be put on a burger and eaten!'
},
['rawcheese'] = {
label = 'Cheese',
weight = 1,
stack = true,
close = true,
description = 'Cheese ready to be cut!'
},
['slicedcheese'] = {
label = 'Sliced Cheese',
weight = 1,
stack = true,
close = true,
description = 'Sliced cheese ready to be put on a burger and eaten!'
},
['rawham'] = {
label = 'Ham',
weight = 1,
stack = true,
close = true,
description = 'Ham ready to be cut!'
},
['slicedham'] = {
label = 'Sliced Ham',
weight = 1,
stack = true,
close = true,
description = 'Sliced ham ready to be put on a burger and eaten!'
},
['rawbacon'] = {
label = 'Bacon',
weight = 1,
stack = true,
close = true,
description = 'Bacon ready to be cut!'
},
['slicedbacon'] = {
label = 'Bacon',
weight = 1,
stack = true,
close = true,
description = 'Sliced bacon ready to be put on a sandwich or grilled and eaten!'
},
['rawsandwichbread'] = {
label = 'Sandwich Bread',
weight = 1,
stack = true,
close = true,
description = 'Sandwich Bread ready to be cut!'
},
['slicedsandwichbread'] = {
label = 'Sandwich Bread',
weight = 1,
stack = true,
close = true,
description = 'Sliced sandwich bread ready to be put on a burger and eaten!'
},
['rawburgerbun'] = {
label = 'Burger Bun',
weight = 1,
stack = true,
close = true,
description = 'Burger bun ready to be cut in half!'
},
['slicedburgerbun'] = {
label = 'Sliced Burger Bun',
weight = 1,
stack = true,
close = true,
description = 'Sliced burger bun ready to be grilled!'
},
-- Frier
['frozenfries'] = {
label = 'Frozen Fries',
weight = 1,
stack = true,
close = true,
description = 'Frozen fries ready to be fried!'
},
['friedfries'] = {
label = 'Fries',
weight = 1,
stack = true,
close = true,
description = 'Fries ready to be eaten!'
},
['friedonionring'] = {
label = 'Onion Ring',
weight = 1,
stack = true,
close = true,
description = 'Onion ring ready to be eaten!'
},
['friedmozzarellastick'] = {
label = 'Fried Mozzarella Stick',
weight = 1,
stack = true,
close = true,
description = 'Fried mozzarella stick ready to be eaten!'
},
['rawchickenstrip'] = {
label = 'Raw Chicken',
weight = 1,
stack = true,
close = true,
description = 'Raw chicken ready to be fried!'
},
['friedchickenstrip'] = {
label = 'Fried Chicken',
weight = 1,
stack = true,
close = true,
description = 'Fried chicken ready to be put into a burger and eaten!'
},
['rawfishstrip'] = {
label = 'Raw Fish',
weight = 1,
stack = true,
close = true,
description = 'Raw fish ready to be fried!'
},
['friedfishstrip'] = {
label = 'Fried Fish',
weight = 1,
stack = true,
close = true,
description = 'Fried fish ready to be put into a burger and eaten!'
},
-- Grill
['frozenburgermeat'] = {
label = 'Frozen Burger Meat',
weight = 1,
stack = true,
close = true,
description = 'Frozen burger meat ready to be grilled!'
},
['grilledburgermeat'] = {
label = 'Grilled Burger Meat',
weight = 1,
stack = true,
close = true,
description = 'Burger meat ready to be put into a burger and eaten!'
},
['grilledbacon'] = {
label = 'Grilled Bacon',
weight = 1,
stack = true,
close = true,
description = 'Burger bacon ready to be put into a burger and eaten!'
},
['rawsteak'] = {
label = 'Raw Steak',
weight = 1,
stack = true,
close = true,
description = 'Raw steak ready to be grilled!'
},
['grilledsteak'] = {
label = 'Grilled Steak',
weight = 1,
stack = true,
close = true,
description = 'Grilled steak ready to be put into a burger and eaten!'
},
['rawegg'] = {
label = 'Raw Egg',
weight = 1,
stack = true,
close = true,
description = 'Egg steak ready to be grilled!'
},
['friedegg'] = {
label = 'Fried Egg',
weight = 1,
stack = true,
close = true,
description = 'Fried egg ready to be put into a burger and eaten!'
},
['grilledburgerbun'] = {
label = 'Grilled Burger Bun',
weight = 1,
stack = true,
close = true,
description = 'Grilled burger bun ready to be filled!'
},
-- Drinks
['burgershotcola'] = {
label = 'eCola',
weight = 1,
stack = true,
close = true,
description = 'eCola from burgershot.'
},
['burgershotcolalight'] = {
label = 'eCola Light',
weight = 1,
stack = true,
close = true,
description = 'eCola light from burgershot.'
},
['burgershotsprunk'] = {
label = 'Sprunk',
weight = 1,
stack = true,
close = true,
description = 'Sprunk from burgershot.'
},
['burgershotorang_o_tang'] = {
label = 'Orang O Tang',
weight = 1,
stack = true,
close = true,
description = 'Orang o tang from burgershot.'
},
-- Burgers
['classicburger'] = {
label = 'GrillMaster Classic Burger',
weight = 1,
stack = true,
close = true,
description = 'Classic burger with your favorite flavors!'
},
['classicburgerspicy'] = {
label = 'GrillMaster Spicy Classic Burger',
weight = 1,
stack = true,
close = true,
description = 'Spicy classic burger with your favorite flavors!'
},
['chickenburger'] = {
label = 'Loaded Chicken Avenger',
weight = 1,
stack = true,
close = true,
description = 'Chicken burger with your beloved crispy chicken!'
},
['chickenburgerspicy'] = {
label = 'Loaded Spicy Chicken Avenger',
weight = 1,
stack = true,
close = true,
description = 'Spicy chicken burger with your beloved crispy chicken!'
},
['fishburger'] = {
label = 'Ocean Catch Burger',
weight = 1,
stack = true,
close = true,
description = 'Fish burger with your beloved freshly caught and fried fish!'
},
['obeseburger'] = {
label = 'The Cardiac Crusher',
weight = 1,
stack = true,
close = true,
description = 'A towering behemoth of beef, bacon, cheese, and toppings that will feed you or kill you!'
},
['steakburger'] = {
label = 'The Cardiac Crusher',
weight = 1,
stack = true,
close = true,
description = 'For when you want your steak experience to be sandwiched between two buns, because who needs a plate, right?'
},
['reverseburger'] = {
label = 'Reverse Burger',
weight = 1,
stack = true,
close = true,
description = 'Flip tradition on its head and try this amazing reverse burger where salad replaced buns!'
},
['burgershotsandwich'] = {
label = 'Sunrise Ham Melt',
weight = 1,
stack = true,
close = true,
description = 'Spicy chicken burger with your beloved crispy chicken!'
},
-- Other Items
['cleansponge'] = {
label = 'Clean Sponge',
weight = 1,
stack = true,
close = true,
description = 'Clean sponge which is ready for some cleaning!'
},
['dirtysponge'] = {
label = 'Dirty Sponge',
weight = 1,
stack = true,
close = true,
description = 'Dirty sponge which needs to be cleaned!'
},
['cleancup'] = {
label = 'Clean Cup',
weight = 1,
stack = true,
close = true,
description = 'Clean cup ready to be filled to the brim!'
},
['dirtycup'] = {
label = 'Dirty Cup',
weight = 1,
stack = true,
close = true,
description = 'Dirty cup which needs to be cleaned!'
},
['burgershotfoodtray'] = {
label = 'Food Tray',
weight = 1,
stack = true,
close = true,
description = 'Food tray from burgershot.'
},
['burgershotfoodtrayempty'] = {
label = 'Empty Food Tray',
weight = 1,
stack = true,
close = true,
description = 'Empty food tray from burgershot.'
},qb
Add the following into:
qb-core\shared\items.lua
-- Other
salt = {name = "salt", label = "Salt", weight = 200, type = "item", image = "salt.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cooking salt!"},
burgershotdrinkcup = {name = "burgershotdrinkcup", label = "Empty Drinking Cup", weight = 50, type = "item", image = "burgershotdrinkcup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Burgershot empty drinking cup."},
ice = {name = "ice", label = "Ice", weight = 500, type = "item", image = "ice.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Ice ready to cool your drink!"},
butter = {name = "butter", label = "Butter", weight = 250, type = "item", image = "butter.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Butter for cooking."},
colasyrup = {name = "colasyrup", label = "eCola Syrup", weight = 1000, type = "item", image = "colasyrup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Syrup from which you can make delicious cola drink!"},
colalightsyrup = {name = "colalightsyrup", label = "eCola Light Syrup", weight = 1000, type = "item", image = "colalightsyrup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Syrup from which you can make delicious light cola drink!"},
sprunksyrup = {name = "sprunksyrup", label = "Sprunk Syrup", weight = 1000, type = "item", image = "sprunksyrup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Syrup from which you can make delicious sprunk drink!"},
orang_o_tangsyrup = {name = "orang_o_tangsyrup", label = "Orang O Tang Syrup", weight = 1000, type = "item", image = "orang_o_tangsyrup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Syrup from which you can make delicious orang o tang drink!"},
ketchup = {name = "ketchup", label = "Ketchup", weight = 500, type = "item", image = "ketchup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Normal ketchup."},
-- Cutting Table
rawtomato = {name = "rawtomato", label = "Tomato", weight = 200, type = "item", image = "rawtomato.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Juicy tomato ready to be sliced!"},
slicedtomato = {name = "slicedtomato", label = "Sliced Tomato", weight = 100, type = "item", image = "slicedtomato.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Juicy tomato slices ready to be eaten!"},
rawsalad = {name = "rawsalad", label = "Salad", weight = 150, type = "item", image = "rawsalad.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Salad ready to be sliced!"},
slicedsalad = {name = "slicedsalad", label = "Sliced Salad", weight = 75, type = "item", image = "slicedsalad.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Salad slices ready to be eaten!"},
rawcucumber = {name = "rawcucumber", label = "Cucumber", weight = 200, type = "item", image = "rawcucumber.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cucumber ready to be cut!"},
slicedcucumber = {name = "slicedcucumber", label = "Sliced Cucumber", weight = 100, type = "item", image = "slicedcucumber.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced cucumber ready to be put on a burger and eaten!"},
rawonion = {name = "rawonion", label = "Onion", weight = 200, type = "item", image = "rawonion.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Onion ready to be cut!"},
slicedonion = {name = "slicedonion", label = "Sliced Onion", weight = 100, type = "item", image = "slicedonion.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced onion ready to be put on a burger and eaten!"},
rawchillipepper = {name = "rawchillipepper", label = "Chilli Pepper", weight = 50, type = "item", image = "rawchillipepper.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Chilli pepper ready to be cut!"},
slicedchillipepper = {name = "slicedchillipepper", label = "Sliced Chilli Pepper", weight = 25, type = "item", image = "slicedchillipepper.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced chilli pepper ready to be put on a burger and eaten!"},
rawcheese = {name = "rawcheese", label = "Cheese", weight = 200, type = "item", image = "rawcheese.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cheese ready to be cut!"},
slicedcheese = {name = "slicedcheese", label = "Sliced Cheese", weight = 100, type = "item", image = "slicedcheese.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced cheese ready to be put on a burger and eaten!"},
rawham = {name = "rawham", label = "Ham", weight = 500, type = "item", image = "rawham.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Ham ready to be cut!"},
slicedham = {name = "slicedham", label = "Sliced Ham", weight = 250, type = "item", image = "slicedham.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced ham ready to be put on a burger and eaten!"},
rawbacon = {name = "rawbacon", label = "Bacon", weight = 300, type = "item", image = "rawbacon.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Bacon ready to be cut!"},
slicedbacon = {name = "slicedbacon", label = "Sliced Bacon", weight = 150, type = "item", image = "slicedbacon.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced bacon ready to be put on a sandwich or grilled and eaten!"},
rawsandwichbread = {name = "rawsandwichbread", label = "Sandwich Bread", weight = 400, type = "item", image = "rawsandwichbread.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sandwich Bread ready to be cut!"},
slicedsandwichbread = {name = "slicedsandwichbread", label = "Sliced Sandwich Bread", weight = 200, type = "item", image = "slicedsandwichbread.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced sandwich bread ready to be put on a burger and eaten!"},
rawburgerbun = {name = "rawburgerbun", label = "Burger Bun", weight = 250, type = "item", image = "rawburgerbun.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Burger bun ready to be cut in half!"},
slicedburgerbun = {name = "slicedburgerbun", label = "Sliced Burger Bun", weight = 125, type = "item", image = "slicedburgerbun.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced burger bun ready to be grilled!"},
-- Frier
frozenfries = {name = "frozenfries", label = "Frozen Fries", weight = 500, type = "item", image = "frozenfries.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Frozen fries ready to be fried!"},
friedfries = {name = "friedfries", label = "Fries", weight = 250, type = "item", image = "friedfries.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fries ready to be eaten!"},
friedonionring = {name = "friedonionring", label = "Onion Ring", weight = 150, type = "item", image = "friedonionring.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Onion ring ready to be eaten!"},
friedmozzarellastick = {name = "friedmozzarellastick", label = "Fried Mozzarella Stick", weight = 100, type = "item", image = "friedmozzarellastick.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fried mozzarella stick ready to be eaten!"},
rawchickenstrip = {name = "rawchickenstrip", label = "Raw Chicken", weight = 300, type = "item", image = "rawchickenstrip.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Raw chicken ready to be fried!"},
friedchickenstrip = {name = "friedchickenstrip", label = "Fried Chicken", weight = 150, type = "item", image = "friedchickenstrip.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fried chicken ready to be put into a burger and eaten!"},
rawfishstrip = {name = "rawfishstrip", label = "Raw Fish", weight = 300, type = "item", image = "rawfishstrip.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Raw fish ready to be fried!"},
friedfishstrip = {name = "friedfishstrip", label = "Fried Fish", weight = 150, type = "item", image = "friedfishstrip.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fried fish ready to be put into a burger and eaten!"},
-- Grill
frozenburgermeat = {name = "frozenburgermeat", label = "Frozen Burger Meat", weight = 400, type = "item", image = "frozenburgermeat.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Frozen burger meat ready to be grilled!"},
grilledburgermeat = {name = "grilledburgermeat", label = "Grilled Burger Meat", weight = 200, type = "item", image = "grilledburgermeat.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Burger meat ready to be put into a burger and eaten!"},
grilledbacon = {name = "grilledbacon", label = "Grilled Bacon", weight = 150, type = "item", image = "grilledbacon.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Burger bacon ready to be put into a burger and eaten!"},
rawsteak = {name = "rawsteak", label = "Raw Steak", weight = 500, type = "item", image = "rawsteak.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Raw steak ready to be grilled!"},
grilledsteak = {name = "grilledsteak", label = "Grilled Steak", weight = 250, type = "item", image = "grilledsteak.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Grilled steak ready to be put into a burger and eaten!"},
rawegg = {name = "rawegg", label = "Raw Egg", weight = 50, type = "item", image = "rawegg.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Egg ready to be grilled!"},
friedegg = {name = "friedegg", label = "Fried Egg", weight = 30, type = "item", image = "friedegg.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fried egg ready to be put into a burger and eaten!"},
grilledburgerbun = {name = "grilledburgerbun", label = "Grilled Burger Bun", weight = 250, type = "item", image = "grilledburgerbun.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Grilled burger bun ready to be filled!"},
-- Drinks
burgershotcola = {name = "burgershotcola", label = "eCola", weight = 350, type = "item", image = "burgershotcola.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "eCola from burgershot."},
burgershotcolalight = {name = "burgershotcolalight", label = "eCola Light", weight = 350, type = "item", image = "burgershotcolalight.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "eCola light from burgershot."},
burgershotsprunk = {name = "burgershotsprunk", label = "Sprunk", weight = 350, type = "item", image = "burgershotsprunk.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sprunk from burgershot."},
burgershotorang_o_tang = {name = "burgershotorang_o_tang", label = "Orang O Tang", weight = 350, type = "item", image = "burgershotorang_o_tang.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Orang o tang from burgershot."},
burgershotcolaslushie = {name = "burgershotcolaslushie", label = "eCola Slushie", weight = 400, type = "item", image = "burgershotcolaslushie.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Slushie from your favorite eCola."},
burgershotcolalightslushie = {name = "burgershotcolalightslushie", label = "eCola Light Slushie", weight = 400, type = "item", image = "burgershotcolalightslushie.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Slushie from your favorite eCola light."},
burgershotsprunkslushie = {name = "burgershotsprunkslushie", label = "Sprunk Slushie", weight = 400, type = "item", image = "burgershotsprunkslushie.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Slushie from your favorite sprunk drink."},
burgershotorang_o_tangslushie = {name = "burgershotorang_o_tangslushie", label = "Orang O Tang Slushie", weight = 400, type = "item", image = "burgershotorang_o_tangslushie.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Slushie from your favorite orang o tang drink."},
-- Burgers
classicburger = {name = "classicburger", label = "GrillMaster Classic Burger", weight = 500, type = "item", image = "classicburger.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Classic burger with your favorite flavors!"},
classicburgerspicy = {name = "classicburgerspicy", label = "GrillMaster Spicy Classic Burger", weight = 500, type = "item", image = "classicburgerspicy.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Spicy classic burger with your favorite flavors!"},
chickenburger = {name = "chickenburger", label = "Loaded Chicken Avenger", weight = 500, type = "item", image = "chickenburger.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Chicken burger with your beloved crispy chicken!"},
chickenburgerspicy = {name = "chickenburgerspicy", label = "Loaded Spicy Chicken Avenger", weight = 500, type = "item", image = "chickenburgerspicy.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Spicy chicken burger with your beloved crispy chicken!"},
fishburger = {name = "fishburger", label = "Ocean Catch Burger", weight = 500, type = "item", image = "fishburger.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fish burger with your beloved freshly caught and fried fish!"},
obeseburger = {name = "obeseburger", label = "The Cardiac Crusher", weight = 700, type = "item", image = "obeseburger.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A towering behemoth of beef, bacon, cheese, and toppings that will feed you or kill you!"},
steakburger = {name = "steakburger", label = "The Cardiac Crusher", weight = 700, type = "item", image = "steakburger.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "For when you want your steak experience to be sandwiched between two buns, because who needs a plate, right?"},
reverseburger = {name = "reverseburger", label = "Reverse Burger", weight = 450, type = "item", image = "reverseburger.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Flip tradition on its head and try this amazing reverse burger where salad replaced buns!"},
burgershotsandwich = {name = "burgershotsandwich", label = "Sunrise Ham Melt", weight = 400, type = "item", image = "burgershotsandwich.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Spicy chicken burger with your beloved crispy chicken!"},
-- Other Items
cleansponge = {name = "cleansponge", label = "Clean Sponge", weight = 50, type = "item", image = "cleansponge.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Clean sponge which is ready for some cleaning!"},
dirtysponge = {name = "dirtysponge", label = "Dirty Sponge", weight = 50, type = "item", image = "dirtysponge.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Dirty sponge which needs to be cleaned!"},
cleancup = {name = "cleancup", label = "Clean Cup", weight = 50, type = "item", image = "cleancup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Clean cup ready to be filled to the brim!"},
dirtycup = {name = "dirtycup", label = "Dirty Cup", weight = 50, type = "item", image = "dirtycup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Dirty cup which needs to be cleaned!"},
burgershotfoodtray = {name = "burgershotfoodtray", label = "Food Tray", weight = 200, type = "item", image = "burgershotfoodtray.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Food tray from burgershot."},
burgershotfoodtrayempty = {name = "burgershotfoodtrayempty", label = "Empty Food Tray", weight = 100, type = "item", image = "burgershotfoodtrayempty.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Empty food tray from burgershot."},qs
Add the following into:
qs-inventory\shared\items.lua
-- Other
['salt'] = {['name'] = 'salt', ['label'] = 'Salt', ['weight'] = 200, ['type'] = 'item', ['image'] = 'salt.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Cooking salt!'},
['burgershotdrinkcup'] = {['name'] = 'burgershotdrinkcup', ['label'] = 'Empty Drinking Cup', ['weight'] = 50, ['type'] = 'item', ['image'] = 'burgershotdrinkcup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Burgershot empty drinking cup.'},
['ice'] = {['name'] = 'ice', ['label'] = 'Ice', ['weight'] = 500, ['type'] = 'item', ['image'] = 'ice.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ice ready to cool your drink!'},
['butter'] = {['name'] = 'butter', ['label'] = 'Butter', ['weight'] = 250, ['type'] = 'item', ['image'] = 'butter.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Butter for cooking.'},
['colasyrup'] = {['name'] = 'colasyrup', ['label'] = 'eCola Syrup', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'colasyrup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Syrup from which you can make delicious cola drink!'},
['colalightsyrup'] = {['name'] = 'colalightsyrup', ['label'] = 'eCola Light Syrup', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'colalightsyrup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Syrup from which you can make delicious light cola drink!'},
['sprunksyrup'] = {['name'] = 'sprunksyrup', ['label'] = 'Sprunk Syrup', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'sprunksyrup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Syrup from which you can make delicious sprunk drink!'},
['orang_o_tangsyrup'] = {['name'] = 'orang_o_tangsyrup', ['label'] = 'Orang O Tang Syrup', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'orang_o_tangsyrup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Syrup from which you can make delicious orang o tang drink!'},
['ketchup'] = {['name'] = 'ketchup', ['label'] = 'Ketchup', ['weight'] = 500, ['type'] = 'item', ['image'] = 'ketchup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Normal ketchup.'},
-- Cutting Table
['rawtomato'] = {['name'] = 'rawtomato', ['label'] = 'Tomato', ['weight'] = 200, ['type'] = 'item', ['image'] = 'rawtomato.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Juicy tomato ready to be sliced!'},
['slicedtomato'] = {['name'] = 'slicedtomato', ['label'] = 'Sliced Tomato', ['weight'] = 100, ['type'] = 'item', ['image'] = 'slicedtomato.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Juicy tomato slices ready to be eaten!'},
['rawsalad'] = {['name'] = 'rawsalad', ['label'] = 'Salad', ['weight'] = 150, ['type'] = 'item', ['image'] = 'rawsalad.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Salad ready to be sliced!'},
['slicedsalad'] = {['name'] = 'slicedsalad', ['label'] = 'Sliced Salad', ['weight'] = 75, ['type'] = 'item', ['image'] = 'slicedsalad.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Salad slices ready to be eaten!'},
['rawcucumber'] = {['name'] = 'rawcucumber', ['label'] = 'Cucumber', ['weight'] = 200, ['type'] = 'item', ['image'] = 'rawcucumber.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Cucumber ready to be cut!'},
['slicedcucumber'] = {['name'] = 'slicedcucumber', ['label'] = 'Sliced Cucumber', ['weight'] = 100, ['type'] = 'item', ['image'] = 'slicedcucumber.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sliced cucumber ready to be put on a burger and eaten!'},
['rawonion'] = {['name'] = 'rawonion', ['label'] = 'Onion', ['weight'] = 200, ['type'] = 'item', ['image'] = 'rawonion.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Onion ready to be cut!'},
['slicedonion'] = {['name'] = 'slicedonion', ['label'] = 'Sliced Onion', ['weight'] = 100, ['type'] = 'item', ['image'] = 'slicedonion.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sliced onion ready to be put on a burger and eaten!'},
['rawchillipepper'] = {['name'] = 'rawchillipepper', ['label'] = 'Chilli Pepper', ['weight'] = 50, ['type'] = 'item', ['image'] = 'rawchillipepper.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Chilli pepper ready to be cut!'},
['slicedchillipepper'] = {['name'] = 'slicedchillipepper', ['label'] = 'Sliced Chilli Pepper', ['weight'] = 25, ['type'] = 'item', ['image'] = 'slicedchillipepper.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sliced chilli pepper ready to be put on a burger and eaten!'},
['rawcheese'] = {['name'] = 'rawcheese', ['label'] = 'Cheese', ['weight'] = 200, ['type'] = 'item', ['image'] = 'rawcheese.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Cheese ready to be cut!'},
['slicedcheese'] = {['name'] = 'slicedcheese', ['label'] = 'Sliced Cheese', ['weight'] = 100, ['type'] = 'item', ['image'] = 'slicedcheese.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sliced cheese ready to be put on a burger and eaten!'},
['rawham'] = {['name'] = 'rawham', ['label'] = 'Ham', ['weight'] = 500, ['type'] = 'item', ['image'] = 'rawham.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ham ready to be cut!'},
['slicedham'] = {['name'] = 'slicedham', ['label'] = 'Sliced Ham', ['weight'] = 250, ['type'] = 'item', ['image'] = 'slicedham.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sliced ham ready to be put on a burger and eaten!'},
['rawbacon'] = {['name'] = 'rawbacon', ['label'] = 'Bacon', ['weight'] = 300, ['type'] = 'item', ['image'] = 'rawbacon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bacon ready to be cut!'},
['slicedbacon'] = {['name'] = 'slicedbacon', ['label'] = 'Sliced Bacon', ['weight'] = 150, ['type'] = 'item', ['image'] = 'slicedbacon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sliced bacon ready to be put on a sandwich or grilled and eaten!'},
['rawsandwichbread'] = {['name'] = 'rawsandwichbread', ['label'] = 'Sandwich Bread', ['weight'] = 400, ['type'] = 'item', ['image'] = 'rawsandwichbread.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sandwich Bread ready to be cut!'},
['slicedsandwichbread'] = {['name'] = 'slicedsandwichbread', ['label'] = 'Sliced Sandwich Bread', ['weight'] = 200, ['type'] = 'item', ['image'] = 'slicedsandwichbread.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sliced sandwich bread ready to be put on a burger and eaten!'},
['rawburgerbun'] = {['name'] = 'rawburgerbun', ['label'] = 'Burger Bun', ['weight'] = 250, ['type'] = 'item', ['image'] = 'rawburgerbun.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Burger bun ready to be cut in half!'},
['slicedburgerbun'] = {['name'] = 'slicedburgerbun', ['label'] = 'Sliced Burger Bun', ['weight'] = 125, ['type'] = 'item', ['image'] = 'slicedburgerbun.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sliced burger bun ready to be grilled!'},
-- Frier
['frozenfries'] = {['name'] = 'frozenfries', ['label'] = 'Frozen Fries', ['weight'] = 500, ['type'] = 'item', ['image'] = 'frozenfries.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Frozen fries ready to be fried!'},
['friedfries'] = {['name'] = 'friedfries', ['label'] = 'Fries', ['weight'] = 250, ['type'] = 'item', ['image'] = 'friedfries.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fries ready to be eaten!'},
['friedonionring'] = {['name'] = 'friedonionring', ['label'] = 'Onion Ring', ['weight'] = 150, ['type'] = 'item', ['image'] = 'friedonionring.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Onion ring ready to be eaten!'},
['friedmozzarellastick'] = {['name'] = 'friedmozzarellastick', ['label'] = 'Fried Mozzarella Stick', ['weight'] = 100, ['type'] = 'item', ['image'] = 'friedmozzarellastick.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fried mozzarella stick ready to be eaten!'},
['rawchickenstrip'] = {['name'] = 'rawchickenstrip', ['label'] = 'Raw Chicken', ['weight'] = 300, ['type'] = 'item', ['image'] = 'rawchickenstrip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Raw chicken ready to be fried!'},
['friedchickenstrip'] = {['name'] = 'friedchickenstrip', ['label'] = 'Fried Chicken', ['weight'] = 150, ['type'] = 'item', ['image'] = 'friedchickenstrip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fried chicken ready to be put into a burger and eaten!'},
['rawfishstrip'] = {['name'] = 'rawfishstrip', ['label'] = 'Raw Fish', ['weight'] = 300, ['type'] = 'item', ['image'] = 'rawfishstrip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Raw fish ready to be fried!'},
['friedfishstrip'] = {['name'] = 'friedfishstrip', ['label'] = 'Fried Fish', ['weight'] = 150, ['type'] = 'item', ['image'] = 'friedfishstrip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fried fish ready to be put into a burger and eaten!'},
-- Grill
['frozenburgermeat'] = {['name'] = 'frozenburgermeat', ['label'] = 'Frozen Burger Meat', ['weight'] = 400, ['type'] = 'item', ['image'] = 'frozenburgermeat.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Frozen burger meat ready to be grilled!'},
['grilledburgermeat'] = {['name'] = 'grilledburgermeat', ['label'] = 'Grilled Burger Meat', ['weight'] = 200, ['type'] = 'item', ['image'] = 'grilledburgermeat.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Burger meat ready to be put into a burger and eaten!'},
['grilledbacon'] = {['name'] = 'grilledbacon', ['label'] = 'Grilled Bacon', ['weight'] = 150, ['type'] = 'item', ['image'] = 'grilledbacon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Burger bacon ready to be put into a burger and eaten!'},
['rawsteak'] = {['name'] = 'rawsteak', ['label'] = 'Raw Steak', ['weight'] = 500, ['type'] = 'item', ['image'] = 'rawsteak.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Raw steak ready to be grilled!'},
['grilledsteak'] = {['name'] = 'grilledsteak', ['label'] = 'Grilled Steak', ['weight'] = 250, ['type'] = 'item', ['image'] = 'grilledsteak.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Grilled steak ready to be put into a burger and eaten!'},
['rawegg'] = {['name'] = 'rawegg', ['label'] = 'Raw Egg', ['weight'] = 50, ['type'] = 'item', ['image'] = 'rawegg.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Egg ready to be grilled!'},
['friedegg'] = {['name'] = 'friedegg', ['label'] = 'Fried Egg', ['weight'] = 30, ['type'] = 'item', ['image'] = 'friedegg.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fried egg ready to be put into a burger and eaten!'},
['grilledburgerbun'] = {['name'] = 'grilledburgerbun', ['label'] = 'Grilled Burger Bun', ['weight'] = 250, ['type'] = 'item', ['image'] = 'grilledburgerbun.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Grilled burger bun ready to be filled!'},
-- Drinks
['burgershotcola'] = {['name'] = 'burgershotcola', ['label'] = 'eCola', ['weight'] = 350, ['type'] = 'item', ['image'] = 'burgershotcola.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'eCola from burgershot.'},
['burgershotcolalight'] = {['name'] = 'burgershotcolalight', ['label'] = 'eCola Light', ['weight'] = 350, ['type'] = 'item', ['image'] = 'burgershotcolalight.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'eCola light from burgershot.'},
['burgershotsprunk'] = {['name'] = 'burgershotsprunk', ['label'] = 'Sprunk', ['weight'] = 350, ['type'] = 'item', ['image'] = 'burgershotsprunk.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sprunk from burgershot.'},
['burgershotorang_o_tang'] = {['name'] = 'burgershotorang_o_tang', ['label'] = 'Orang O Tang', ['weight'] = 350, ['type'] = 'item', ['image'] = 'burgershotorang_o_tang.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Orang o tang from burgershot.'},
['burgershotcolaslushie'] = {['name'] = 'burgershotcolaslushie', ['label'] = 'eCola Slushie', ['weight'] = 400, ['type'] = 'item', ['image'] = 'burgershotcolaslushie.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Slushie from your favorite eCola.'},
['burgershotcolalightslushie'] = {['name'] = 'burgershotcolalightslushie', ['label'] = 'eCola Light Slushie', ['weight'] = 400, ['type'] = 'item', ['image'] = 'burgershotcolalightslushie.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Slushie from your favorite eCola light.'},
['burgershotsprunkslushie'] = {['name'] = 'burgershotsprunkslushie', ['label'] = 'Sprunk Slushie', ['weight'] = 400, ['type'] = 'item', ['image'] = 'burgershotsprunkslushie.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Slushie from your favorite sprunk drink.'},
['burgershotorang_o_tangslushie'] = {['name'] = 'burgershotorang_o_tangslushie', ['label'] = 'Orang O Tang Slushie', ['weight'] = 400, ['type'] = 'item', ['image'] = 'burgershotorang_o_tangslushie.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Slushie from your favorite orang o tang drink.'},
-- Burgers
['classicburger'] = {['name'] = 'classicburger', ['label'] = 'GrillMaster Classic Burger', ['weight'] = 500, ['type'] = 'item', ['image'] = 'classicburger.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Classic burger with your favorite flavors!'},
['classicburgerspicy'] = {['name'] = 'classicburgerspicy', ['label'] = 'GrillMaster Spicy Classic Burger', ['weight'] = 500, ['type'] = 'item', ['image'] = 'classicburgerspicy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Spicy classic burger with your favorite flavors!'},
['chickenburger'] = {['name'] = 'chickenburger', ['label'] = 'Loaded Chicken Avenger', ['weight'] = 500, ['type'] = 'item', ['image'] = 'chickenburger.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Chicken burger with your beloved crispy chicken!'},
['chickenburgerspicy'] = {['name'] = 'chickenburgerspicy', ['label'] = 'Loaded Spicy Chicken Avenger', ['weight'] = 500, ['type'] = 'item', ['image'] = 'chickenburgerspicy.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Spicy chicken burger with your beloved crispy chicken!'},
['fishburger'] = {['name'] = 'fishburger', ['label'] = 'Ocean Catch Burger', ['weight'] = 500, ['type'] = 'item', ['image'] = 'fishburger.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Fish burger with your beloved freshly caught and fried fish!'},
['obeseburger'] = {['name'] = 'obeseburger', ['label'] = 'The Cardiac Crusher', ['weight'] = 700, ['type'] = 'item', ['image'] = 'obeseburger.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A towering behemoth of beef, bacon, cheese, and toppings that will feed you or kill you!'},
['steakburger'] = {['name'] = 'steakburger', ['label'] = 'The Cardiac Crusher', ['weight'] = 700, ['type'] = 'item', ['image'] = 'steakburger.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'For when you want your steak experience to be sandwiched between two buns, because who needs a plate, right?'},
['reverseburger'] = {['name'] = 'reverseburger', ['label'] = 'Reverse Burger', ['weight'] = 450, ['type'] = 'item', ['image'] = 'reverseburger.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Flip tradition on its head and try this amazing reverse burger where salad replaced buns!'},
['burgershotsandwich'] = {['name'] = 'burgershotsandwich', ['label'] = 'Sunrise Ham Melt', ['weight'] = 400, ['type'] = 'item', ['image'] = 'burgershotsandwich.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Spicy chicken burger with your beloved crispy chicken!'},
-- Other Items
['cleansponge'] = {['name'] = 'cleansponge', ['label'] = 'Clean Sponge', ['weight'] = 50, ['type'] = 'item', ['image'] = 'cleansponge.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Clean sponge which is ready for some cleaning!'},
['dirtysponge'] = {['name'] = 'dirtysponge', ['label'] = 'Dirty Sponge', ['weight'] = 50, ['type'] = 'item', ['image'] = 'dirtysponge.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Dirty sponge which needs to be cleaned!'},
['cleancup'] = {['name'] = 'cleancup', ['label'] = 'Clean Cup', ['weight'] = 50, ['type'] = 'item', ['image'] = 'cleancup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Clean cup ready to be filled to the brim!'},
['dirtycup'] = {['name'] = 'dirtycup', ['label'] = 'Dirty Cup', ['weight'] = 50, ['type'] = 'item', ['image'] = 'dirtycup.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Dirty cup which needs to be cleaned!'},
['burgershotfoodtray'] = {['name'] = 'burgershotfoodtray', ['label'] = 'Food Tray', ['weight'] = 200, ['type'] = 'item', ['image'] = 'burgershotfoodtray.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food tray from burgershot.'},
['burgershotfoodtrayempty'] = {['name'] = 'burgershotfoodtrayempty', ['label'] = 'Empty Food Tray', ['weight'] = 100, ['type'] = 'item', ['image'] = 'burgershotfoodtrayempty.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Empty food tray from burgershot.'},ps
Add the following into:
qb-core\shared\items.lua
-- Other
salt = {name = "salt", label = "Salt", weight = 200, type = "item", image = "salt.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cooking salt!"},
burgershotdrinkcup = {name = "burgershotdrinkcup", label = "Empty Drinking Cup", weight = 50, type = "item", image = "burgershotdrinkcup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Burgershot empty drinking cup."},
ice = {name = "ice", label = "Ice", weight = 500, type = "item", image = "ice.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Ice ready to cool your drink!"},
butter = {name = "butter", label = "Butter", weight = 250, type = "item", image = "butter.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Butter for cooking."},
colasyrup = {name = "colasyrup", label = "eCola Syrup", weight = 1000, type = "item", image = "colasyrup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Syrup from which you can make delicious cola drink!"},
colalightsyrup = {name = "colalightsyrup", label = "eCola Light Syrup", weight = 1000, type = "item", image = "colalightsyrup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Syrup from which you can make delicious light cola drink!"},
sprunksyrup = {name = "sprunksyrup", label = "Sprunk Syrup", weight = 1000, type = "item", image = "sprunksyrup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Syrup from which you can make delicious sprunk drink!"},
orang_o_tangsyrup = {name = "orang_o_tangsyrup", label = "Orang O Tang Syrup", weight = 1000, type = "item", image = "orang_o_tangsyrup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Syrup from which you can make delicious orang o tang drink!"},
ketchup = {name = "ketchup", label = "Ketchup", weight = 500, type = "item", image = "ketchup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Normal ketchup."},
-- Cutting Table
rawtomato = {name = "rawtomato", label = "Tomato", weight = 200, type = "item", image = "rawtomato.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Juicy tomato ready to be sliced!"},
slicedtomato = {name = "slicedtomato", label = "Sliced Tomato", weight = 100, type = "item", image = "slicedtomato.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Juicy tomato slices ready to be eaten!"},
rawsalad = {name = "rawsalad", label = "Salad", weight = 150, type = "item", image = "rawsalad.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Salad ready to be sliced!"},
slicedsalad = {name = "slicedsalad", label = "Sliced Salad", weight = 75, type = "item", image = "slicedsalad.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Salad slices ready to be eaten!"},
rawcucumber = {name = "rawcucumber", label = "Cucumber", weight = 200, type = "item", image = "rawcucumber.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cucumber ready to be cut!"},
slicedcucumber = {name = "slicedcucumber", label = "Sliced Cucumber", weight = 100, type = "item", image = "slicedcucumber.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced cucumber ready to be put on a burger and eaten!"},
rawonion = {name = "rawonion", label = "Onion", weight = 200, type = "item", image = "rawonion.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Onion ready to be cut!"},
slicedonion = {name = "slicedonion", label = "Sliced Onion", weight = 100, type = "item", image = "slicedonion.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced onion ready to be put on a burger and eaten!"},
rawchillipepper = {name = "rawchillipepper", label = "Chilli Pepper", weight = 50, type = "item", image = "rawchillipepper.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Chilli pepper ready to be cut!"},
slicedchillipepper = {name = "slicedchillipepper", label = "Sliced Chilli Pepper", weight = 25, type = "item", image = "slicedchillipepper.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced chilli pepper ready to be put on a burger and eaten!"},
rawcheese = {name = "rawcheese", label = "Cheese", weight = 200, type = "item", image = "rawcheese.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cheese ready to be cut!"},
slicedcheese = {name = "slicedcheese", label = "Sliced Cheese", weight = 100, type = "item", image = "slicedcheese.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced cheese ready to be put on a burger and eaten!"},
rawham = {name = "rawham", label = "Ham", weight = 500, type = "item", image = "rawham.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Ham ready to be cut!"},
slicedham = {name = "slicedham", label = "Sliced Ham", weight = 250, type = "item", image = "slicedham.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced ham ready to be put on a burger and eaten!"},
rawbacon = {name = "rawbacon", label = "Bacon", weight = 300, type = "item", image = "rawbacon.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Bacon ready to be cut!"},
slicedbacon = {name = "slicedbacon", label = "Sliced Bacon", weight = 150, type = "item", image = "slicedbacon.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced bacon ready to be put on a sandwich or grilled and eaten!"},
rawsandwichbread = {name = "rawsandwichbread", label = "Sandwich Bread", weight = 400, type = "item", image = "rawsandwichbread.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sandwich Bread ready to be cut!"},
slicedsandwichbread = {name = "slicedsandwichbread", label = "Sliced Sandwich Bread", weight = 200, type = "item", image = "slicedsandwichbread.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced sandwich bread ready to be put on a burger and eaten!"},
rawburgerbun = {name = "rawburgerbun", label = "Burger Bun", weight = 250, type = "item", image = "rawburgerbun.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Burger bun ready to be cut in half!"},
slicedburgerbun = {name = "slicedburgerbun", label = "Sliced Burger Bun", weight = 125, type = "item", image = "slicedburgerbun.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sliced burger bun ready to be grilled!"},
-- Frier
frozenfries = {name = "frozenfries", label = "Frozen Fries", weight = 500, type = "item", image = "frozenfries.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Frozen fries ready to be fried!"},
friedfries = {name = "friedfries", label = "Fries", weight = 250, type = "item", image = "friedfries.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fries ready to be eaten!"},
friedonionring = {name = "friedonionring", label = "Onion Ring", weight = 150, type = "item", image = "friedonionring.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Onion ring ready to be eaten!"},
friedmozzarellastick = {name = "friedmozzarellastick", label = "Fried Mozzarella Stick", weight = 100, type = "item", image = "friedmozzarellastick.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fried mozzarella stick ready to be eaten!"},
rawchickenstrip = {name = "rawchickenstrip", label = "Raw Chicken", weight = 300, type = "item", image = "rawchickenstrip.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Raw chicken ready to be fried!"},
friedchickenstrip = {name = "friedchickenstrip", label = "Fried Chicken", weight = 150, type = "item", image = "friedchickenstrip.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fried chicken ready to be put into a burger and eaten!"},
rawfishstrip = {name = "rawfishstrip", label = "Raw Fish", weight = 300, type = "item", image = "rawfishstrip.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Raw fish ready to be fried!"},
friedfishstrip = {name = "friedfishstrip", label = "Fried Fish", weight = 150, type = "item", image = "friedfishstrip.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fried fish ready to be put into a burger and eaten!"},
-- Grill
frozenburgermeat = {name = "frozenburgermeat", label = "Frozen Burger Meat", weight = 400, type = "item", image = "frozenburgermeat.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Frozen burger meat ready to be grilled!"},
grilledburgermeat = {name = "grilledburgermeat", label = "Grilled Burger Meat", weight = 200, type = "item", image = "grilledburgermeat.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Burger meat ready to be put into a burger and eaten!"},
grilledbacon = {name = "grilledbacon", label = "Grilled Bacon", weight = 150, type = "item", image = "grilledbacon.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Burger bacon ready to be put into a burger and eaten!"},
rawsteak = {name = "rawsteak", label = "Raw Steak", weight = 500, type = "item", image = "rawsteak.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Raw steak ready to be grilled!"},
grilledsteak = {name = "grilledsteak", label = "Grilled Steak", weight = 250, type = "item", image = "grilledsteak.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Grilled steak ready to be put into a burger and eaten!"},
rawegg = {name = "rawegg", label = "Raw Egg", weight = 50, type = "item", image = "rawegg.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Egg ready to be grilled!"},
friedegg = {name = "friedegg", label = "Fried Egg", weight = 30, type = "item", image = "friedegg.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fried egg ready to be put into a burger and eaten!"},
grilledburgerbun = {name = "grilledburgerbun", label = "Grilled Burger Bun", weight = 250, type = "item", image = "grilledburgerbun.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Grilled burger bun ready to be filled!"},
-- Drinks
burgershotcola = {name = "burgershotcola", label = "eCola", weight = 350, type = "item", image = "burgershotcola.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "eCola from burgershot."},
burgershotcolalight = {name = "burgershotcolalight", label = "eCola Light", weight = 350, type = "item", image = "burgershotcolalight.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "eCola light from burgershot."},
burgershotsprunk = {name = "burgershotsprunk", label = "Sprunk", weight = 350, type = "item", image = "burgershotsprunk.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Sprunk from burgershot."},
burgershotorang_o_tang = {name = "burgershotorang_o_tang", label = "Orang O Tang", weight = 350, type = "item", image = "burgershotorang_o_tang.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Orang o tang from burgershot."},
burgershotcolaslushie = {name = "burgershotcolaslushie", label = "eCola Slushie", weight = 400, type = "item", image = "burgershotcolaslushie.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Slushie from your favorite eCola."},
burgershotcolalightslushie = {name = "burgershotcolalightslushie", label = "eCola Light Slushie", weight = 400, type = "item", image = "burgershotcolalightslushie.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Slushie from your favorite eCola light."},
burgershotsprunkslushie = {name = "burgershotsprunkslushie", label = "Sprunk Slushie", weight = 400, type = "item", image = "burgershotsprunkslushie.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Slushie from your favorite sprunk drink."},
burgershotorang_o_tangslushie = {name = "burgershotorang_o_tangslushie", label = "Orang O Tang Slushie", weight = 400, type = "item", image = "burgershotorang_o_tangslushie.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Slushie from your favorite orang o tang drink."},
-- Burgers
classicburger = {name = "classicburger", label = "GrillMaster Classic Burger", weight = 500, type = "item", image = "classicburger.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Classic burger with your favorite flavors!"},
classicburgerspicy = {name = "classicburgerspicy", label = "GrillMaster Spicy Classic Burger", weight = 500, type = "item", image = "classicburgerspicy.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Spicy classic burger with your favorite flavors!"},
chickenburger = {name = "chickenburger", label = "Loaded Chicken Avenger", weight = 500, type = "item", image = "chickenburger.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Chicken burger with your beloved crispy chicken!"},
chickenburgerspicy = {name = "chickenburgerspicy", label = "Loaded Spicy Chicken Avenger", weight = 500, type = "item", image = "chickenburgerspicy.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Spicy chicken burger with your beloved crispy chicken!"},
fishburger = {name = "fishburger", label = "Ocean Catch Burger", weight = 500, type = "item", image = "fishburger.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Fish burger with your beloved freshly caught and fried fish!"},
obeseburger = {name = "obeseburger", label = "The Cardiac Crusher", weight = 700, type = "item", image = "obeseburger.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A towering behemoth of beef, bacon, cheese, and toppings that will feed you or kill you!"},
steakburger = {name = "steakburger", label = "The Cardiac Crusher", weight = 700, type = "item", image = "steakburger.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "For when you want your steak experience to be sandwiched between two buns, because who needs a plate, right?"},
reverseburger = {name = "reverseburger", label = "Reverse Burger", weight = 450, type = "item", image = "reverseburger.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Flip tradition on its head and try this amazing reverse burger where salad replaced buns!"},
burgershotsandwich = {name = "burgershotsandwich", label = "Sunrise Ham Melt", weight = 400, type = "item", image = "burgershotsandwich.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Spicy chicken burger with your beloved crispy chicken!"},
-- Other Items
cleansponge = {name = "cleansponge", label = "Clean Sponge", weight = 50, type = "item", image = "cleansponge.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Clean sponge which is ready for some cleaning!"},
dirtysponge = {name = "dirtysponge", label = "Dirty Sponge", weight = 50, type = "item", image = "dirtysponge.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Dirty sponge which needs to be cleaned!"},
cleancup = {name = "cleancup", label = "Clean Cup", weight = 50, type = "item", image = "cleancup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Clean cup ready to be filled to the brim!"},
dirtycup = {name = "dirtycup", label = "Dirty Cup", weight = 50, type = "item", image = "dirtycup.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Dirty cup which needs to be cleaned!"},
burgershotfoodtray = {name = "burgershotfoodtray", label = "Food Tray", weight = 200, type = "item", image = "burgershotfoodtray.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Food tray from burgershot."},
burgershotfoodtrayempty = {name = "burgershotfoodtrayempty", label = "Empty Food Tray", weight = 100, type = "item", image = "burgershotfoodtrayempty.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Empty food tray from burgershot."},Create burgershot society/job:
qb
Add the following into:
qb-core\shared\jobs.lua
If you are using qb-management add the following into your database:
Configure everything to your liking in Config.lua.
Add the following into your database:
Restart your inventory script and start fivecode_burgershotjob, or restart your server.
Enjoy the script!
[Optional] If you want to have item image in your inventory, place the image below here:
fivecode_burgershotjob\Installation #9 - Images-ox_inventory\web\images-qb-inventory\html\images-qs-inventory\html\images-ps-inventory\html\images-codem-inventory\html\itemimages-core_inventory\html\img-origen_inventory\html\images-tgiann-inventory\inventory_images\images-esx_inventory\html\img\items
If you need help with anything else, do not hesitate and open a support ticket in our discord.
Last updated
Was this helpful?