📙
SW-Scripts - FiveM
  • 👋Introduction
  • Scripts
    • 🐝Beekeeping
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🚲Bike Rental
      • Changelog
    • 🍴Consumables
      • Changelog
    • 📦Delivery Job
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🤿Diving
      • Items - QB
      • Items - OX
      • Changelog
    • 🌿Drugs
      • Items - QB
      • Items - OX
      • Shops
      • Changelog
    • 📩Election
      • SQL
      • Changelog
    • 🐄Farming
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐟Fishing
      • Items - QB
      • Items - OX
      • Dispatch
      • Changelog
    • 👷Garbage Job
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🪦Grave Robbery
      • Items - QB
      • Items - OX
      • Shops
      • Dispatch
      • Changelog
    • 🎃Halloween
      • Items - QB
      • Items - OX
      • Changelog
    • 🏹Hunting
      • Items - QB
      • Items - OX
      • Inventory
      • Changelog
    • 🪨Mining
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 💊Oxy Runs
      • Items - QB
      • Items - OX
      • Changelog
    • 🔧Scrapyard
      • Items - QB
      • Items - OX
      • Changelog
    • 🌍Treasure Hunting
      • Items - QB
      • Items - OX
      • Shops
      • SQL
      • Changelog
    • 🍷Vineyard
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
  • Business Scripts
    • 🍹Bahama Mamas
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • ☕Bean Machine
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🔥Black Lantern
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍔BurgerShot
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐱Cat Cafe
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🌟Galaxy Nightclub
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐔Hen House
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍔Hornys Burger
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐟Koi Seafood
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🚂Last Train
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🌕Nocturnal Nightclub
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🐟Pearls Seafood
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍕Pizza This
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🦢Pond Cafe
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍦Pops Diner
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍸Tequi-La-La
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍔Up-N-Atom
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🦄Vanilla Unicorn
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
    • 🍺Yellowjack Inn
      • Items - QB
      • Items - OX
      • Jobs - QB
      • Jobs - OX
      • Changelog
Powered by GitBook
On this page
  1. Business Scripts
  2. Nocturnal Nightclub

Items - QB

Add these into your items list e.g. qb-core/shared/items.lua

-- Nocturnal Nightclub
appletini               = { name = 'appletini',                 label = 'Appletini',                    weight = 200,   type = 'item', image = 'appletini.png',             unique = false, useable = true,     shouldClose = true,     description = 'Vodka mixed with Apple Schnapps and Orange Liqueur' },
cosmopolitan            = { name = 'cosmopolitan',              label = 'Cosmopolitan',                 weight = 200,   type = 'item', image = 'cosmopolitan.png',          unique = false, useable = true,     shouldClose = true,     description = 'Vodka mixed with orange cointreau, cranberry juice, and lime juice' },
cranberryjuice          = { name = 'cranberryjuice',            label = 'Cranberry Juice',              weight = 200,   type = 'item', image = 'cranberryjuice.png',        unique = false, useable = true,     shouldClose = true,     description = 'Freshly squeezed cranberry juice' },
gingerbeer              = { name = 'gingerbeer',                label = 'Ginger Beer',                  weight = 200,   type = 'item', image = 'gingerbeer.png',            unique = false, useable = true,     shouldClose = true,     description = 'Sweetened non-alcoholic beverage' },
longisland              = { name = 'longisland',                label = 'Long Island Iced Tea',         weight = 200,   type = 'item', image = 'longisland.png',            unique = false, useable = true,     shouldClose = true,     description = 'Vodka mixed with tequila, gin, and cola, with a lemon slice' },
margarita               = { name = 'margarita',                 label = 'Margarita',                    weight = 200,   type = 'item', image = 'margarita.png',             unique = false, useable = true,     shouldClose = true,     description = 'Tequila mixed with orange triple sec, with a lime slice' },
martini                 = { name = 'martini',                   label = 'Martini',                      weight = 200,   type = 'item', image = 'martini.png',               unique = false, useable = true,     shouldClose = true,     description = 'Gin and Vermouth garnished with olives' },
mojito                  = { name = 'mojito',                    label = 'Mojito',                       weight = 200,   type = 'item', image = 'mojito.png',                unique = false, useable = true,     shouldClose = true,     description = 'Traditional minty Cuban punch' },
pinacolada              = { name = 'pinacolada',                label = 'Piña Colada',                  weight = 200,   type = 'item', image = 'pinacolada.png',            unique = false, useable = true,     shouldClose = true,     description = 'Rum cocktail mixed with pineapple juice' },
pineapplejuice          = { name = 'pineapplejuice',            label = 'Pineapple Juice',              weight = 200,   type = 'item', image = 'pineapplejuice.png',        unique = false, useable = true,     shouldClose = true,     description = 'Freshly squeezed pineapple juice' },
rumgingerbeer           = { name = 'rumgingerbeer',             label = 'Rum and Ginger Beer',          weight = 200,   type = 'item', image = 'rumgingerbeer.png',         unique = false, useable = true,     shouldClose = true,     description = 'Rum mixed with Ginger Beer' },
screwdriver             = { name = 'screwdriver',               label = 'Screwdriver',                  weight = 200,   type = 'item', image = 'screwdriver.png',           unique = false, useable = true,     shouldClose = true,     description = 'Vodka highball cocktail mixed with orange juice' },
sexonthebeach           = { name = 'sexonthebeach',             label = 'Sex On The Beach',             weight = 200,   type = 'item', image = 'sexonthebeach.png',         unique = false, useable = true,     shouldClose = true,     description = 'Less gritty than you would think..' },
tequilaslammer          = { name = 'tequilaslammer',            label = 'Tequila Slammer',              weight = 200,   type = 'item', image = 'tequilaslammer.png',        unique = false, useable = true,     shouldClose = true,     description = 'Tequila mixed with lemon or lime carbonated soda' },
vermouth                = { name = 'vermouth',                  label = 'Vermouth',                     weight = 200,   type = 'item', image = 'vermouth.png',              unique = false, useable = true,     shouldClose = true,     description = 'Aromatised fortified wine' },
vodkacoke               = { name = 'vodkacoke',                 label = 'Vodka and Coke',               weight = 200,   type = 'item', image = 'vodkacoke.png',             unique = false, useable = true,     shouldClose = true,     description = 'Vodka mixed with Coke' },
whiskeycoke             = { name = 'whiskeycoke',               label = 'Whiskey and Coke',             weight = 200,   type = 'item', image = 'whiskeycoke.png',           unique = false, useable = true,     shouldClose = true,     description = 'Whiskey mixed with Coke' },
nocturnalmenu           = { name = 'nocturnalmenu',             label = 'Nocturnal Menu',               weight = 100,   type = 'item', image = 'menu.png',                  unique = false, useable = true,     shouldClose = true,     description = 'Menu for the Nocturnal nightclub' },

-- Farming
apple                   = { name = 'apple',                     label = 'Apple',                        weight = 100,   type = 'item', image = 'apple.png',                 unique = false, useable = true,     shouldClose = true,     description = 'Do not eat the pip..' },
lemon                   = { name = 'lemon',                     label = 'Lemon',                        weight = 100,   type = 'item', image = 'lemon.png',                 unique = false, useable = true,     shouldClose = true,     description = 'Citrusy delight' },
lime                    = { name = 'lime',                      label = 'Lime',                         weight = 100,   type = 'item', image = 'lime.png',                  unique = false, useable = true,     shouldClose = true,     description = 'Goes well with Tequila!' },
mint                    = { name = 'mint',                      label = 'Mint',                         weight = 100,   type = 'item', image = 'mint.png',                  unique = false, useable = false,    shouldClose = false,    description = 'Peppermint? Spearmint? Who knows!' },
olives                  = { name = 'olives',                    label = 'Olives',                       weight = 100,   type = 'item', image = 'olives.png',                unique = false, useable = true,     shouldClose = true,     description = 'Not for everyone..' },
orange                  = { name = 'orange',                    label = 'Orange',                       weight = 100,   type = 'item', image = 'orange.png',                unique = false, useable = true,     shouldClose = true,     description = 'What came first - the fruit or the colour?' },
peach                   = { name = 'peach',                     label = 'Peach',                        weight = 100,   type = 'item', image = 'peach.png',                 unique = false, useable = true,     shouldClose = true,     description = 'Peachy Keen!' },
sugar                   = { name = 'sugar',                     label = 'Sugar',                        weight = 100,   type = 'item', image = 'sugar.png',                 unique = false, useable = false,    shouldClose = false,    description = 'Something sweet!' },

-- Other Drinks
ecola                   = { name = 'ecola',                     label = 'eCola',                        weight = 100,   type = 'item', image = 'ecola.png',                 unique = false, useable = true,     shouldClose = true,     description = 'Full fat cola beverage' },
ecolalight              = { name = 'ecolalight',                label = 'eCola Light',                  weight = 100,   type = 'item', image = 'ecolalight.png',            unique = false, useable = true,     shouldClose = true,     description = 'Sugar free cola beverage' },
gin                     = { name = 'gin',                       label = 'Gin',                          weight = 200,   type = 'item', image = 'gin.png',                   unique = false, useable = true,     shouldClose = true,     description = 'Distilled alcohol flavoured with juniper berries' },
rum                     = { name = 'rum',                       label = 'Rum',                          weight = 200,   type = 'item', image = 'rum.png',                   unique = false, useable = true,     shouldClose = false,    description = 'Liquor distilled from sugar' },
sprunk                  = { name = 'sprunk',                    label = 'Sprunk',                       weight = 100,   type = 'item', image = 'sprunk.png',                unique = false, useable = true,     shouldClose = true,     description = 'Full fat lemonade beverage' },
sprunklight             = { name = 'sprunklight',               label = 'Sprunk Light',                 weight = 100,   type = 'item', image = 'sprunklight.png',           unique = false, useable = true,     shouldClose = true,     description = 'Sugar free lemonade beverage' },
tequila                 = { name = 'tequila',                   label = 'Tequila',                      weight = 200,   type = 'item', image = 'tequila.png',               unique = false, useable = true,     shouldClose = false,    description = 'Liquor distilled from blue agave' },
vodka                   = { name = 'vodka',                     label = 'Vodka',                        weight = 200,   type = 'item', image = 'vodka.png',                 unique = false, useable = true,     shouldClose = true,     description = 'Russian staple drink' },
water                   = { name = 'water',                     label = 'Water',                        weight = 500,   type = 'item', image = 'water.png',                 unique = false, useable = true,     shouldClose = true,     description = 'The source of all life!' },
whiskey                 = { name = 'whiskey',                   label = 'Whiskey',                      weight = 200,   type = 'item', image = 'whiskey.png',               unique = false, useable = true,     shouldClose = true,     description = 'For all the thirsty out there' },
PreviousNocturnal NightclubNextItems - OX

Last updated 16 hours ago

🌕