[PAID] [QB] m-Bahamas - Drinks - Dances - Music and more!

A script by m-Scripts

No reviews yet.
[PAID] [QB] m-Bahamas - Drinks - Dances - Music and more! main image

Full Description

:pushpin: Useful links

Preview: Click Here

Buy: Click Here

Documentation Click Here

:pushpin: About

  • A simple bahamas map script, preconfigured for the new gabz map. The script allows you to make alcoholic and non-alcoholic drinks, it has some npc’s spread across the map to generate more roleplay. You can dance on the poles scattered across the map. The script also comes with dj-booth installation to put music inside the map.

:pushpin: Features

  • Optimized
  • Many Features
  • Full and easy customization
  • 0.00ms
  • Npc’s inside the bar
  • 6 Cocktails
  • 5 Shots
  • 4 Alcoholic Drinks
  • 9 Non Alcoholic Drinks
  • Alcoholic Effects
  • Pole Dacing
  • Pole Payment
  • All doorlock included

:pushpin: Config

Config = {}


-- ██╗░░░██╗████████╗██╗██╗░░░░░██╗████████╗██╗░░░██╗
-- ██║░░░██║╚══██╔══╝██║██║░░░░░██║╚══██╔══╝╚██╗░██╔╝
-- ██║░░░██║░░░██║░░░██║██║░░░░░██║░░░██║░░░░╚████╔╝░
-- ██║░░░██║░░░██║░░░██║██║░░░░░██║░░░██║░░░░░╚██╔╝░░
-- ╚██████╔╝░░░██║░░░██║███████╗██║░░░██║░░░░░░██║░░░
-- ░╚═════╝░░░░╚═╝░░░╚═╝╚══════╝╚═╝░░░╚═╝░░░░░░╚═╝░░░

Config.CoreName = "qb-core" -- Core name
Config.Job = "bahamas" -- Job
Config.JimPayments = false -- Using jim-payments?
Config.Target = "qb-target" -- Name of your resource qb-target
Config.Input = "qb-input" -- Name of your resource qb-input
Config.Menu = "qb-menu" -- Name of your resource qb-menu
Config.InvLink = "qb-inventory/html/images/" -- Your directory images inventory
Config.Bossmenu = "qb-bossmenu:client:OpenMenu" -- Your trigger to open boss menu
Config.EnableNpcs = true -- If true some npcs spawn on bar
Config.AlcoolEffects = true -- If true when you drink alcool you got some effects
Config.Billing = {
    EnableCommand = true, -- Enable command for open menu of the billing?
    Command = "billingbahamas", -- Command
}


-- ██████╗░██╗░░░░░██╗██████╗░
-- ██╔══██╗██║░░░░░██║██╔══██╗
-- ██████╦╝██║░░░░░██║██████╔╝
-- ██╔══██╗██║░░░░░██║██╔═══╝░
-- ██████╦╝███████╗██║██║░░░░░
-- ╚═════╝░╚══════╝╚═╝╚═╝░░░░░

Config.Blip = {
	Enable = true,
	Location = vector3(-1393.47, -603.53, 30.32),
	Sprite = 266,
	Display = 2,
	Scale = 0.8,
	Colour = 14,
	Name = "Bahamas",
}


-- ░██████╗██╗░░██╗░█████╗░██████╗░
-- ██╔════╝██║░░██║██╔══██╗██╔══██╗
-- ╚█████╗░███████║██║░░██║██████╔╝
-- ░╚═══██╗██╔══██║██║░░██║██╔═══╝░
-- ██████╔╝██║░░██║╚█████╔╝██║░░░░░
-- ╚═════╝░╚═╝░░╚═╝░╚════╝░╚═╝░░░░░


Config.Shop = {
    [1] = { name = "water_bottle", price = 0, amount = 10, info = {}, type = "item", slot = 1 },
    [2] = { name = "bread", price = 0, amount = 10, info = {}, type = "item", slot = 2 },
    [3] = { name = "coffee", price = 0, amount = 10, info = {}, type = "item", slot = 3 },
    [4] = { name = "kurkakola", price = 0, amount = 10, info = {}, type = "item", slot = 4 },
    [5] = { name = "icedcup", price = 0, amount = 10, info = {}, type = "item", slot = 5 },
}

-- ██████╗░░█████╗░███╗░░██╗░█████╗░███████╗
-- ██╔══██╗██╔══██╗████╗░██║██╔══██╗██╔════╝
-- ██║░░██║███████║██╔██╗██║██║░░╚═╝█████╗░░
-- ██║░░██║██╔══██║██║╚████║██║░░██╗██╔══╝░░
-- ██████╔╝██║░░██║██║░╚███║╚█████╔╝███████╗
-- ╚═════╝░╚═╝░░╚═╝╚═╝░░╚══╝░╚════╝░╚══════╝


Config.PayWhenDance = true -- Pay the player when dance?
Config.Pay = { -- Money earn when dance
    MinPay = 50,
    MaxPay = 100,
}



-- ░█████╗░██████╗░░█████╗░███████╗████████╗
-- ██╔══██╗██╔══██╗██╔══██╗██╔════╝╚══██╔══╝
-- ██║░░╚═╝██████╔╝███████║█████╗░░░░░██║░░░
-- ██║░░██╗██╔══██╗██╔══██║██╔══╝░░░░░██║░░░
-- ╚█████╔╝██║░░██║██║░░██║██║░░░░░░░░██║░░░
-- ░╚════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░░░░░░░╚═╝░░░


Config.CraftCocktails = {
    ["dvrcocktail"] = { 
        hash = "dvrcocktail", 
        label = "DVR Cocktail",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["kamikaze"] = { 
        hash = "kamikaze", 
        label = "Kamikaze",
        materials = {
            [1] = { item = "ice",         amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["jbcocktail"] = { 
        hash = "jbcocktail", 
        label = "JB Cocktail",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["marvelcocktail"] = { 
        hash = "marvelcocktail", 
        label = "Marvel Cocktail",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["vitodaiquiri"] = { 
        hash = "vitodaiquiri", 
        label = "Vito Daiquiri",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["yoshishooter"] = { 
        hash = "yoshishooter", 
        label = "Yoshi Shooter",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
}

Config.CraftShots = {
    ["woowoo"] = { 
        hash = "woowoo", 
        label = "WooWoo",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["iflag"] = { 
        hash = "iflag", 
        label = "i Flag",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["hulkcocktail"] = { 
        hash = "hulkcocktail", 
        label = "Hulk Shot",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["voodoo"] = { 
        hash = "voodoo", 
        label = "Voodoo",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["cappucc"] = { 
        hash = "cappucc", 
        label = "Cappucc",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
}

Config.CraftAlcoholicDrinks = {
    ["beer"] = { 
        hash = "beer", 
        label = "Beer",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["milkdragon"] = { 
        hash = "milkdragon", 
        label = "Milk-Dragon",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["bkamikaze"] = { 
        hash = "bkamikaze", 
        label = "Kamikaze",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["scarcolada"] = { 
        hash = "scarcolada", 
        label = "Scarcolada",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
}

Config.CraftNonAlcoholicDrinks = {
    ["caremel_frappucino"] = { 
        hash = "caremel_frappucino", 
        label = "Caramel Frappucino",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["chocolate_frappuccino"] = { 
        hash = "chocolate_frappuccino", 
        label = "Chocolate Frappuccino",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["coffee_frappuccino"] = { 
        hash = "coffee_frappuccino", 
        label = "Coffee Frappuccino",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["cold_brew_coffee"] = { 
        hash = "cold_brew_coffee", 
        label = "Cold Coffee",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["cold_brew_latte"] = { 
        hash = "cold_brew_latte", 
        label = "Cold Latte",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["cookies_frappuccino"] = { 
        hash = "cookies_frappuccino", 
        label = "Cookies Frappuccino",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["double_choc_frappuccino"] = { 
        hash = "double_choc_frappuccino", 
        label = "Double Choc Frappuccino",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["green_tea_lemonade"] = { 
        hash = "green_tea_lemonade", 
        label = "Green Tea Lemonade",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["iced_caffe"] = { 
        hash = "iced_caffe", 
        label = "Iced Coffee",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
}

:pushpin: Dependencies:

Code is accessible No (Only config’s)
Subscription-based No
Lines (approximately) ~500
Support Yes

Config Merger
Have you tried Config Merger? Merge your configs easily