Apex Studios
StoreDiscordGithubYoutube
  • Introduction
  • Premium Resources
    • 🍔Apex Burgershot
      • Install Instructions
      • Exports
      • Common Issues
      • Product Page
    • 🍏Apex Bite
      • Install Instructions
      • Exports
      • Common Issues
      • Product Page
    • ☕Apex Café Coretto
      • Install Instructions
      • Exports
      • Common Issues
      • Product Page
    • 🐱Apex Cat Cafe
      • Install Instructions
      • Exports
      • Common Issues
      • Product Page
    • 🔔Apex Cluckin' Bell
      • Install Instructions
      • Exports
      • Common Issues
      • Product Page
    • 💎Apex Emerald
      • Install Instructions
      • Exports
      • Common Issues
      • Product Page
    • 😈Apex Horny's Burger
      • Install Instructions
      • Exports
      • Common Issues
      • Product Page
    • 🐟Apex Koi Restaurant
      • Install Instructions
      • Exports
      • Common Issues
      • Product Page
    • 🍜Apex Noodle Exchange
      • Install Instructions
      • Exports
      • Common Issues
      • Product Page
    • 🐚Apex Pearls Seafood
      • Install Instructions
      • Exports
      • Common Issues
      • Product Page
    • 🍕Apex Pizza This
      • Install Instructions
      • Exports
      • Common Issues
      • Product Page
  • 🦕Apex Rex Diner
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • 🍩Apex Rusty Brown
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • 🍔Apex Snr Buns
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • ⚛️Apex Up 'N' Atom
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • 👠Apex Bahama Mamas
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • 🏖️Apex Beach Club
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • 🪵Apex Blackwood Saloon
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • ♣️Apex Club77
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • 🥥Apex Malibu Club
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • 🔲Apex Matrix
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • 🌠Apex Galaxy
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
    • 🌠Apex Haute
      • Install Instructions
      • Exports
      • Common Issues
      • Product Page
  • 🐦Apex Peckerwood
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • 🍺Apex Tequi-la-la
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • 🦄Apex Vanilla Unicorn
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • 🟡Apex Yellow Jack
    • Install Instructions
    • Exports
    • Common Issues
    • Product Page
  • Additional Guides
    • Page 1
  • Frequently Asked Question
    • FAQ
Powered by GitBook
On this page
  1. Premium Resources
  2. Apex Cluckin' Bell

Install Instructions

PreviousApex Cluckin' BellNextExports

Last updated 16 days ago


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

1

Install dependencies

Verify all dependencies below are started before this script in your server.cfg.

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'},
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('bacon', 'Bacon', 10, 0, 1),
('beef', 'Beef', 10, 0, 1),
('beefraw', 'Raw Beef', 10, 0, 1),
('bun', 'Buns', 10, 0, 1),
('cheese', 'Cheese Slices', 10, 0, 1),
('lettuce', 'Lettuce', 10, 0, 1),
('onion', 'onion', 10, 0, 1),
('onionslice', 'Onion Slices', 10, 0, 1),
('tomato', 'Tomatos', 10, 0, 1),
('frozenfries', 'Frozen Fries', 10, 0, 1),
('frozennuggets', 'Frozen Nuggets', 10, 0, 1),
('wingsraw', 'Raw Chicken Wing', 10, 0, 1),
('chickenraw', 'Raw Chicken Fillet', 10, 0, 1),
('fries', 'French Fries', 10, 0, 1),
('nuggets', 'Chicken Nuggets', 10, 0, 1),
('onion_rings', 'Onion Rings', 10, 0, 1),
('bleeder', 'Bleeder', 10, 0, 1),
('moneyshot', 'Money Shot', 10, 0, 1),
('heartstopper', 'Heart Stopper', 10, 0, 1),
('torpedo', 'Torpedo', 10, 0, 1),
('chickenbucket', 'Chicken Bucket', 10, 0, 1),
('icecream', 'Ice Cream', 10, 0, 1),
('creamy', 'Creamy', 10, 0, 1),
('milkshake', 'Milkshake', 10, 0, 1),
('soda', 'Soda', 10, 0, 1);

['bacon'] = {
    label = 'Bacon',
    weight = 10,
},
['beef'] = {
    label = 'Beef',
    weight = 10,
},
['beefraw'] = {
    label = 'Raw Beef',
    weight = 10,
},
['bun'] = {
    label = 'Buns',
    weight = 10,
},
['cheese'] = {
    label = 'Cheese Slices',
    weight = 10,
},
['lettuce'] = {
    label = 'Lettuce',
    weight = 10,
},
['onion'] = {
    label = 'Onion',
    weight = 10,
},
['onionslice'] = {
    label = 'Onion Slices',
    weight = 10,
},
['tomato'] = {
    label = 'Tomatos',
    weight = 10,
},
['frozenfries'] = {
    label = 'Frozen Fries',
    weight = 10,
},
['frozennuggets'] = {
    label = 'Frozen Nuggets',
    weight = 10,
},
​
--[FOOD]--
['fries'] = {
    label = 'French Fries',
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = 'eating',
        prop = 'burger',
        usetime = 2500,
        cancel = true,
        notification = 'You ate some delicious French Fries'
    }
},
['nuggets'] = {
    label = 'Chicken Nuggets',
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = 'eating',
        prop = 'burger',
        usetime = 2500,
        cancel = true,
        notification = 'You ate some delicious Chicken Nuggets'
    }
},
['onion_rings'] = {
    label = 'Onion Rings',
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = 'eating',
        prop = 'burger',
        usetime = 2500,
        cancel = true,
        notification = 'You ate some delicious Onion Rings'
    }
},
['bleeder'] = {
    label = 'Bleeder',
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = 'eating',
        prop = 'burger',
        usetime = 2500,
        cancel = true,
        notification = 'You ate a delicious Bleeder'
    }
},
['moneyshot'] = {
    label = 'Money Shot',
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = 'eating',
        prop = 'burger',
        usetime = 2500,
        cancel = true,
        notification = 'You ate a delicious Money Shot'
    }
},
['heartstopper'] = {
    label = 'Heart Stopper',
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = 'eating',
        prop = 'burger',
        usetime = 2500,
        cancel = true,
        notification = 'You ate a delicious Heart Stopper'
    }
},
['torpedo'] = {
    label = 'Torpedo',
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = 'eating',
        prop = 'burger',
        usetime = 2500,
        cancel = true,
        notification = 'You ate a delicious Torpedo'
    }
},
['chickenbucket'] = {
    label = 'Chicken Bucket',
    weight = 220,
    client = {
        status = { hunger = 200000 },
        anim = 'eating',
        prop = 'burger',
        usetime = 2500,
        cancel = true,
        notification = 'You ate a delicious Chicken Bucket'
    }
},
--[DRINKS]--
['icecream'] = {
    label = 'Icecream',
    weight = 500,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ld_flow_bottle`, pos = vec3(0.03, 0.03, 0.02), rot = vec3(0.0, 0.0, -1.5) },
        usetime = 2500,
        cancel = true,
        notification = 'You consumed some icecream'
    }
},
['creamy'] = {
    label = 'Creamy',
    weight = 500,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ld_flow_bottle`, pos = vec3(0.03, 0.03, 0.02), rot = vec3(0.0, 0.0, -1.5) },
        usetime = 2500,
        cancel = true,
        notification = 'You consumed some creamy'
    }
},
['milkshake'] = {
    label = 'Milkshake',
    weight = 500,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ld_flow_bottle`, pos = vec3(0.03, 0.03, 0.02), rot = vec3(0.0, 0.0, -1.5) },
        usetime = 2500,
        cancel = true,
        notification = 'You drank some cold milkshake'
    }
},
['soda'] = {
    label = 'Soda',
    weight = 500,
    client = {
        status = { thirst = 200000 },
        anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
        prop = { model = `prop_ld_flow_bottle`, pos = vec3(0.03, 0.03, 0.02), rot = vec3(0.0, 0.0, -1.5) },
        usetime = 2500,
        cancel = true,
        notification = 'You drank some refreshing soda'
    }
},
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 },
	},
},
-- [Install into: qbx_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,
                bankAuth = true,
                payment = 70
            },
        },
    },
INSERT INTO `jobs` (name, label) VALUES
('cluckinbell', 'Cluckin Bell');

INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
('cluckinbell', 0, 'helper', 'Helper', 30, '{}', '{}'),
('cluckinbell', 1, 'bartender', 'bartender', 40, '{}', '{}'),
('cluckinbell', 2, 'cook', 'Cook', 50, '{}', '{}'),
('cluckinbell', 3, 'manager', 'Manager', 60, '{}', '{}'),
('cluckinbell', 4, 'boss', 'Boss', 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.

Upon completion, do not delete the [install] folder or any .sql files or you will experience errors.

🔔
oxmysql
ox_lib