qb-core

Add this to qb-core/shared/items.lua

    ['merryweather_strike_carrier']         = {['name'] = 'merryweather_strike_carrier',        ['label'] = 'Merryweather Strike Carrier',          ['weight'] = 2000,      ['type'] = 'item',      ['image'] = 'merryweather_strike_carrier.png',          ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Tactical carrier from Merryweather Security, designed for mercenary operations.'},
    ['pegasus_vanguard_carrier']            = {['name'] = 'pegasus_vanguard_carrier',           ['label'] = 'Pegasus Vanguard Carrier',             ['weight'] = 1500,      ['type'] = 'item',      ['image'] = 'pegasus_vanguard_carrier.png',             ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A high-end tactical carrier from Pegasus for elite protection.'},
    ['fib_specops_carrier']                 = {['name'] = 'fib_specops_carrier',                ['label'] = 'FIB SpecOps Carrier',                  ['weight'] = 2500,      ['type'] = 'item',      ['image'] = 'fib_specops_carrier.png',                  ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Special operations carrier for the FIB, offering high protection for covert missions.'},
    ['noose_enforcer_carrier']              = {['name'] = 'noose_enforcer_carrier',             ['label'] = 'NOOSE Enforcer Carrier',               ['weight'] = 3000,      ['type'] = 'item',      ['image'] = 'noose_enforcer_carrier.png',               ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Heavy-duty carrier designed for NOOSE enforcement teams.'},
    ['armstrong_blackops_carrier']          = {['name'] = 'armstrong_blackops_carrier',         ['label'] = 'Armstrong BlackOps Carrier',           ['weight'] = 3500,      ['type'] = 'item',      ['image'] = 'armstrong_blackops_carrier.png',           ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Elite carrier from Armstrong Security, used by black ops mercenaries.'},
    ['pegasus_light_repair_plate']          = {['name'] = 'pegasus_light_repair_plate',         ['label'] = 'Pegasus Light Repair Plate',           ['weight'] = 500,       ['type'] = 'item',      ['image'] = 'pegasus_light_repair_plate.png',           ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A basic repair plate for light armor, typically used for quick fixes.'},
    ['merryweather_standard_repair_plate']  = {['name'] = 'merryweather_standard_repair_plate', ['label'] = 'Merryweather Standard Repair Plate',   ['weight'] = 700,       ['type'] = 'item',      ['image'] = 'merryweather_standard_repair_plate.png',   ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A mid-tier repair plate with good durability, favored by Merryweather contractors.'},
    ['armstrong_elite_repair_plate']        = {['name'] = 'armstrong_elite_repair_plate',       ['label'] = 'Armstrong Elite Repair Plate',         ['weight'] = 1500,      ['type'] = 'item',      ['image'] = 'armstrong_elite_repair_plate.png',         ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Elite repair plate for extreme conditions, favored by Armstrong Security black ops.'},
    ['fib_tactical_repair_plate']           = {['name'] = 'fib_tactical_repair_plate',          ['label'] = 'FIB Tactical Repair Plate',            ['weight'] = 900,       ['type'] = 'item',      ['image'] = 'fib_tactical_repair_plate.png',            ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A tactical repair plate used by the FIB for covert operations.'},
    ['noose_heavy_repair_plate']            = {['name'] = 'noose_heavy_repair_plate',           ['label'] = 'NOOSE Heavy Repair Plate',             ['weight'] = 1200,      ['type'] = 'item',      ['image'] = 'noose_heavy_repair_plate.png',             ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A heavy, reinforced repair plate used by NOOSE forces for high-risk operations.'},

Last updated