MrNewbScripts
My DiscordSee The StoreCommunity_BridgeGithub
  • MOTD
  • MrNewbVehicleKeys
    • Install
      • Framework
        • esx
        • qb-core
        • qbox
      • inventory
        • 🐂ox_inventory
        • qb-inventory
        • qb-inventoryv2
        • origen_inventory
        • ps-inventory
        • jpr-inventory
        • qs-inventory
      • Inventory Images
    • Exports
      • Server Exports
      • Client Exports
    • Backwards Events
      • Client Events
      • Server Events
    • FAQ
    • Commands
    • Snippet Examples
      • qb-vehicleshop
      • qb-garages
      • Common qb-core Snippets
  • MrNewbBeeKeeping
    • Install
      • Frameworks
        • qb-core
        • qbox
        • ESX
      • Inventory Images
      • Inventory
        • 🐂ox_inventory
  • MrNewbPrescriptions
    • Install
      • Framework
        • qb-core
        • qbox
        • ESX
      • inventory
        • 🐂ox inventory
        • qs-inventory
        • qb-inventory V1
        • qb-inventory v2
      • Inventory Images
    • Exports
      • Server Exports
      • Client Exports
    • Snippet Examples
      • qb-drugs
      • qbx_ambulancejob
    • FAQ
  • MrNewbPlateCarriers
    • Install
      • Framework
        • qb-core
        • qbox
        • ESX
      • inventory
        • 🐂ox_inventory
        • qb-inventoryv2
      • Inventory Images
    • Exports
      • Server Exports
  • MrNewbCustomPlates
    • Install
      • Framework
        • qb-core
        • qbox
        • ESX
      • inventory
        • ox_inventory Steps
      • Inventory Images
  • MrNewbNameChanger
    • Install
      • Frameworks
        • qb-core
        • qbox
        • ESX
      • Inventory
        • 🐂ox_inventory
        • ps-inventory
        • qb-inventoryv2
        • qb-inventory
      • Inventory Images
  • MrNewbPawn
    • Install
  • MrNewbPhoneTracker
    • Install
      • Frameworks
        • qb-core
        • qbox
        • ESX
      • Inventory Images
      • Inventory
        • 🐂ox_inventory
  • MrNewbWeaponTints
    • Install
      • inventory
        • ox_inventory Steps
      • Inventory Images
  • MrNewbGiftBox
    • Install
      • Framework
        • qb-core
        • qbox
        • ESX
      • inventory
        • ox_inventory Steps
      • Inventory Images
    • Exports
      • Server Exports
Powered by GitBook
On this page
  1. MrNewbPlateCarriers
  2. Install
  3. inventory

ox_inventory

Add this to ox_inventory/data/items.lua

["merryweather_strike_carrier"] = {
    label = "Merryweather Strike Carrier",
    weight = 2000,
    stack = false,
    close = true,
    description = "Tactical carrier from Merryweather Security, designed for mercenary operations.",
},

["pegasus_vanguard_carrier"] = {
    label = "Pegasus Vanguard Carrier",
    weight = 1500,
    stack = false,
    close = true,
    description = "A high-end tactical carrier from Pegasus for elite protection.",
},

["fib_specops_carrier"] = {
    label = "FIB SpecOps Carrier",
    weight = 2500,
    stack = false,
    close = true,
    description = "Special operations carrier for the FIB, offering high protection for covert missions.",
},

["noose_enforcer_carrier"] = {
    label = "NOOSE Enforcer Carrier",
    weight = 3000,
    stack = false,
    close = true,
    description = "Heavy-duty carrier designed for NOOSE enforcement teams.",
},

["armstrong_blackops_carrier"] = {
    label = "Armstrong BlackOps Carrier",
    weight = 3500,
    stack = false,
    close = true,
    description = "Elite carrier from Armstrong Security, used by black ops mercenaries.",
},

["pegasus_light_repair_plate"] = {
    label = "Pegasus Light Repair Plate",
    weight = 500,
    stack = false,
    close = true,
    description = "A basic repair plate for light armor, typically used for quick fixes.",
},

["merryweather_standard_repair_plate"] = {
    label = "Merryweather Standard Repair Plate",
    weight = 700,
    stack = false,
    close = true,
    description = "A mid-tier repair plate with good durability, favored by Merryweather contractors.",
},

["armstrong_elite_repair_plate"] = {
    label = "Armstrong Elite Repair Plate",
    weight = 1500,
    stack = false,
    close = true,
    description = "Elite repair plate for extreme conditions, favored by Armstrong Security black ops.",
},

["fib_tactical_repair_plate"] = {
    label = "FIB Tactical Repair Plate",
    weight = 900,
    stack = false,
    close = true,
    description = "A tactical repair plate used by the FIB for covert operations.",
},

["noose_heavy_repair_plate"] = {
    label = "NOOSE Heavy Repair Plate",
    weight = 1200,
    stack = false,
    close = true,
    description = "A heavy, reinforced repair plate used by NOOSE forces for high-risk operations.",
},
PreviousinventoryNextqb-inventoryv2

Last updated 5 months ago

🐂