Install Instructions


Follow the steps below to install this resource to your server.

1

Install dependencies

Install (or update) all dependencies below:

  1. apex_lib (Included with the purchases - Please check your keymaster)

2

Add items

Open the [install] folder and add the items & their images to your inventory

Are you on esx - Remember to add the .sql to your database.

-- [FOOD INGREDIENTS] --
['bacon']         = {['name'] = 'bacon',         ['label'] = 'Bacon',             ['weight'] = 10, ['type'] = 'item', ['image'] = 'bacon.png',         ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['beef']          = {['name'] = 'beef',          ['label'] = 'Beef',              ['weight'] = 10, ['type'] = 'item', ['image'] = 'beef.png',          ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['beefraw']       = {['name'] = 'beefraw',       ['label'] = 'Raw Beef',          ['weight'] = 10, ['type'] = 'item', ['image'] = 'beefraw.png',       ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['bun']           = {['name'] = 'bun',           ['label'] = 'Buns',              ['weight'] = 10, ['type'] = 'item', ['image'] = 'bun.png',           ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['cheese']        = {['name'] = 'cheese',        ['label'] = 'Cheese Slices',     ['weight'] = 10, ['type'] = 'item', ['image'] = 'cheese.png',        ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['lettuce']       = {['name'] = 'lettuce',       ['label'] = 'Lettuce',           ['weight'] = 10, ['type'] = 'item', ['image'] = 'lettuce.png',       ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['onion']         = {['name'] = 'onion',         ['label'] = 'Onion',             ['weight'] = 10, ['type'] = 'item', ['image'] = 'onion.png',         ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['onionslice']    = {['name'] = 'onionslice',    ['label'] = 'Onion Slices',      ['weight'] = 10, ['type'] = 'item', ['image'] = 'onionslice.png',    ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['tomato']        = {['name'] = 'tomato',        ['label'] = 'Tomatos',           ['weight'] = 10, ['type'] = 'item', ['image'] = 'tomato.png',        ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['frozenfries']   = {['name'] = 'frozenfries',   ['label'] = 'Frozen Fries',      ['weight'] = 10, ['type'] = 'item', ['image'] = 'frozenfries.png',   ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['frozennuggets'] = {['name'] = 'frozennuggets', ['label'] = 'Frozen Nuggets',    ['weight'] = 10, ['type'] = 'item', ['image'] = 'frozennuggets.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['wingsraw']      = {['name'] = 'wingsraw',      ['label'] = 'Raw Chicken Wing',  ['weight'] = 10, ['type'] = 'item', ['image'] = 'wingsraw.png',      ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},
['chickenraw']    = {['name'] = 'chickenraw',    ['label'] = 'Raw Chicken Fillet',['weight'] = 10, ['type'] = 'item', ['image'] = 'chickenraw.png',    ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ingredients'},

-- [FOOD] --
['fries']         = {['name'] = 'fries',         ['label'] = 'French Fries',      ['weight'] = 10, ['type'] = 'item', ['image'] = 'fries.png',         ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
['nuggets']       = {['name'] = 'nuggets',       ['label'] = 'Chicken Nuggets',   ['weight'] = 10, ['type'] = 'item', ['image'] = 'nuggets.png',       ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
['onion_rings']   = {['name'] = 'onion_rings',   ['label'] = 'Onion Rings',       ['weight'] = 10, ['type'] = 'item', ['image'] = 'onion_rings.png',   ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
['bleeder']       = {['name'] = 'bleeder',       ['label'] = 'Bleeder',           ['weight'] = 10, ['type'] = 'item', ['image'] = 'bleeder.png',       ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
['moneyshot']     = {['name'] = 'moneyshot',     ['label'] = 'Money Shot',        ['weight'] = 10, ['type'] = 'item', ['image'] = 'moneyshot.png',     ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
['heartstopper']  = {['name'] = 'heartstopper',  ['label'] = 'Heart Stopper',     ['weight'] = 10, ['type'] = 'item', ['image'] = 'heartstopper.png',  ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
['torpedo']       = {['name'] = 'torpedo',       ['label'] = 'Torpedo',           ['weight'] = 10, ['type'] = 'item', ['image'] = 'torpedo.png',       ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},
['chickenbucket'] = {['name'] = 'chickenbucket', ['label'] = 'Chicken Bucket',    ['weight'] = 10, ['type'] = 'item', ['image'] = 'chickenbucket.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Food'},

-- [DRINKS] --
['icecream']      = {['name'] = 'icecream',      ['label'] = 'Ice Cream',         ['weight'] = 10, ['type'] = 'item', ['image'] = 'icecream.png',      ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Drink'},
['creamy']        = {['name'] = 'creamy',        ['label'] = 'Creamy',            ['weight'] = 10, ['type'] = 'item', ['image'] = 'creamy.png',        ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Drink'},
['milkshake']     = {['name'] = 'milkshake',     ['label'] = 'Milkshake',         ['weight'] = 10, ['type'] = 'item', ['image'] = 'milkshake.png',     ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Drink'},
['soda']          = {['name'] = 'soda',          ['label'] = 'Soda',              ['weight'] = 10, ['type'] = 'item', ['image'] = 'soda.png',          ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Drink'},
3

Add jobs

Open the [install] folder and add the jobs to your core resource

Are you on esx - Remember to add the .sql to your database.

-- [Install into: qb-core/shared/jobs.lua] --
cluckinbell = {
	label = 'Cluckin Bell',
	defaultDuty = true,
	offDutyPay = false,
	grades = {
		['0'] = { name = 'Helper', payment = 30 },
		['1'] = { name = 'Cook', payment = 40 },
		['2'] = { name = 'Bartender', payment = 50 },
		['3'] = { name = 'Manager', payment = 60 },
		['4'] = { name = 'Boss', isboss = true, payment = 70 },
	},
},
4

Restart server

  • Add this script into your main resources directory (usually ../resources)

  • Open server.cfg and add start or ensure apex_bite

  • Restart your server.

Last updated