Lua Code Installation
This Includes:
All the Sofas / Chairs are Working
Working Wash Basins
Beer Pour Station
Ice Cubes / Empty Glass Stations
4x Cocktail Stations
Pre Configured Boss menu
Pre Configured Door locks
Working dressing rooms
Ingredients:
Lua Code
['icecubes'] = {['name'] = 'icecubes', ['label'] = 'Ice Cubes', ['weight'] = 10, ['type'] = 'item', ['image'] = 'icecubes.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil},
['themount'] = {['name'] = 'themount', ['label'] = 'The Mount', ['weight'] = 10, ['type'] = 'item', ['image'] = 'themount.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil},
['ragga'] = {['name'] = 'ragga', ['label'] = 'Ragga', ['weight'] = 10, ['type'] = 'item', ['image'] = 'ragga.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil},
['cherenkov'] = {['name'] = 'cherenkov', ['label'] = 'Cherenkov', ['weight'] = 10, ['type'] = 'item', ['image'] = 'cherenkov.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil},
['emptyglass'] = {['name'] = 'emptyglass', ['label'] = 'Empty Glass', ['weight'] = 10, ['type'] = 'item', ['image'] = 'emptyglass.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil},
['sugarsyrup'] = {['name'] = 'sugarsyrup', ['label'] = 'Sugar Syrup', ['weight'] = 10, ['type'] = 'item', ['image'] = 'sugarsyrup.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil},
['bitters'] = {['name'] = 'bitters', ['label'] = 'Bitters', ['weight'] = 10, ['type'] = 'item', ['image'] = 'bitters.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil},
['lemonjuice'] = {['name'] = 'lemonjuice', ['label'] = 'Lemon Juice', ['weight'] = 10, ['type'] = 'item', ['image'] = 'lemonjuice.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil},
['tequila'] = {['name'] = 'tequila', ['label'] = 'Tequila', ['weight'] = 10, ['type'] = 'item', ['image'] = 'tequila.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil},
['orangejuice'] = {['name'] = 'orangejuice', ['label'] = 'Orange Juice', ['weight'] = 10, ['type'] = 'item', ['image'] = 'orangejuice.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil},
['hu-drymartini'] = {['name'] = 'hu-drymartini',['label'] = 'Dry Martini',['weight'] = 350,['type'] = 'item',['image'] = 'hu-drymartini.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-tqsunrise'] = {['name'] = 'hu-tqsunrise',['label'] = 'Tequila Sunrise',['weight'] = 350,['type'] = 'item',['image'] = 'hu-tqsunrise.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-frmartini'] = {['name'] = 'hu-frmartini',['label'] = 'French Martini',['weight'] = 350,['type'] = 'item',['image'] = 'hu-frmartini.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-mimosa'] = {['name'] = 'hu-mimosa',['label'] = 'Mimosa',['weight'] = 350,['type'] = 'item',['image'] = 'hu-mimosa.png',['unique'] = false,['useable'] = true,['shouldClose'] = true,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-bloodymary'] = {['name'] = 'hu-bloodymary',['label'] = 'Bloody Mary',['weight'] = 350,['type'] = 'item',['image'] = 'hu-bloodymary.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-onionrings'] = {['name'] = 'hu-onionrings',['label'] = 'Onion Rings',['weight'] = 350,['type'] = 'item',['image'] = 'hu-onionrings.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-jalepenocheese'] = {['name'] = 'hu-jalepenocheese',['label'] = 'Jalepeno Cheese Shots',['weight'] = 350,['type'] = 'item',['image'] = 'hu-jalepenocheese.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-pizza'] = {['name'] = 'hu-pizza',['label'] = 'Double Cheese Margerita',['weight'] = 350,['type'] = 'item',['image'] = 'hu-pizza.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-cheesyfries'] = {['name'] = 'hu-cheesyfries',['label'] = 'Cheesy Fries',['weight'] = 350,['type'] = 'item',['image'] = 'hu-cheesyfries.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-onion'] = {['name'] = 'hu-onion',['label'] = 'Onion',['weight'] = 350,['type'] = 'item',['image'] = 'hu-onion.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-cheese'] = {['name'] = 'hu-cheese',['label'] = 'Mozzeralla Cheese',['weight'] = 350,['type'] = 'item',['image'] = 'hu-cheese.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-jalepeno'] = {['name'] = 'hu-jalepeno',['label'] = 'Jalepenos',['weight'] = 350,['type'] = 'item',['image'] = 'hu-jalepeno.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-flour'] = {['name'] = 'hu-flour',['label'] = 'All Purpose Flour',['weight'] = 350,['type'] = 'item',['image'] = 'hu-flour.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-pizzabase'] = {['name'] = 'hu-pizzabase',['label'] = 'Pizza Base',['weight'] = 350,['type'] = 'item',['image'] = 'hu-pizzabase.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-tomato'] = {['name'] = 'hu-tomato',['label'] = 'Tomato',['weight'] = 350,['type'] = 'item',['image'] = 'hu-tomato.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
['hu-potatofries'] = {['name'] = 'hu-potatofries',['label'] = 'Potato Fries',['weight'] = 350,['type'] = 'item',['image'] = 'hu-potatofries.png',['unique'] = false,['useable'] = true,['shouldClose'] = false,['combinable'] = nil,['description'] = 'A Vanilla Unicorn Mocktail'},
Transfer the doorlock config to qb-doorlock / configs.lua
['haute'] = {
label = 'Haute Night Club',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = {
name = 'Waiter',
payment = 50
},
['1'] = {
name = 'Chef',
payment = 50
},
['2'] = {
name = 'Manager',
isboss = true,
payment = 50
},
['3'] = {
name = 'Owner',
isboss = true,
payment = 50
},
},
},
Last updated