ngd-bahama(Multi-Framework)

ngd-bahama is a player owned business script for QB and ESX. Featuring custom props and items with several places to craft.

Script comes pre-configured for the Fiv3Devs Bahama Mama MLO!

Preview Video: Here

Features:

  • 26 Custom drink and food props

  • Highly configurable

  • Built in consumable system

  • Built in drunk system

  • Several crafting locations

  • Highly interactive actions to create items

Dependencies:

  • QB-Core / ESX_Extended / QBox

  • QB/PS Inventory, QS Inventory, OX Inventory

  • ox_lib

Installation (QB):

  • Drag/drop script into your resource folder

  • Add inventory icons from the img folder into your inventory images.

  • Make sure script in ensured and restart server

QB/LJ/PS-Inventory:

Add items into qb-core>shared>items.lua:

QB items.lua

-- NGD-BAHAMA SUPPLIES:--
['ngd_bhice']      	  	= {['name'] = 'ngd_bhice',        			['label'] = 'Ice',        	    ['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhice.png',   			 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhmartiniglass']  = {['name'] = 'ngd_bhmartiniglass',     	['label'] = 'Martini Glass',    ['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhmartiniglass.png',    ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhwineglass']     = {['name'] = 'ngd_bhwineglass',     		['label'] = 'Wine Glass',    	['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhwineglass.png', 	     ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhhurricaneglass'] = {['name'] = 'ngd_bhhurricaneglass',  	['label'] = 'Hurricane Glass',  ['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhhurricaneglass.png',	 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhchamglass']    	= {['name'] = 'ngd_bhchamglass',  			['label'] = 'Champagne Glass',  ['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhchamglass.png',	 	 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhtallglass']    	= {['name'] = 'ngd_bhtallglass',  			['label'] = 'Tall Glass',  		['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhtallglass.png',	 	 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhrwbottle']     	= {['name'] = 'ngd_bhrwbottle',     		['label'] = 'Red Wine Bottle', 	['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhrwbottle.png', 	     ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhwwbottle']     	= {['name'] = 'ngd_bhwwbottle',     		['label'] = 'White Wine Bottle',['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhwwbottle.png', 	     ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhchambottle']   	= {['name'] = 'ngd_bhchambottle',     		['label'] = 'Champagne Bottle', ['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhchambottle.png',      ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhtequila']      	= {['name'] = 'ngd_bhtequila',        		['label'] = 'Tequila',   		['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhtequila.png',   		 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhbrandy']      	= {['name'] = 'ngd_bhbrandy',        		['label'] = 'Brandy',   		['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhbrandy.png',   		 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhgin']      	    = {['name'] = 'ngd_bhgin',        			['label'] = 'Gin',   			['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhgin.png',   			 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhvodka']      	= {['name'] = 'ngd_bhvodka',        		['label'] = 'Vodka',   			['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhvodka.png',   		 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhrum']      	   	= {['name'] = 'ngd_bhrum',        			['label'] = 'Rum',   			['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhrum.png',   			 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhcocorum']      	= {['name'] = 'ngd_bhcocorum',        		['label'] = 'Coconut Rum',		['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhcocorum.png',   		 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhvermouth']      = {['name'] = 'ngd_bhvermouth',        		['label'] = 'Vermouth',  		['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhvermouth.png',   	 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhhpnotiq']      	= {['name'] = 'ngd_bhhpnotiq',        		['label'] = 'Hpnotiq',   		['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhhpnotiq.png',   		 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhbc']      		= {['name'] = 'ngd_bhbc',        			['label'] = 'Blue Curacao',		['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhbc.png',   		 	 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhcdm']      		= {['name'] = 'ngd_bhcdm',        			['label'] = 'Creme De Menthe',  ['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhcdm.png',   		 	 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhol']      		= {['name'] = 'ngd_bhol',        			['label'] = 'Orange Liqueur',   ['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhol.png',   			 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhmidori']      	= {['name'] = 'ngd_bhmidori',        		['label'] = 'Midori',			['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhmidori.png',   		 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhcdv']      		= {['name'] = 'ngd_bhcdv',        			['label'] = 'Creme De Violette',['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhcdv.png',   			 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhgrenadine']     = {['name'] = 'ngd_bhgrenadine',        	['label'] = 'Grenadine',		['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhgrenadine.png',   	 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhoj']     		= {['name'] = 'ngd_bhoj',        			['label'] = 'Orange Juice',		['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhoj.png',   	 		 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhpj']     		= {['name'] = 'ngd_bhpj',        			['label'] = 'Pineapple Juice',	['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhpj.png',   			 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhlj']     		= {['name'] = 'ngd_bhlj',        			['label'] = 'Lemon Juice',		['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhlj.png',   			 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhtonic']      	= {['name'] = 'ngd_bhtonic',        		['label'] = 'Tonic',			['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhtonic.png',   		 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bholive']      	= {['name'] = 'ngd_bholive',        		['label'] = 'Olive',			['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bholive.png',   		 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhjal']      		= {['name'] = 'ngd_bhjal',        			['label'] = 'Jalapeno',			['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhjal.png',   		 	 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhcherry']      	= {['name'] = 'ngd_bhcherry',        		['label'] = 'Cherry',			['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhcherry.png',   		 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhlime']      	= {['name'] = 'ngd_bhlime',        			['label'] = 'Lime',				['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhlime.png',   		 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhcream']      	= {['name'] = 'ngd_bhcream',        		['label'] = 'Cream',			['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhcream.png',   		 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhbb']      		= {['name'] = 'ngd_bhbb',        			['label'] = 'Blackberries',		['weight'] = 0,         ['type'] = 'item',  ['image'] = 'ngd_bhbb.png',   		 	 ['unique'] = false,  ['useable'] = false,  ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
-- NGD-BAHAMA DRINKS: --
['ngd_bhcoffee']      	= {['name'] = 'ngd_bhcoffee',        		['label'] = 'Coffee',             ['weight'] = 0,           ['type'] = 'item',  ['image'] = 'ngd_bhcoffee.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhredwine']       = {['name'] = 'ngd_bhredwine',        		['label'] = 'Red Wine',           ['weight'] = 0,           ['type'] = 'item',  ['image'] = 'ngd_bhredwine.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhwhitewine']     = {['name'] = 'ngd_bhwhitewine',        	['label'] = 'White Wine',         ['weight'] = 0,           ['type'] = 'item',  ['image'] = 'ngd_bhwhitewine.png',   	 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhcham']      	= {['name'] = 'ngd_bhcham',        			['label'] = 'Champagne',          ['weight'] = 0,           ['type'] = 'item',  ['image'] = 'ngd_bhcham.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhes']      	    = {['name'] = 'ngd_bhes',        			['label'] = 'Emerald Sunrise',    ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_1.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhbs']      	    = {['name'] = 'ngd_bhbs',        			['label'] = 'Blackberry Sour',    ['weight'] = 0,           ['type'] = 'item',  ['image'] = 'drink_aa_2.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhgh']      	    = {['name'] = 'ngd_bhgh',        			['label'] = 'Grasshopper',        ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_3.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhyb']      	    = {['name'] = 'ngd_bhyb',        			['label'] = 'Yellow Bird',        ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_4.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhss']      	    = {['name'] = 'ngd_bhss',        			['label'] = 'Scooby Snak',        ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_5.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhpr']      	    = {['name'] = 'ngd_bhpr',        			['label'] = 'Purple Rain',        ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_6.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhbh']      	    = {['name'] = 'ngd_bhbh',        			['label'] = 'Blue Hawaiian',      ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_7.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhhb']      	    = {['name'] = 'ngd_bhhb',        			['label'] = 'Hawaiian Bonfire',   ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_8.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhts']      	    = {['name'] = 'ngd_bhts',        			['label'] = 'Tequila Sunrise',    ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_9.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhpk']      	    = {['name'] = 'ngd_bhpk',        			['label'] = 'Painkiller',   	  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_10.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhbama']     	    = {['name'] = 'ngd_bhbama',        			['label'] = 'Bahama Mama',   	  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_11.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhjf']     	    = {['name'] = 'ngd_bhjf',        			['label'] = 'Jellyfish',   		  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_12.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhfb']     	    = {['name'] = 'ngd_bhfb',        			['label'] = 'Frostbite',   		  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_13.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhba']     	    = {['name'] = 'ngd_bhba',        			['label'] = 'Blue Angel',   	  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_14.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhtt']     	    = {['name'] = 'ngd_bhtt',        			['label'] = 'Tokyo Tea',   	 	  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_15.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhgf']     	    = {['name'] = 'ngd_bhgf',        			['label'] = 'Gin Fizz',   	 	  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_16.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhgat']     	    = {['name'] = 'ngd_bhgat',        			['label'] = 'Appletini',   	 	  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_17.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhhm']     	    = {['name'] = 'ngd_bhhm',        			['label'] = 'Hpnotiq Martini', 	  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_18.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhmar']     	    = {['name'] = 'ngd_bhmar',        			['label'] = 'Martini',   	 	  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_19.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhav']     	    = {['name'] = 'ngd_bhav',        			['label'] = 'Aviation',   	 	  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'drink_aa_20.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhlb']     	    = {['name'] = 'ngd_bhlb',        			['label'] = 'Bahama Light Beer',   	 	  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'ngd_bhlb.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhlager']     	    = {['name'] = 'ngd_bhlager',        		['label'] = 'Bahama Lager',   	 	  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'ngd_bhlager.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhstout']     	    = {['name'] = 'ngd_bhstout',        		['label'] = 'Bahama Stout',   	 	  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'ngd_bhstout.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
-- NGD-BAHAMA FOOD: --
['ngd_bhpretzelb']      = {['name'] = 'ngd_bhpretzelb',        		['label'] = 'Bag of Pretzels',    ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'ngd_bhpretzelb.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},
['ngd_bhpretzel']     	= {['name'] = 'ngd_bhpretzel',        		['label'] = 'Bite Size Pretzel',  ['weight'] = 0,         	['type'] = 'item',  ['image'] = 'lary_pretzel_1.png',   		 ['unique'] = false,  ['useable'] = true,   ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = ''},

OX_Inventory:

Add the following into your ox_inventory>data>items.lua

OX items.lua

	["ngd_bhpk"] = {
		label = "Painkiller",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_10.png",
		}
	},

	["ngd_bhlj"] = {
		label = "Lemon Juice",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhlj.png",
		}
	},

	["ngd_bhes"] = {
		label = "Emerald Sunrise",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_1.png",
		}
	},

	["ngd_bhbrandy"] = {
		label = "Brandy",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhbrandy.png",
		}
	},

	["ngd_bhwhitewine"] = {
		label = "White Wine",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhwhitewine.png",
		}
	},

	["ngd_bhcham"] = {
		label = "Champagne",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhcham.png",
		}
	},

	["ngd_bhpretzel"] = {
		label = "Bite Size Pretzel",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "lary_pretzel_1.png",
		}
	},

	["ngd_bhmar"] = {
		label = "Martini",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_19.png",
		}
	},

	["ngd_bhgin"] = {
		label = "Gin",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhgin.png",
		}
	},

	["ngd_bhhpnotiq"] = {
		label = "Hpnotiq",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhhpnotiq.png",
		}
	},

	["ngd_bhjal"] = {
		label = "Jalapeno",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhjal.png",
		}
	},

	["ngd_bhrwbottle"] = {
		label = "Red Wine Bottle",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhrwbottle.png",
		}
	},

	["ngd_bhrum"] = {
		label = "Rum",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhrum.png",
		}
	},

	["ngd_bhtt"] = {
		label = "Tokyo Tea",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_15.png",
		}
	},

	["ngd_bhyb"] = {
		label = "Yellow Bird",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_4.png",
		}
	},

	["ngd_bhmidori"] = {
		label = "Midori",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhmidori.png",
		}
	},

	["ngd_bhwineglass"] = {
		label = "Wine Glass",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhwineglass.png",
		}
	},

	["ngd_bhpr"] = {
		label = "Purple Rain",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_6.png",
		}
	},

	["ngd_bhhb"] = {
		label = "Hawaiian Bonfire",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_8.png",
		}
	},

	["ngd_bhcoffee"] = {
		label = "Coffee",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhcoffee.png",
		}
	},

	["ngd_bhmartiniglass"] = {
		label = "Martini Glass",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhmartiniglass.png",
		}
	},

	["ngd_bhcocorum"] = {
		label = "Coconut Rum",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhcocorum.png",
		}
	},

	["ngd_bhchamglass"] = {
		label = "Champagne Glass",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhchamglass.png",
		}
	},

	["ngd_bhcdm"] = {
		label = "Creme De Menthe",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhcdm.png",
		}
	},

	["ngd_bholive"] = {
		label = "Olive",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bholive.png",
		}
	},

	["ngd_bhice"] = {
		label = "Ice",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhice.png",
		}
	},

	["ngd_bhcherry"] = {
		label = "Cherry",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhcherry.png",
		}
	},

	["ngd_bhgat"] = {
		label = "Appletini",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_17.png",
		}
	},

	["ngd_bhbh"] = {
		label = "Blue Hawaiian",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_7.png",
		}
	},

	["ngd_bhbs"] = {
		label = "Blackberry Sour",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_2.png",
		}
	},

	["ngd_bhtallglass"] = {
		label = "Tall Glass",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhtallglass.png",
		}
	},

	["ngd_bhhm"] = {
		label = "Hpnotiq Martini",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_18.png",
		}
	},

	["ngd_bhvodka"] = {
		label = "Vodka",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhvodka.png",
		}
	},

	["ngd_bhpj"] = {
		label = "Pineapple Juice",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhpj.png",
		}
	},

	["ngd_bhba"] = {
		label = "Blue Angel",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_14.png",
		}
	},

	["ngd_bhgrenadine"] = {
		label = "Grenadine",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhgrenadine.png",
		}
	},

	["ngd_bhav"] = {
		label = "Aviation",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_20.png",
		}
	},

	["ngd_bhbb"] = {
		label = "Blackberries",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhbb.png",
		}
	},

	["ngd_bhtonic"] = {
		label = "Tonic",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhtonic.png",
		}
	},

	["ngd_bhts"] = {
		label = "Tequila Sunrise",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_9.png",
		}
	},

	["ngd_bhcdv"] = {
		label = "Creme De Violette",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhcdv.png",
		}
	},

	["ngd_bhgh"] = {
		label = "Grasshopper",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_3.png",
		}
	},

	["ngd_bhbama"] = {
		label = "Bahama Mama",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_11.png",
		}
	},

	["ngd_bhgf"] = {
		label = "Gin Fizz",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_16.png",
		}
	},

	["ngd_bhchambottle"] = {
		label = "Champagne Bottle",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhchambottle.png",
		}
	},

	["ngd_bhss"] = {
		label = "Scooby Snak",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_5.png",
		}
	},

	["ngd_bhfb"] = {
		label = "Frostbite",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_13.png",
		}
	},

	["ngd_bhoj"] = {
		label = "Orange Juice",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhoj.png",
		}
	},

	["ngd_bhjf"] = {
		label = "Jellyfish",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "drink_aa_12.png",
		}
	},

	["ngd_bhtequila"] = {
		label = "Tequila",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhtequila.png",
		}
	},

	["ngd_bhhurricaneglass"] = {
		label = "Hurricane Glass",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhhurricaneglass.png",
		}
	},

	["ngd_bhvermouth"] = {
		label = "Vermouth",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhvermouth.png",
		}
	},

	["ngd_bhredwine"] = {
		label = "Red Wine",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhredwine.png",
		}
	},

	["ngd_bhwwbottle"] = {
		label = "White Wine Bottle",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhwwbottle.png",
		}
	},

	["ngd_bhol"] = {
		label = "Orange Liqueur",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhol.png",
		}
	},

	["ngd_bhlime"] = {
		label = "Lime",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhlime.png",
		}
	},

	["ngd_bhcream"] = {
		label = "Cream",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhcream.png",
		}
	},

	["ngd_bhpretzelb"] = {
		label = "Bag of Pretzels",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhpretzelb.png",
		}
	},

	["ngd_bhbc"] = {
		label = "Blue Curacao",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhbc.png",
		}
	},
	
	["ngd_bhlb"] = {
		label = "Bahama Light Beer",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhlb.png",
		}
	},
	
	["ngd_bhlager"] = {
		label = "Bahama Lager",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngd_bhlager.png",
		}
	},
	
		["ngd_bhstout"] = {
		label = "Bahama Stout",
		weight = 0,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "ngs_bhstout.png",
		}
	},

Job:

Add the following into your qb-core>shared>jobs.lua

    ['bahama'] = {
        label = 'Bahama Mama',
        defaultDuty = true,
        grades = {
            ['0'] = { name = 'Employee', payment = 25 },
            ['1'] = { name = 'Owner', payment = 75, isboss = true },
        },
    },

ESX Install:

Jobs Database:

  • Open your jobs table in Heidi or PHPMyAdmin

  • Add a new row with the following: name: bahama, label: Bahama Mama

  • Open your job_grades table and add a new row with the following: job_name: bahama, grade: 0, name: employee, label: Employee.

  • Add another new row with the following: job_name: bahama, grade: 1, name: boss, label: Boss

If you have any problems - Join our Discord for support!

Last updated