Dynyx Scripts
  • Dynyx Scripts
  • 🚗Chop Shop
    • Introduction
    • Installation & Configuration
      • qb-inventory
      • ox_inventory
  • 🧰Crafting System
    • Introduction
    • Installation & Configuration
      • ox_inventory
      • qb-inventory / ps-inventory
      • qs-inventory
  • 🌱Weed Growing
    • Introduction
    • Installation & Configuration
      • ox_inventory
      • qb-inventory / ps-inventory
      • qs-inventory
  • 💳EBT Cards
    • Introduction
    • Installation & Configuration
      • ox_inventory
      • qb-inventory / ps-inventory
Powered by GitBook
On this page
  • Items:
  • Images:
  1. Chop Shop
  2. Installation & Configuration

qb-inventory

Items:

  1. Copy the following:

["cardoor"] = {
    name = "cardoor",
    label = "Vehicle Door",
    weight = 2500,
    type = "item",
    unique = true,
    useable = false,
    description = "A car door",
},
["carhood"] = {
    name = "carhood",
    label = "Vehicle Hood",
    weight = 2500,
    type = "item",
    unique = true,
    useable = false,
    description = "A car hood",
},
["cartrunk"] = {
    name = "cartrunk",
    label = "Vehicle Trunk",
    weight = 2500,
    type = "item",
    unique = true,
    useable = false,
    description = "A car trunk",
},
["carwheel"] = {
    name = "carwheel",
    label = "Vehicle Wheel",
    weight = 2500,
    type = "item",
    unique = true,
    useable = false,
    description = "A car wheel",
},
  1. Go to the bottom of qb-core\shared\items.lua

  2. Paste all the items before the last }

Images:

  1. Go to dynyx_chopshop\imagesand copy all the images

  2. Locate the qb-inventory\html\images folder

  3. And paste all the images in there

PreviousInstallation & ConfigurationNextox_inventory

Last updated 1 month ago

🚗