📙
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. Scripts
  2. Diving

Items - QB

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

-- Diving
binoculars              = { name = 'binoculars',                label = 'Binoculars',                   weight = 600,   type = 'item', image = 'binoculars.png',            unique = false, useable = true,     shouldClose = true,     description = 'Grab a sneak peak!' },
circularsaw             = { name = 'circularsaw',               label = 'Circular Saw',                 weight = 10000, type = 'item', image = 'circularsaw.png',           unique = false, useable = false,    shouldClose = false,    description = 'You spin me right round...' },
coralchisel             = { name = 'coralchisel',               label = 'Coral Chisel',                 weight = 2000,  type = 'item', image = 'coralchisel.png',           unique = false, useable = false,    shouldClose = false,    description = 'Illegal tool for coral fragging' },
diving_gear             = { name = 'diving_gear',               label = 'Diving Gear',                  weight = 10000, type = 'item', image = 'diving_gear.png',           unique = true,  useable = true,     shouldClose = true,     description = 'Enabling deep ocean exploring since 1826' },
exoticsalescard         = { name = 'exoticsalescard',           label = 'Exotic Sales Card',            weight = 100,   type = 'item', image = 'exoticsalescard.png',       unique = false, useable = true,     shouldClose = true,     description = 'An exotic sales card!' },
jerry_can               = { name = 'jerry_can',                 label = 'Jerry Can',                    weight = 10000, type = 'item', image = 'jerry_can.png',             unique = false, useable = true,     shouldClose = true,     description = 'A jerry can full of fuel' },
security_card_05        = { name = 'security_card_05',          label = 'Humane Card B',                weight = 100,   type = 'item', image = 'security_card_05.png',      unique = false, useable = true,     shouldClose = true,     description = 'Security card stolen from an underwater container' },

acropora_coral          = { name = 'acropora_coral',            label = 'Acropora',                     weight = 1000,  type = 'item', image = 'acropora_coral.png',        unique = false, useable = false,    shouldClose = true,     description = 'These are also known as table corals' },
antipatharia_coral      = { name = 'antipatharia_coral',        label = 'Antipatharia',                 weight = 1000,  type = 'item', image = 'antipatharia_coral.png',    unique = false, useable = false,    shouldClose = true,     description = 'These are also known as black corals or thorn corals' },
dendrogyra_coral        = { name = 'dendrogyra_coral',          label = 'Dendrogyra',                   weight = 1000,  type = 'item', image = 'dendrogyra_coral.png',      unique = false, useable = false,    shouldClose = true,     description = 'These are also known as pillar corals' },

bottle                  = { name = 'bottle',                    label = 'Glass Bottle',                 weight = 200,   type = 'item', image = 'bottle.png',                unique = false, useable = false,    shouldClose = false,    description = 'Recyclable Bottle' },
can                     = { name = 'can',                       label = 'Tin Can',                      weight = 200,   type = 'item', image = 'can.png',                   unique = false, useable = false,    shouldClose = false,    description = 'Recyclable Can' },
copperwire              = { name = 'copperwire',                label = 'Copper Wire',                  weight = 200,   type = 'item', image = 'copperwire.png',            unique = false, useable = false,    shouldClose = false,    description = 'Recyclable Copper Wire' },
cutlery                 = { name = 'cutlery',                   label = 'Cutlery',                      weight = 200,   type = 'item', image = 'cutlery.png',               unique = false, useable = false,    shouldClose = false,    description = 'Recyclable Cutlery' },
nails                   = { name = 'nails',                     label = 'Metal Nails',                  weight = 200,   type = 'item', image = 'nails.png',                 unique = false, useable = false,    shouldClose = false,    description = 'Recyclable Nails' },
plasticbottle           = { name = 'plasticbottle',             label = 'Plastic Bottle',               weight = 200,   type = 'item', image = 'plasticbottle.png',         unique = false, useable = false,    shouldClose = false,    description = 'Recyclable Plastic Bottle' },
rubber                  = { name = 'rubber',                    label = 'Rubber',                       weight = 200,   type = 'item', image = 'rubber.png',                unique = false, useable = false,    shouldClose = false,    description = 'Recylable Rubber' },

-- Duplicates
pistol_ammo             = { name = 'pistol_ammo',               label = 'Pistol ammo',                  weight = 200,   type = 'item', image = 'pistol_ammo.png',           unique = false, useable = true,     shouldClose = true,     description = 'Ammunition for pistols' },
rifle_ammo              = { name = 'rifle_ammo',                label = 'Rifle ammo',                   weight = 1000,  type = 'item', image = 'rifle_ammo.png',            unique = false, useable = true,     shouldClose = true,     description = 'Ammunition for rifles' },
shotgun_ammo            = { name = 'shotgun_ammo',              label = 'Shotgun ammo',                 weight = 500,   type = 'item', image = 'shotgun_ammo.png',          unique = false, useable = true,     shouldClose = true,     description = 'Ammunition for shotguns' },
smg_ammo                = { name = 'smg_ammo',                  label = 'SMG ammo',                     weight = 500,   type = 'item', image = 'smg_ammo.png',              unique = false, useable = true,     shouldClose = true,     description = 'Ammunition for submachine guns' },
PreviousDivingNextItems - OX

Last updated 15 hours ago

ðŸĪŋ