Pug Development
  • ๐Ÿ‘‹Welcome To Pug Development
    • ๐Ÿ“ŒInformation
  • ๐Ÿ““Scripts
    • ๐Ÿ’ŽRobbery Creator
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
        • Mini Games
      • ๐Ÿ’กThings to know
        • ๐ŸŽจHow To Use
        • ๐ŸŽฎCustom Mini Games
        • ๐Ÿ’ฃCreate Explosion
        • ๐Ÿ“‘Tab Settings
        • ๐Ÿ“ฃBank Truck & ATM Alert
        • ๐Ÿ“ฑCustom Keypad
        • ๐Ÿ’ฑMove Steps Around
        • ๐Ÿ‘ปMake Props Disappear When Looted
        • ๐ŸคนRemove Kill Screen Effect
        • ๐ŸŽPreset Heist Progression
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ’ผBusiness Creator
      • ๐Ÿ“Installation
      • ๐Ÿ’กThings to know
        • ๐Ÿ”—Linking Jobs To The Menu
        • ๐Ÿ“ƒOpen Menu
        • ๐Ÿ”›Criminal crafting
        • ๐Ÿ›ฐ๏ธCreated Items
      • โ“FAQ
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ”ซPaint Ball
      • ๐Ÿ“Installation
        • ๐Ÿ‚ox_inventory
        • ๐ŸฆฅDispatch/Shots Fired
        • โŒqb-anticheat
      • ๐Ÿ“œDependency & Support
      • ๐Ÿ’กThings to know
        • ๐Ÿ—บ๏ธMap Making Tutorial
        • ๐Ÿ‘šSet Team Outfits
        • ๐Ÿ“…Scoreboard
        • ๐Ÿ”Surrender
    • ๐Ÿ› ๏ธRepo Job
      • ๐Ÿ“Installation
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ’‰Coke Business
      • ๐Ÿ“Installation
      • ๐Ÿ“œDependency & Support
    • ๐ŸŽฃFishing
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
        • ๐ŸŸFishing Lure
      • ๐Ÿ“œDependency & Support
      • ๐Ÿ’กThings to know
        • โ†—๏ธProgression
        • ๐Ÿ’ฏReputation
    • ๐Ÿ”ซWeapon Sling
      • ๐Ÿ“Installation
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ†Battle Royale
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
        • โ˜๏ธWeather Sync
        • ๐Ÿ‚ox_inventory
        • ๐ŸฆฅDispatch/Shots Fired
        • โŒqb-anticheat
      • ๐Ÿ“œDependency & Support
    • ๐Ÿš˜Car Chopping
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
      • ๐Ÿ“œDependency & Support
Powered by GitBook
On this page
  1. Scripts
  2. Car Chopping
  3. Installation
  4. Inventory Items

QB items

Follow The File Path to Setup Items.

qb-core/shared/items.lua

Copy All items and Paste Directly Into file.

['chop_wheel'] 			     = {['name'] = 'chop_wheel', 					['label'] = 'Car Wheel', 				['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'chop_wheel.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil,  ["created"] = nil, ["decay"] = 30.0,   ['description'] = 'A wheel from a vehicle'},
['chop_door'] 			     = {['name'] = 'chop_door', 					['label'] = 'Car Door', 				['weight'] = 2000, 		['type'] = 'item', 		['image'] = 'chop_door.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil,  ["created"] = nil, ["decay"] = 30.0,   ['description'] = 'A door from a vehicle'},
['chop_hood'] 			     = {['name'] = 'chop_hood', 					['label'] = 'Car Hood', 				['weight'] = 2000, 		['type'] = 'item', 		['image'] = 'chop_hood.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil,  ["created"] = nil, ["decay"] = 30.0,   ['description'] = 'A hood from a vehicle'},
['chop_trunk'] 			     = {['name'] = 'chop_trunk', 					['label'] = 'Car Trunk', 				['weight'] = 2000, 		['type'] = 'item', 		['image'] = 'chop_trunk.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil,  ["created"] = nil, ["decay"] = 30.0,   ['description'] = 'A trunk from a vehicle'}, 	['trackeritem'] 				 = {['name'] = 'trackeritem', 			  	  	['label'] = "Tracker Disabler", 			['weight'] = 2000, 		['type'] = 'item', 		['image'] = 'trackeritem.png', 		['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,  ["created"] = nil, ["decay"] = 9.0,   ['description'] = 'A tracking disabler'},

PreviousInventory ItemsNextOx Items

Last updated 4 months ago

๐Ÿ““
๐Ÿš˜
๐Ÿ“