Enabling MK2 weapons on QBCore

Enabling MK2 weapons on QBCore :

Disclaimer: This is meant for developers, please create a ticket if you require assistance on how to add this to your server

Head to the qb-core/shared/items.lua Add this snippet ABOVE the }

['component_at_scope_macro_mk2']        = {['name'] = 'component_at_scope_macro_mk2',          ['label'] = 'Small Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Small Scope'},
['component_revolver_mk2_camo']        = {['name'] = 'component_revolver_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_revolver_mk2_camo_02']        = {['name'] = 'component_revolver_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_revolver_mk2_camo_03']        = {['name'] = 'component_revolver_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_revolver_mk2_camo_04']        = {['name'] = 'component_revolver_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_revolver_mk2_camo_05']        = {['name'] = 'component_revolver_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_revolver_mk2_camo_06']        = {['name'] = 'component_revolver_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_revolver_mk2_camo_07']        = {['name'] = 'component_revolver_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_revolver_mk2_camo_08']        = {['name'] = 'component_revolver_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_revolver_mk2_camo_09']        = {['name'] = 'component_revolver_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_revolver_mk2_camo_10']        = {['name'] = 'component_revolver_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_revolver_mk2_camo_ind_01']        = {['name'] = 'component_revolver_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_bullpuprifle_mk2_clip_01']        = {['name'] = 'component_bullpuprifle_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_bullpuprifle_mk2_clip_02']        = {['name'] = 'component_bullpuprifle_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_at_scope_macro_02_mk2']        = {['name'] = 'component_at_scope_macro_02_mk2',          ['label'] = 'Small Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Small Scope'},
['component_at_scope_small_mk2']        = {['name'] = 'component_at_scope_small_mk2',          ['label'] = 'Medium Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Medium Scope'},
['component_bullpuprifle_mk2_camo']        = {['name'] = 'component_bullpuprifle_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_bullpuprifle_mk2_camo_02']        = {['name'] = 'component_bullpuprifle_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_bullpuprifle_mk2_camo_03']        = {['name'] = 'component_bullpuprifle_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_bullpuprifle_mk2_camo_04']        = {['name'] = 'component_bullpuprifle_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_bullpuprifle_mk2_camo_05']        = {['name'] = 'component_bullpuprifle_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_bullpuprifle_mk2_camo_06']        = {['name'] = 'component_bullpuprifle_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_bullpuprifle_mk2_camo_07']        = {['name'] = 'component_bullpuprifle_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_bullpuprifle_mk2_camo_08']        = {['name'] = 'component_bullpuprifle_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_bullpuprifle_mk2_camo_09']        = {['name'] = 'component_bullpuprifle_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_bullpuprifle_mk2_camo_10']        = {['name'] = 'component_bullpuprifle_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_bullpuprifle_mk2_camo_ind_01']        = {['name'] = 'component_bullpuprifle_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_carbinerifle_mk2_clip_01']        = {['name'] = 'component_carbinerifle_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_carbinerifle_mk2_clip_02']        = {['name'] = 'component_carbinerifle_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_at_scope_medium_mk2']        = {['name'] = 'component_at_scope_medium_mk2',          ['label'] = 'Large Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Large Scope'},
['component_carbinerifle_mk2_camo']        = {['name'] = 'component_carbinerifle_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_carbinerifle_mk2_camo_02']        = {['name'] = 'component_carbinerifle_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_carbinerifle_mk2_camo_03']        = {['name'] = 'component_carbinerifle_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_carbinerifle_mk2_camo_04']        = {['name'] = 'component_carbinerifle_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_carbinerifle_mk2_camo_05']        = {['name'] = 'component_carbinerifle_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_carbinerifle_mk2_camo_06']        = {['name'] = 'component_carbinerifle_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_carbinerifle_mk2_camo_07']        = {['name'] = 'component_carbinerifle_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_carbinerifle_mk2_camo_08']        = {['name'] = 'component_carbinerifle_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_carbinerifle_mk2_camo_09']        = {['name'] = 'component_carbinerifle_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_carbinerifle_mk2_camo_10']        = {['name'] = 'component_carbinerifle_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_carbinerifle_mk2_camo_ind_01']        = {['name'] = 'component_carbinerifle_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_assaultrifle_mk2_clip_01']        = {['name'] = 'component_assaultrifle_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_assaultrifle_mk2_clip_02']        = {['name'] = 'component_assaultrifle_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_assaultrifle_mk2_camo']        = {['name'] = 'component_assaultrifle_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_assaultrifle_mk2_camo_02']        = {['name'] = 'component_assaultrifle_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_assaultrifle_mk2_camo_03']        = {['name'] = 'component_assaultrifle_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_assaultrifle_mk2_camo_04']        = {['name'] = 'component_assaultrifle_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_assaultrifle_mk2_camo_05']        = {['name'] = 'component_assaultrifle_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_assaultrifle_mk2_camo_06	']        = {['name'] = 'component_assaultrifle_mk2_camo_06	',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_assaultrifle_mk2_camo_07']        = {['name'] = 'component_assaultrifle_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_assaultrifle_mk2_camo_08']        = {['name'] = 'component_assaultrifle_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_assaultrifle_mk2_camo_09']        = {['name'] = 'component_assaultrifle_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_assaultrifle_mk2_camo_10']        = {['name'] = 'component_assaultrifle_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_assaultrifle_mk2_camo_ind_01']        = {['name'] = 'component_assaultrifle_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_smg_mk2_clip_01']        = {['name'] = 'component_smg_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_smg_mk2_clip_02']        = {['name'] = 'component_smg_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_at_scope_macro_02_smg_mk2']        = {['name'] = 'component_at_scope_macro_02_smg_mk2',          ['label'] = 'Small Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Small Scope'},
['component_at_scope_small_smg_mk2']        = {['name'] = 'component_at_scope_small_smg_mk2',          ['label'] = 'Medium Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Medium Scope'},
['component_smg_mk2_camo']        = {['name'] = 'component_smg_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_smg_mk2_camo_02']        = {['name'] = 'component_smg_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_smg_mk2_camo_03']        = {['name'] = 'component_smg_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_smg_mk2_camo_05']        = {['name'] = 'component_smg_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_smg_mk2_camo_06']        = {['name'] = 'component_smg_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_smg_mk2_camo_07']        = {['name'] = 'component_smg_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_smg_mk2_camo_09']        = {['name'] = 'component_smg_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_smg_mk2_camo_10']        = {['name'] = 'component_smg_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_smg_mk2_camo_ind_01']        = {['name'] = 'component_smg_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_heavysniper_mk2_clip_01']        = {['name'] = 'component_heavysniper_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_heavysniper_mk2_clip_02']        = {['name'] = 'component_heavysniper_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_at_scope_large_mk2']        = {['name'] = 'component_at_scope_large_mk2',          ['label'] = 'Zoom Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zoom Scope'},
['component_heavysniper_mk2_camo']        = {['name'] = 'component_heavysniper_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_heavysniper_mk2_camo_02']        = {['name'] = 'component_heavysniper_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_heavysniper_mk2_camo_03']        = {['name'] = 'component_heavysniper_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_heavysniper_mk2_camo_04']        = {['name'] = 'component_heavysniper_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_heavysniper_mk2_camo_05']        = {['name'] = 'component_heavysniper_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_heavysniper_mk2_camo_06']        = {['name'] = 'component_heavysniper_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_heavysniper_mk2_camo_07']        = {['name'] = 'component_heavysniper_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_heavysniper_mk2_camo_08']        = {['name'] = 'component_heavysniper_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_heavysniper_mk2_camo_09']        = {['name'] = 'component_heavysniper_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_heavysniper_mk2_camo_10']        = {['name'] = 'component_heavysniper_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_heavysniper_mk2_camo_ind_01']        = {['name'] = 'component_heavysniper_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_marksmanrifle_mk2_clip_01']        = {['name'] = 'component_marksmanrifle_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_marksmanrifle_mk2_clip_02']        = {['name'] = 'component_marksmanrifle_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_at_scope_large_fixed_zoom_mk2']        = {['name'] = 'component_at_scope_large_fixed_zoom_mk2',          ['label'] = 'Zoom Scope',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zoom Scope'},
['component_marksmanrifle_mk2_camo']        = {['name'] = 'component_marksmanrifle_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_marksmanrifle_mk2_camo_02']        = {['name'] = 'component_marksmanrifle_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_marksmanrifle_mk2_camo_03']        = {['name'] = 'component_marksmanrifle_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_marksmanrifle_mk2_camo_04']        = {['name'] = 'component_marksmanrifle_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_marksmanrifle_mk2_camo_05']        = {['name'] = 'component_marksmanrifle_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_marksmanrifle_mk2_camo_06']        = {['name'] = 'component_marksmanrifle_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_marksmanrifle_mk2_camo_07']        = {['name'] = 'component_marksmanrifle_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_marksmanrifle_mk2_camo_08']        = {['name'] = 'component_marksmanrifle_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_marksmanrifle_mk2_camo_09']        = {['name'] = 'component_marksmanrifle_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_marksmanrifle_mk2_camo_ind_01']        = {['name'] = 'component_marksmanrifle_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_specialcarbine_mk2_clip_01']        = {['name'] = 'component_specialcarbine_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_specialcarbine_mk2_clip_02']        = {['name'] = 'component_specialcarbine_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_specialcarbine_mk2_camo']        = {['name'] = 'component_specialcarbine_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_specialcarbine_mk2_camo_02']        = {['name'] = 'component_specialcarbine_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_specialcarbine_mk2_camo_03']        = {['name'] = 'component_specialcarbine_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_specialcarbine_mk2_camo_04']        = {['name'] = 'component_specialcarbine_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_specialcarbine_mk2_camo_05']        = {['name'] = 'component_specialcarbine_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_specialcarbine_mk2_camo_06']        = {['name'] = 'component_specialcarbine_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_specialcarbine_mk2_camo_07	']        = {['name'] = 'component_specialcarbine_mk2_camo_07	',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_specialcarbine_mk2_camo_08']        = {['name'] = 'component_specialcarbine_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_specialcarbine_mk2_camo_09']        = {['name'] = 'component_specialcarbine_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_specialcarbine_mk2_camo_10']        = {['name'] = 'component_specialcarbine_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_specialcarbine_mk2_camo_ind_01']        = {['name'] = 'component_specialcarbine_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_combatmg_mk2_clip_01']        = {['name'] = 'component_combatmg_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_combatmg_mk2_clip_02']        = {['name'] = 'component_combatmg_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_combatmg_mk2_camo']        = {['name'] = 'component_combatmg_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_combatmg_mk2_camo_02']        = {['name'] = 'component_combatmg_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_combatmg_mk2_camo_03']        = {['name'] = 'component_combatmg_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_combatmg_mk2_camo_04']        = {['name'] = 'component_combatmg_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_combatmg_mk2_camo_05']        = {['name'] = 'component_combatmg_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_combatmg_mk2_camo_06']        = {['name'] = 'component_combatmg_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_combatmg_mk2_camo_07']        = {['name'] = 'component_combatmg_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_combatmg_mk2_camo_08']        = {['name'] = 'component_combatmg_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_combatmg_mk2_camo_09']        = {['name'] = 'component_combatmg_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_combatmg_mk2_camo_10']        = {['name'] = 'component_combatmg_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_combatmg_mk2_camo_ind_01']        = {['name'] = 'component_combatmg_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_pistol_mk2_clip_01']        = {['name'] = 'component_pistol_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_pistol_mk2_clip_02']        = {['name'] = 'component_pistol_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_pistol_mk2_camo_slide']        = {['name'] = 'component_pistol_mk2_camo_slide',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_pistol_mk2_camo_02_slide']        = {['name'] = 'component_pistol_mk2_camo_02_slide',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_pistol_mk2_camo_03_slide']        = {['name'] = 'component_pistol_mk2_camo_03_slide',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_pistol_mk2_camo_04_slide']        = {['name'] = 'component_pistol_mk2_camo_04_slide',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_pistol_mk2_camo_05_slide']        = {['name'] = 'component_pistol_mk2_camo_05_slide',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_pistol_mk2_camo_06_slide6']        = {['name'] = 'component_pistol_mk2_camo_06_slide6',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_pistol_mk2_camo_07_slide']        = {['name'] = 'component_pistol_mk2_camo_07_slide',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_pistol_mk2_camo_08_slide']        = {['name'] = 'component_pistol_mk2_camo_08_slide',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_pistol_mk2_camo_09_slide']        = {['name'] = 'component_pistol_mk2_camo_09_slide',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_pistol_mk2_camo_10_slide']        = {['name'] = 'component_pistol_mk2_camo_10_slide',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_pistol_mk2_camo_ind_01_slide']        = {['name'] = 'component_pistol_mk2_camo_ind_01_slide',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_pumpshotgun_mk2_clip_01']        = {['name'] = 'component_pumpshotgun_mk2_clip_01',          ['label'] = 'Default Shells',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Shells'},
['component_pumpshotgun_mk2_clip_armorpiercing']        = {['name'] = 'component_pumpshotgun_mk2_clip_armorpiercing',          ['label'] = 'Steel Buckshot Shells',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Steel Buckshot Shells'},
['component_pumpshotgun_mk2_clip_hollowpoint']        = {['name'] = 'component_pumpshotgun_mk2_clip_hollowpoint',          ['label'] = 'Flechette Shells',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Flechette Shells'},
['component_pumpshotgun_mk2_camo']        = {['name'] = 'component_pumpshotgun_mk2_camo',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_pumpshotgun_mk2_camo_02']        = {['name'] = 'component_pumpshotgun_mk2_camo_02',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_pumpshotgun_mk2_camo_03']        = {['name'] = 'component_pumpshotgun_mk2_camo_03',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_pumpshotgun_mk2_camo_04']        = {['name'] = 'component_pumpshotgun_mk2_camo_04',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_pumpshotgun_mk2_camo_05']        = {['name'] = 'component_pumpshotgun_mk2_camo_05',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_pumpshotgun_mk2_camo_06']        = {['name'] = 'component_pumpshotgun_mk2_camo_06',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_pumpshotgun_mk2_camo_07']        = {['name'] = 'component_pumpshotgun_mk2_camo_07',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_pumpshotgun_mk2_camo_08']        = {['name'] = 'component_pumpshotgun_mk2_camo_08',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_pumpshotgun_mk2_camo_09']        = {['name'] = 'component_pumpshotgun_mk2_camo_09',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_pumpshotgun_mk2_camo_10']        = {['name'] = 'component_pumpshotgun_mk2_camo_10',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_pumpshotgun_mk2_camo_ind_01']        = {['name'] = 'component_pumpshotgun_mk2_camo_ind_01',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},
['component_snspistol_mk2_clip_01']        = {['name'] = 'component_snspistol_mk2_clip_01',          ['label'] = 'Default Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Default Clip'},
['component_snspistol_mk2_clip_02']        = {['name'] = 'component_snspistol_mk2_clip_02',          ['label'] = 'Extended Clip',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Extended Clip'},
['component_snspistol_mk2_camo_slide']        = {['name'] = 'component_snspistol_mk2_camo_slide',          ['label'] = 'Digital Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Digital Camo'},
['component_snspistol_mk2_camo_02_slide']        = {['name'] = 'component_snspistol_mk2_camo_02_slide',          ['label'] = 'Brushstroke Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Brushstroke Camo'},
['component_snspistol_mk2_camo_03_slide']        = {['name'] = 'component_snspistol_mk2_camo_03_slide',          ['label'] = 'Woodland Camo',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Woodland Camo'},
['component_snspistol_mk2_camo_04_slide']        = {['name'] = 'component_snspistol_mk2_camo_04_slide',          ['label'] = 'Skull',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Skull'},
['component_snspistol_mk2_camo_05_slide']        = {['name'] = 'component_snspistol_mk2_camo_05_slide',          ['label'] = 'Sessanta Nove',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Sessanta Nove'},
['component_snspistol_mk2_camo_06_slide6']        = {['name'] = 'component_snspistol_mk2_camo_06_slide6',          ['label'] = 'Perseus',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Perseus'},
['component_snspistol_mk2_camo_07_slide']        = {['name'] = 'component_snspistol_mk2_camo_07_slide',          ['label'] = 'Leopard',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Leopard'},
['component_snspistol_mk2_camo_08_slide']        = {['name'] = 'component_snspistol_mk2_camo_08_slide',          ['label'] = 'Zebra',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Zebra'},
['component_snspistol_mk2_camo_09_slide']        = {['name'] = 'component_snspistol_mk2_camo_09_slide',          ['label'] = 'Geometric',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Geometric'},
['component_snspistol_mk2_camo_10_slide']        = {['name'] = 'component_snspistol_mk2_camo_10_slide',          ['label'] = 'Boom!',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Boom!'},
['component_snspistol_mk2_camo_ind_01_slide']        = {['name'] = 'component_snspistol_mk2_camo_ind_01_slide',          ['label'] = 'Patriotic',                ['weight'] = 1000,         ['type'] = 'item',         ['image'] = nil,     ['unique'] = false,         ['useable'] = true,     ['shouldClose'] = true,       ['combinable'] = nil,   ['description'] = 'Patriotic'},

You'll then want to head to qb-weapons/config.lua and add this snippet to the WeaponAttachments table

['WEAPON_HEAVYSNIPER_MK2'] = {


  ['defaultclip'] = {
    component = 'COMPONENT_HEAVYSNIPER_MK2_CLIP_01',
    item = 'component_heavysniper_mk2_clip_01',
    type = 'clip',
  },
  ['extendedclip'] = {
    component = 'COMPONENT_HEAVYSNIPER_MK2_CLIP_02',
    item = 'component_heavysniper_mk2_clip_02',
    type = 'clip',
  },
  ['COMPONENT_AT_SCOPE_LARGE_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_LARGE_MK2',
    item = 'component_at_scope_large_mk2',
    type = 'sight',
  },
  ['COMPONENT_HEAVYSNIPER_MK2_CAMO'] = {
    component = 'COMPONENT_HEAVYSNIPER_MK2_CAMO',
    item = 'component_heavysniper_mk2_camo',
    type = 'camo',
  },
  ['COMPONENT_HEAVYSNIPER_MK2_CAMO_02'] = {
    component = 'COMPONENT_HEAVYSNIPER_MK2_CAMO_02',
    item = 'component_heavysniper_mk2_camo_02',
    type = 'camo',
  },
  ['COMPONENT_HEAVYSNIPER_MK2_CAMO_03'] = {
    component = 'COMPONENT_HEAVYSNIPER_MK2_CAMO_03',
    item = 'component_heavysniper_mk2_camo_03',
    type = 'camo',
  },
  ['COMPONENT_HEAVYSNIPER_MK2_CAMO_04'] = {
    component = 'COMPONENT_HEAVYSNIPER_MK2_CAMO_04',
    item = 'component_heavysniper_mk2_camo_04',
    type = 'camo',
  },
  ['COMPONENT_HEAVYSNIPER_MK2_CAMO_05'] = {
    component = 'COMPONENT_HEAVYSNIPER_MK2_CAMO_05',
    item = 'component_heavysniper_mk2_camo_05',
    type = 'camo',
  },
  ['COMPONENT_HEAVYSNIPER_MK2_CAMO_06'] = {
    component = 'COMPONENT_HEAVYSNIPER_MK2_CAMO_06',
    item = 'component_heavysniper_mk2_camo_06',
    type = 'camo',
  },
  ['COMPONENT_HEAVYSNIPER_MK2_CAMO_07'] = {
    component = 'COMPONENT_HEAVYSNIPER_MK2_CAMO_07',
    item = 'component_heavysniper_mk2_camo_07',
    type = 'camo',
  },
  ['COMPONENT_HEAVYSNIPER_MK2_CAMO_08'] = {
    component = 'COMPONENT_HEAVYSNIPER_MK2_CAMO_08',
    item = 'component_heavysniper_mk2_camo_08',
    type = 'camo',
  },
  ['COMPONENT_HEAVYSNIPER_MK2_CAMO_09'] = {
    component = 'COMPONENT_HEAVYSNIPER_MK2_CAMO_09',
    item = 'component_heavysniper_mk2_camo_09',
    type = 'camo',
  },
  ['COMPONENT_HEAVYSNIPER_MK2_CAMO_10'] = {
    component = 'COMPONENT_HEAVYSNIPER_MK2_CAMO_10',
    item = 'component_heavysniper_mk2_camo_10',
    type = 'camo',
  },
  ['COMPONENT_HEAVYSNIPER_MK2_CAMO_IND_01'] = {
    component = 'COMPONENT_HEAVYSNIPER_MK2_CAMO_IND_01',
    item = 'component_heavysniper_mk2_camo_ind_01',
    type = 'camo',
  },
},
['WEAPON_SMG_MK2'] = {


  ['defaultclip'] = {
    component = 'COMPONENT_SMG_MK2_CLIP_01',
    item = 'component_smg_mk2_clip_01',
    type = 'clip',
  },
  ['extendedclip'] = {
    component = 'COMPONENT_SMG_MK2_CLIP_02',
    item = 'component_smg_mk2_clip_02',
    type = 'clip',
  },
  ['COMPONENT_AT_SCOPE_MACRO_02_SMG_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_MACRO_02_SMG_MK2',
    item = 'component_at_scope_macro_02_smg_mk2',
    type = 'sight',
  },
  ['COMPONENT_AT_SCOPE_SMALL_SMG_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_SMALL_SMG_MK2',
    item = 'component_at_scope_small_smg_mk2',
    type = 'sight',
  },
  ['COMPONENT_SMG_MK2_CAMO'] = {
    component = 'COMPONENT_SMG_MK2_CAMO',
    item = 'component_smg_mk2_camo',
    type = 'camo',
  },
  ['COMPONENT_SMG_MK2_CAMO_02'] = {
    component = 'COMPONENT_SMG_MK2_CAMO_02',
    item = 'component_smg_mk2_camo_02',
    type = 'camo',
  },
  ['COMPONENT_SMG_MK2_CAMO_03'] = {
    component = 'COMPONENT_SMG_MK2_CAMO_03',
    item = 'component_smg_mk2_camo_03',
    type = 'camo',
  },
  ['COMPONENT_SMG_MK2_CAMO_05'] = {
    component = 'COMPONENT_SMG_MK2_CAMO_05',
    item = 'component_smg_mk2_camo_05',
    type = 'camo',
  },
  ['COMPONENT_SMG_MK2_CAMO_06'] = {
    component = 'COMPONENT_SMG_MK2_CAMO_06',
    item = 'component_smg_mk2_camo_06',
    type = 'camo',
  },
  ['COMPONENT_SMG_MK2_CAMO_07'] = {
    component = 'COMPONENT_SMG_MK2_CAMO_07',
    item = 'component_smg_mk2_camo_07',
    type = 'camo',
  },
  ['COMPONENT_SMG_MK2_CAMO_09'] = {
    component = 'COMPONENT_SMG_MK2_CAMO_09',
    item = 'component_smg_mk2_camo_09',
    type = 'camo',
  },
  ['COMPONENT_SMG_MK2_CAMO_10'] = {
    component = 'COMPONENT_SMG_MK2_CAMO_10',
    item = 'component_smg_mk2_camo_10',
    type = 'camo',
  },
  ['COMPONENT_SMG_MK2_CAMO_IND_01'] = {
    component = 'COMPONENT_SMG_MK2_CAMO_IND_01',
    item = 'component_smg_mk2_camo_ind_01',
    type = 'camo',
  },
},
['WEAPON_PUMPSHOTGUN_MK2'] = {


  ['defaultclip'] = {
    component = 'COMPONENT_PUMPSHOTGUN_MK2_CLIP_01',
    item = 'component_pumpshotgun_mk2_clip_01',
    type = 'clip',
  },
  ['COMPONENT_AT_SCOPE_MACRO_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_MACRO_MK2',
    item = 'component_at_scope_macro_mk2',
    type = 'sight',
  },
  ['COMPONENT_AT_SCOPE_SMALL_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_SMALL_MK2',
    item = 'component_at_scope_small_mk2',
    type = 'sight',
  },
  ['COMPONENT_PUMPSHOTGUN_MK2_CAMO'] = {
    component = 'COMPONENT_PUMPSHOTGUN_MK2_CAMO',
    item = 'component_pumpshotgun_mk2_camo',
    type = 'camo',
  },
  ['COMPONENT_PUMPSHOTGUN_MK2_CAMO_02'] = {
    component = 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_02',
    item = 'component_pumpshotgun_mk2_camo_02',
    type = 'camo',
  },
  ['COMPONENT_PUMPSHOTGUN_MK2_CAMO_03'] = {
    component = 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_03',
    item = 'component_pumpshotgun_mk2_camo_03',
    type = 'camo',
  },
  ['COMPONENT_PUMPSHOTGUN_MK2_CAMO_04'] = {
    component = 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_04',
    item = 'component_pumpshotgun_mk2_camo_04',
    type = 'camo',
  },
  ['COMPONENT_PUMPSHOTGUN_MK2_CAMO_05'] = {
    component = 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_05',
    item = 'component_pumpshotgun_mk2_camo_05',
    type = 'camo',
  },
  ['COMPONENT_PUMPSHOTGUN_MK2_CAMO_06'] = {
    component = 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_06',
    item = 'component_pumpshotgun_mk2_camo_06',
    type = 'camo',
  },
  ['COMPONENT_PUMPSHOTGUN_MK2_CAMO_07'] = {
    component = 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_07',
    item = 'component_pumpshotgun_mk2_camo_07',
    type = 'camo',
  },
  ['COMPONENT_PUMPSHOTGUN_MK2_CAMO_08'] = {
    component = 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_08',
    item = 'component_pumpshotgun_mk2_camo_08',
    type = 'camo',
  },
  ['COMPONENT_PUMPSHOTGUN_MK2_CAMO_09'] = {
    component = 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_09',
    item = 'component_pumpshotgun_mk2_camo_09',
    type = 'camo',
  },
  ['COMPONENT_PUMPSHOTGUN_MK2_CAMO_10'] = {
    component = 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_10',
    item = 'component_pumpshotgun_mk2_camo_10',
    type = 'camo',
  },
  ['COMPONENT_PUMPSHOTGUN_MK2_CAMO_IND_01'] = {
    component = 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_IND_01',
    item = 'component_pumpshotgun_mk2_camo_ind_01',
    type = 'camo',
  },
},
['WEAPON_COMBATMG_MK2'] = {


  ['defaultclip'] = {
    component = 'COMPONENT_COMBATMG_MK2_CLIP_01',
    item = 'component_combatmg_mk2_clip_01',
    type = 'clip',
  },
  ['extendedclip'] = {
    component = 'COMPONENT_COMBATMG_MK2_CLIP_02',
    item = 'component_combatmg_mk2_clip_02',
    type = 'clip',
  },
  ['COMPONENT_AT_SCOPE_SMALL_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_SMALL_MK2',
    item = 'component_at_scope_small_mk2',
    type = 'sight',
  },
  ['COMPONENT_AT_SCOPE_MEDIUM_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_MEDIUM_MK2',
    item = 'component_at_scope_medium_mk2',
    type = 'sight',
  },
  ['COMPONENT_COMBATMG_MK2_CAMO'] = {
    component = 'COMPONENT_COMBATMG_MK2_CAMO',
    item = 'component_combatmg_mk2_camo',
    type = 'camo',
  },
  ['COMPONENT_COMBATMG_MK2_CAMO_02'] = {
    component = 'COMPONENT_COMBATMG_MK2_CAMO_02',
    item = 'component_combatmg_mk2_camo_02',
    type = 'camo',
  },
  ['COMPONENT_COMBATMG_MK2_CAMO_03'] = {
    component = 'COMPONENT_COMBATMG_MK2_CAMO_03',
    item = 'component_combatmg_mk2_camo_03',
    type = 'camo',
  },
  ['COMPONENT_COMBATMG_MK2_CAMO_04'] = {
    component = 'COMPONENT_COMBATMG_MK2_CAMO_04',
    item = 'component_combatmg_mk2_camo_04',
    type = 'camo',
  },
  ['COMPONENT_COMBATMG_MK2_CAMO_05'] = {
    component = 'COMPONENT_COMBATMG_MK2_CAMO_05',
    item = 'component_combatmg_mk2_camo_05',
    type = 'camo',
  },
  ['COMPONENT_COMBATMG_MK2_CAMO_06'] = {
    component = 'COMPONENT_COMBATMG_MK2_CAMO_06',
    item = 'component_combatmg_mk2_camo_06',
    type = 'camo',
  },
  ['COMPONENT_COMBATMG_MK2_CAMO_07'] = {
    component = 'COMPONENT_COMBATMG_MK2_CAMO_07',
    item = 'component_combatmg_mk2_camo_07',
    type = 'camo',
  },
  ['COMPONENT_COMBATMG_MK2_CAMO_08'] = {
    component = 'COMPONENT_COMBATMG_MK2_CAMO_08',
    item = 'component_combatmg_mk2_camo_08',
    type = 'camo',
  },
  ['COMPONENT_COMBATMG_MK2_CAMO_09'] = {
    component = 'COMPONENT_COMBATMG_MK2_CAMO_09',
    item = 'component_combatmg_mk2_camo_09',
    type = 'camo',
  },
  ['COMPONENT_COMBATMG_MK2_CAMO_10'] = {
    component = 'COMPONENT_COMBATMG_MK2_CAMO_10',
    item = 'component_combatmg_mk2_camo_10',
    type = 'camo',
  },
  ['COMPONENT_COMBATMG_MK2_CAMO_IND_01'] = {
    component = 'COMPONENT_COMBATMG_MK2_CAMO_IND_01',
    item = 'component_combatmg_mk2_camo_ind_01',
    type = 'camo',
  },
},
['WEAPON_REVOLVER_MK2'] = {


  ['COMPONENT_AT_SCOPE_MACRO_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_MACRO_MK2',
    item = 'component_at_scope_macro_mk2',
    type = 'sight',
  },
  ['COMPONENT_REVOLVER_MK2_CAMO'] = {
    component = 'COMPONENT_REVOLVER_MK2_CAMO',
    item = 'component_revolver_mk2_camo',
    type = 'camo',
  },
  ['COMPONENT_REVOLVER_MK2_CAMO_02'] = {
    component = 'COMPONENT_REVOLVER_MK2_CAMO_02',
    item = 'component_revolver_mk2_camo_02',
    type = 'camo',
  },
  ['COMPONENT_REVOLVER_MK2_CAMO_03'] = {
    component = 'COMPONENT_REVOLVER_MK2_CAMO_03',
    item = 'component_revolver_mk2_camo_03',
    type = 'camo',
  },
  ['COMPONENT_REVOLVER_MK2_CAMO_04'] = {
    component = 'COMPONENT_REVOLVER_MK2_CAMO_04',
    item = 'component_revolver_mk2_camo_04',
    type = 'camo',
  },
  ['COMPONENT_REVOLVER_MK2_CAMO_05'] = {
    component = 'COMPONENT_REVOLVER_MK2_CAMO_05',
    item = 'component_revolver_mk2_camo_05',
    type = 'camo',
  },
  ['COMPONENT_REVOLVER_MK2_CAMO_06'] = {
    component = 'COMPONENT_REVOLVER_MK2_CAMO_06',
    item = 'component_revolver_mk2_camo_06',
    type = 'camo',
  },
  ['COMPONENT_REVOLVER_MK2_CAMO_07'] = {
    component = 'COMPONENT_REVOLVER_MK2_CAMO_07',
    item = 'component_revolver_mk2_camo_07',
    type = 'camo',
  },
  ['COMPONENT_REVOLVER_MK2_CAMO_08'] = {
    component = 'COMPONENT_REVOLVER_MK2_CAMO_08',
    item = 'component_revolver_mk2_camo_08',
    type = 'camo',
  },
  ['COMPONENT_REVOLVER_MK2_CAMO_09'] = {
    component = 'COMPONENT_REVOLVER_MK2_CAMO_09',
    item = 'component_revolver_mk2_camo_09',
    type = 'camo',
  },
  ['COMPONENT_REVOLVER_MK2_CAMO_10'] = {
    component = 'COMPONENT_REVOLVER_MK2_CAMO_10',
    item = 'component_revolver_mk2_camo_10',
    type = 'camo',
  },
  ['COMPONENT_REVOLVER_MK2_CAMO_IND_01'] = {
    component = 'COMPONENT_REVOLVER_MK2_CAMO_IND_01',
    item = 'component_revolver_mk2_camo_ind_01',
    type = 'camo',
  },
},
['WEAPON_PISTOL_MK2'] = {


  ['defaultclip'] = {
    component = 'COMPONENT_PISTOL_MK2_CLIP_01',
    item = 'component_pistol_mk2_clip_01',
    type = 'clip',
  },
  ['extendedclip'] = {
    component = 'COMPONENT_PISTOL_MK2_CLIP_02',
    item = 'component_pistol_mk2_clip_02',
    type = 'clip',
  },
  ['COMPONENT_PISTOL_MK2_CAMO_SLIDE'] = {
    component = 'COMPONENT_PISTOL_MK2_CAMO_SLIDE',
    item = 'component_pistol_mk2_camo_slide',
    type = 'camo',
  },
  ['COMPONENT_PISTOL_MK2_CAMO_02_SLIDE'] = {
    component = 'COMPONENT_PISTOL_MK2_CAMO_02_SLIDE',
    item = 'component_pistol_mk2_camo_02_slide',
    type = 'camo',
  },
  ['COMPONENT_PISTOL_MK2_CAMO_03_SLIDE'] = {
    component = 'COMPONENT_PISTOL_MK2_CAMO_03_SLIDE',
    item = 'component_pistol_mk2_camo_03_slide',
    type = 'camo',
  },
  ['COMPONENT_PISTOL_MK2_CAMO_04_SLIDE'] = {
    component = 'COMPONENT_PISTOL_MK2_CAMO_04_SLIDE',
    item = 'component_pistol_mk2_camo_04_slide',
    type = 'camo',
  },
  ['COMPONENT_PISTOL_MK2_CAMO_05_SLIDE'] = {
    component = 'COMPONENT_PISTOL_MK2_CAMO_05_SLIDE',
    item = 'component_pistol_mk2_camo_05_slide',
    type = 'camo',
  },
  ['COMPONENT_PISTOL_MK2_CAMO_06_SLIDE6'] = {
    component = 'COMPONENT_PISTOL_MK2_CAMO_06_SLIDE6',
    item = 'component_pistol_mk2_camo_06_slide6',
    type = 'camo',
  },
  ['COMPONENT_PISTOL_MK2_CAMO_07_SLIDE'] = {
    component = 'COMPONENT_PISTOL_MK2_CAMO_07_SLIDE',
    item = 'component_pistol_mk2_camo_07_slide',
    type = 'camo',
  },
  ['COMPONENT_PISTOL_MK2_CAMO_08_SLIDE'] = {
    component = 'COMPONENT_PISTOL_MK2_CAMO_08_SLIDE',
    item = 'component_pistol_mk2_camo_08_slide',
    type = 'camo',
  },
  ['COMPONENT_PISTOL_MK2_CAMO_09_SLIDE'] = {
    component = 'COMPONENT_PISTOL_MK2_CAMO_09_SLIDE',
    item = 'component_pistol_mk2_camo_09_slide',
    type = 'camo',
  },
  ['COMPONENT_PISTOL_MK2_CAMO_10_SLIDE'] = {
    component = 'COMPONENT_PISTOL_MK2_CAMO_10_SLIDE',
    item = 'component_pistol_mk2_camo_10_slide',
    type = 'camo',
  },
  ['COMPONENT_PISTOL_MK2_CAMO_IND_01_SLIDE'] = {
    component = 'COMPONENT_PISTOL_MK2_CAMO_IND_01_SLIDE',
    item = 'component_pistol_mk2_camo_ind_01_slide',
    type = 'camo',
  },
},
['WEAPON_ASSAULTRIFLE_MK2'] = {


  ['defaultclip'] = {
    component = 'COMPONENT_ASSAULTRIFLE_MK2_CLIP_01',
    item = 'component_assaultrifle_mk2_clip_01',
    type = 'clip',
  },
  ['extendedclip'] = {
    component = 'COMPONENT_ASSAULTRIFLE_MK2_CLIP_02',
    item = 'component_assaultrifle_mk2_clip_02',
    type = 'clip',
  },
  ['COMPONENT_AT_SCOPE_MACRO_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_MACRO_MK2',
    item = 'component_at_scope_macro_mk2',
    type = 'sight',
  },
  ['COMPONENT_AT_SCOPE_MEDIUM_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_MEDIUM_MK2',
    item = 'component_at_scope_medium_mk2',
    type = 'sight',
  },
  ['COMPONENT_ASSAULTRIFLE_MK2_CAMO'] = {
    component = 'COMPONENT_ASSAULTRIFLE_MK2_CAMO',
    item = 'component_assaultrifle_mk2_camo',
    type = 'camo',
  },
  ['COMPONENT_ASSAULTRIFLE_MK2_CAMO_02'] = {
    component = 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_02',
    item = 'component_assaultrifle_mk2_camo_02',
    type = 'camo',
  },
  ['COMPONENT_ASSAULTRIFLE_MK2_CAMO_03'] = {
    component = 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_03',
    item = 'component_assaultrifle_mk2_camo_03',
    type = 'camo',
  },
  ['COMPONENT_ASSAULTRIFLE_MK2_CAMO_04'] = {
    component = 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_04',
    item = 'component_assaultrifle_mk2_camo_04',
    type = 'camo',
  },
  ['COMPONENT_ASSAULTRIFLE_MK2_CAMO_05'] = {
    component = 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_05',
    item = 'component_assaultrifle_mk2_camo_05',
    type = 'camo',
  },
  ['COMPONENT_ASSAULTRIFLE_MK2_CAMO_06'] = {
    component = 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_06',
    item = 'component_assaultrifle_mk2_camo_06',
    type = 'camo',
  },
  ['COMPONENT_ASSAULTRIFLE_MK2_CAMO_07'] = {
    component = 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_07',
    item = 'component_assaultrifle_mk2_camo_07',
    type = 'camo',
  },
  ['COMPONENT_ASSAULTRIFLE_MK2_CAMO_08'] = {
    component = 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_08',
    item = 'component_assaultrifle_mk2_camo_08',
    type = 'camo',
  },
  ['COMPONENT_ASSAULTRIFLE_MK2_CAMO_09'] = {
    component = 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_09',
    item = 'component_assaultrifle_mk2_camo_09',
    type = 'camo',
  },
  ['COMPONENT_ASSAULTRIFLE_MK2_CAMO_10'] = {
    component = 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_10',
    item = 'component_assaultrifle_mk2_camo_10',
    type = 'camo',
  },
  ['COMPONENT_ASSAULTRIFLE_MK2_CAMO_IND_01'] = {
    component = 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_IND_01',
    item = 'component_assaultrifle_mk2_camo_ind_01',
    type = 'camo',
  },
},
['WEAPON_MARKSMANRIFLE_MK2'] = {


  ['defaultclip'] = {
    component = 'COMPONENT_MARKSMANRIFLE_MK2_CLIP_01',
    item = 'component_marksmanrifle_mk2_clip_01',
    type = 'clip',
  },
  ['extendedclip'] = {
    component = 'COMPONENT_MARKSMANRIFLE_MK2_CLIP_02',
    item = 'component_marksmanrifle_mk2_clip_02',
    type = 'clip',
  },
  ['COMPONENT_AT_SCOPE_MEDIUM_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_MEDIUM_MK2',
    item = 'component_at_scope_medium_mk2',
    type = 'sight',
  },
  ['COMPONENT_AT_SCOPE_LARGE_FIXED_ZOOM_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_LARGE_FIXED_ZOOM_MK2',
    item = 'component_at_scope_large_fixed_zoom_mk2',
    type = 'sight',
  },
  ['COMPONENT_MARKSMANRIFLE_MK2_CAMO'] = {
    component = 'COMPONENT_MARKSMANRIFLE_MK2_CAMO',
    item = 'component_marksmanrifle_mk2_camo',
    type = 'camo',
  },
  ['COMPONENT_MARKSMANRIFLE_MK2_CAMO_02'] = {
    component = 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_02',
    item = 'component_marksmanrifle_mk2_camo_02',
    type = 'camo',
  },
  ['COMPONENT_MARKSMANRIFLE_MK2_CAMO_03'] = {
    component = 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_03',
    item = 'component_marksmanrifle_mk2_camo_03',
    type = 'camo',
  },
  ['COMPONENT_MARKSMANRIFLE_MK2_CAMO_04'] = {
    component = 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_04',
    item = 'component_marksmanrifle_mk2_camo_04',
    type = 'camo',
  },
  ['COMPONENT_MARKSMANRIFLE_MK2_CAMO_05'] = {
    component = 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_05',
    item = 'component_marksmanrifle_mk2_camo_05',
    type = 'camo',
  },
  ['COMPONENT_MARKSMANRIFLE_MK2_CAMO_06'] = {
    component = 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_06',
    item = 'component_marksmanrifle_mk2_camo_06',
    type = 'camo',
  },
  ['COMPONENT_MARKSMANRIFLE_MK2_CAMO_07'] = {
    component = 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_07',
    item = 'component_marksmanrifle_mk2_camo_07',
    type = 'camo',
  },
  ['COMPONENT_MARKSMANRIFLE_MK2_CAMO_08'] = {
    component = 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_08',
    item = 'component_marksmanrifle_mk2_camo_08',
    type = 'camo',
  },
  ['COMPONENT_MARKSMANRIFLE_MK2_CAMO_09'] = {
    component = 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_09',
    item = 'component_marksmanrifle_mk2_camo_09',
    type = 'camo',
  },
  ['COMPONENT_MARKSMANRIFLE_MK2_CAMO_IND_01'] = {
    component = 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_IND_01',
    item = 'component_marksmanrifle_mk2_camo_ind_01',
    type = 'camo',
  },
},
['WEAPON_SPECIALCARBINE_MK2'] = {


  ['defaultclip'] = {
    component = 'COMPONENT_SPECIALCARBINE_MK2_CLIP_01',
    item = 'component_specialcarbine_mk2_clip_01',
    type = 'clip',
  },
  ['extendedclip'] = {
    component = 'COMPONENT_SPECIALCARBINE_MK2_CLIP_02',
    item = 'component_specialcarbine_mk2_clip_02',
    type = 'clip',
  },
  ['COMPONENT_AT_SCOPE_MACRO_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_MACRO_MK2',
    item = 'component_at_scope_macro_mk2',
    type = 'sight',
  },
  ['COMPONENT_AT_SCOPE_MEDIUM_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_MEDIUM_MK2',
    item = 'component_at_scope_medium_mk2',
    type = 'sight',
  },
  ['COMPONENT_SPECIALCARBINE_MK2_CAMO'] = {
    component = 'COMPONENT_SPECIALCARBINE_MK2_CAMO',
    item = 'component_specialcarbine_mk2_camo',
    type = 'camo',
  },
  ['COMPONENT_SPECIALCARBINE_MK2_CAMO_02'] = {
    component = 'COMPONENT_SPECIALCARBINE_MK2_CAMO_02',
    item = 'component_specialcarbine_mk2_camo_02',
    type = 'camo',
  },
  ['COMPONENT_SPECIALCARBINE_MK2_CAMO_03'] = {
    component = 'COMPONENT_SPECIALCARBINE_MK2_CAMO_03',
    item = 'component_specialcarbine_mk2_camo_03',
    type = 'camo',
  },
  ['COMPONENT_SPECIALCARBINE_MK2_CAMO_04'] = {
    component = 'COMPONENT_SPECIALCARBINE_MK2_CAMO_04',
    item = 'component_specialcarbine_mk2_camo_04',
    type = 'camo',
  },
  ['COMPONENT_SPECIALCARBINE_MK2_CAMO_05'] = {
    component = 'COMPONENT_SPECIALCARBINE_MK2_CAMO_05',
    item = 'component_specialcarbine_mk2_camo_05',
    type = 'camo',
  },
  ['COMPONENT_SPECIALCARBINE_MK2_CAMO_06'] = {
    component = 'COMPONENT_SPECIALCARBINE_MK2_CAMO_06',
    item = 'component_specialcarbine_mk2_camo_06',
    type = 'camo',
  },
  ['COMPONENT_SPECIALCARBINE_MK2_CAMO_07 '] = {
    component = 'COMPONENT_SPECIALCARBINE_MK2_CAMO_07    ',
    item = 'component_specialcarbine_mk2_camo_07 ',
    type = 'camo',
  },
  ['COMPONENT_SPECIALCARBINE_MK2_CAMO_08'] = {
    component = 'COMPONENT_SPECIALCARBINE_MK2_CAMO_08',
    item = 'component_specialcarbine_mk2_camo_08',
    type = 'camo',
  },
  ['COMPONENT_SPECIALCARBINE_MK2_CAMO_09'] = {
    component = 'COMPONENT_SPECIALCARBINE_MK2_CAMO_09',
    item = 'component_specialcarbine_mk2_camo_09',
    type = 'camo',
  },
  ['COMPONENT_SPECIALCARBINE_MK2_CAMO_10'] = {
    component = 'COMPONENT_SPECIALCARBINE_MK2_CAMO_10',
    item = 'component_specialcarbine_mk2_camo_10',
    type = 'camo',
  },
  ['COMPONENT_SPECIALCARBINE_MK2_CAMO_IND_01'] = {
    component = 'COMPONENT_SPECIALCARBINE_MK2_CAMO_IND_01',
    item = 'component_specialcarbine_mk2_camo_ind_01',
    type = 'camo',
  },
},
['WEAPON_BULLPUPRIFLE_MK2'] = {


  ['defaultclip'] = {
    component = 'COMPONENT_BULLPUPRIFLE_MK2_CLIP_01',
    item = 'component_bullpuprifle_mk2_clip_01',
    type = 'clip',
  },
  ['extendedclip'] = {
    component = 'COMPONENT_BULLPUPRIFLE_MK2_CLIP_02',
    item = 'component_bullpuprifle_mk2_clip_02',
    type = 'clip',
  },
  ['COMPONENT_AT_SCOPE_MACRO_02_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_MACRO_02_MK2',
    item = 'component_at_scope_macro_02_mk2',
    type = 'sight',
  },
  ['COMPONENT_AT_SCOPE_SMALL_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_SMALL_MK2',
    item = 'component_at_scope_small_mk2',
    type = 'sight',
  },
  ['COMPONENT_BULLPUPRIFLE_MK2_CAMO'] = {
    component = 'COMPONENT_BULLPUPRIFLE_MK2_CAMO',
    item = 'component_bullpuprifle_mk2_camo',
    type = 'camo',
  },
  ['COMPONENT_BULLPUPRIFLE_MK2_CAMO_02'] = {
    component = 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_02',
    item = 'component_bullpuprifle_mk2_camo_02',
    type = 'camo',
  },
  ['COMPONENT_BULLPUPRIFLE_MK2_CAMO_03'] = {
    component = 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_03',
    item = 'component_bullpuprifle_mk2_camo_03',
    type = 'camo',
  },
  ['COMPONENT_BULLPUPRIFLE_MK2_CAMO_04'] = {
    component = 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_04',
    item = 'component_bullpuprifle_mk2_camo_04',
    type = 'camo',
  },
  ['COMPONENT_BULLPUPRIFLE_MK2_CAMO_05'] = {
    component = 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_05',
    item = 'component_bullpuprifle_mk2_camo_05',
    type = 'camo',
  },
  ['COMPONENT_BULLPUPRIFLE_MK2_CAMO_06'] = {
    component = 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_06',
    item = 'component_bullpuprifle_mk2_camo_06',
    type = 'camo',
  },
  ['COMPONENT_BULLPUPRIFLE_MK2_CAMO_07'] = {
    component = 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_07',
    item = 'component_bullpuprifle_mk2_camo_07',
    type = 'camo',
  },
  ['COMPONENT_BULLPUPRIFLE_MK2_CAMO_08'] = {
    component = 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_08',
    item = 'component_bullpuprifle_mk2_camo_08',
    type = 'camo',
  },
  ['COMPONENT_BULLPUPRIFLE_MK2_CAMO_09'] = {
    component = 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_09',
    item = 'component_bullpuprifle_mk2_camo_09',
    type = 'camo',
  },
  ['COMPONENT_BULLPUPRIFLE_MK2_CAMO_10'] = {
    component = 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_10',
    item = 'component_bullpuprifle_mk2_camo_10',
    type = 'camo',
  },
  ['COMPONENT_BULLPUPRIFLE_MK2_CAMO_IND_01'] = {
    component = 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_IND_01',
    item = 'component_bullpuprifle_mk2_camo_ind_01',
    type = 'camo',
  },
},
['WEAPON_SNSPISTOL_MK2'] = {


  ['defaultclip'] = {
    component = 'COMPONENT_SNSPISTOL_MK2_CLIP_01',
    item = 'component_snspistol_mk2_clip_01',
    type = 'clip',
  },
  ['extendedclip'] = {
    component = 'COMPONENT_SNSPISTOL_MK2_CLIP_02',
    item = 'component_snspistol_mk2_clip_02',
    type = 'clip',
  },
  ['COMPONENT_SNSPISTOL_MK2_CAMO_SLIDE'] = {
    component = 'COMPONENT_SNSPISTOL_MK2_CAMO_SLIDE',
    item = 'component_snspistol_mk2_camo_slide',
    type = 'camo',
  },
  ['COMPONENT_SNSPISTOL_MK2_CAMO_02_SLIDE'] = {
    component = 'COMPONENT_SNSPISTOL_MK2_CAMO_02_SLIDE',
    item = 'component_snspistol_mk2_camo_02_slide',
    type = 'camo',
  },
  ['COMPONENT_SNSPISTOL_MK2_CAMO_03_SLIDE'] = {
    component = 'COMPONENT_SNSPISTOL_MK2_CAMO_03_SLIDE',
    item = 'component_snspistol_mk2_camo_03_slide',
    type = 'camo',
  },
  ['COMPONENT_SNSPISTOL_MK2_CAMO_04_SLIDE'] = {
    component = 'COMPONENT_SNSPISTOL_MK2_CAMO_04_SLIDE',
    item = 'component_snspistol_mk2_camo_04_slide',
    type = 'camo',
  },
  ['COMPONENT_SNSPISTOL_MK2_CAMO_05_SLIDE'] = {
    component = 'COMPONENT_SNSPISTOL_MK2_CAMO_05_SLIDE',
    item = 'component_snspistol_mk2_camo_05_slide',
    type = 'camo',
  },
  ['COMPONENT_SNSPISTOL_MK2_CAMO_06_SLIDE6'] = {
    component = 'COMPONENT_SNSPISTOL_MK2_CAMO_06_SLIDE6',
    item = 'component_snspistol_mk2_camo_06_slide6',
    type = 'camo',
  },
  ['COMPONENT_SNSPISTOL_MK2_CAMO_07_SLIDE'] = {
    component = 'COMPONENT_SNSPISTOL_MK2_CAMO_07_SLIDE',
    item = 'component_snspistol_mk2_camo_07_slide',
    type = 'camo',
  },
  ['COMPONENT_SNSPISTOL_MK2_CAMO_08_SLIDE'] = {
    component = 'COMPONENT_SNSPISTOL_MK2_CAMO_08_SLIDE',
    item = 'component_snspistol_mk2_camo_08_slide',
    type = 'camo',
  },
  ['COMPONENT_SNSPISTOL_MK2_CAMO_09_SLIDE'] = {
    component = 'COMPONENT_SNSPISTOL_MK2_CAMO_09_SLIDE',
    item = 'component_snspistol_mk2_camo_09_slide',
    type = 'camo',
  },
  ['COMPONENT_SNSPISTOL_MK2_CAMO_10_SLIDE'] = {
    component = 'COMPONENT_SNSPISTOL_MK2_CAMO_10_SLIDE',
    item = 'component_snspistol_mk2_camo_10_slide',
    type = 'camo',
  },
  ['COMPONENT_SNSPISTOL_MK2_CAMO_IND_01_SLIDE'] = {
    component = 'COMPONENT_SNSPISTOL_MK2_CAMO_IND_01_SLIDE',
    item = 'component_snspistol_mk2_camo_ind_01_slide',
    type = 'camo',
  },
},
['WEAPON_CARBINERIFLE_MK2'] = {


  ['defaultclip'] = {
    component = 'COMPONENT_CARBINERIFLE_MK2_CLIP_01',
    item = 'component_carbinerifle_mk2_clip_01',
    type = 'clip',
  },
  ['extendedclip'] = {
    component = 'COMPONENT_CARBINERIFLE_MK2_CLIP_02',
    item = 'component_carbinerifle_mk2_clip_02',
    type = 'clip',
  },
  ['COMPONENT_AT_SCOPE_MACRO_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_MACRO_MK2',
    item = 'component_at_scope_macro_mk2',
    type = 'sight',
  },
  ['COMPONENT_AT_SCOPE_MEDIUM_MK2'] = {
    component = 'COMPONENT_AT_SCOPE_MEDIUM_MK2',
    item = 'component_at_scope_medium_mk2',
    type = 'sight',
  },
  ['COMPONENT_CARBINERIFLE_MK2_CAMO'] = {
    component = 'COMPONENT_CARBINERIFLE_MK2_CAMO',
    item = 'component_carbinerifle_mk2_camo',
    type = 'camo',
  },
  ['COMPONENT_CARBINERIFLE_MK2_CAMO_02'] = {
    component = 'COMPONENT_CARBINERIFLE_MK2_CAMO_02',
    item = 'component_carbinerifle_mk2_camo_02',
    type = 'camo',
  },
  ['COMPONENT_CARBINERIFLE_MK2_CAMO_03'] = {
    component = 'COMPONENT_CARBINERIFLE_MK2_CAMO_03',
    item = 'component_carbinerifle_mk2_camo_03',
    type = 'camo',
  },
  ['COMPONENT_CARBINERIFLE_MK2_CAMO_04'] = {
    component = 'COMPONENT_CARBINERIFLE_MK2_CAMO_04',
    item = 'component_carbinerifle_mk2_camo_04',
    type = 'camo',
  },
  ['COMPONENT_CARBINERIFLE_MK2_CAMO_05'] = {
    component = 'COMPONENT_CARBINERIFLE_MK2_CAMO_05',
    item = 'component_carbinerifle_mk2_camo_05',
    type = 'camo',
  },
  ['COMPONENT_CARBINERIFLE_MK2_CAMO_06'] = {
    component = 'COMPONENT_CARBINERIFLE_MK2_CAMO_06',
    item = 'component_carbinerifle_mk2_camo_06',
    type = 'camo',
  },
  ['COMPONENT_CARBINERIFLE_MK2_CAMO_07'] = {
    component = 'COMPONENT_CARBINERIFLE_MK2_CAMO_07',
    item = 'component_carbinerifle_mk2_camo_07',
    type = 'camo',
  },
  ['COMPONENT_CARBINERIFLE_MK2_CAMO_08'] = {
    component = 'COMPONENT_CARBINERIFLE_MK2_CAMO_08',
    item = 'component_carbinerifle_mk2_camo_08',
    type = 'camo',
  },
  ['COMPONENT_CARBINERIFLE_MK2_CAMO_09'] = {
    component = 'COMPONENT_CARBINERIFLE_MK2_CAMO_09',
    item = 'component_carbinerifle_mk2_camo_09',
    type = 'camo',
  },
  ['COMPONENT_CARBINERIFLE_MK2_CAMO_10'] = {
    component = 'COMPONENT_CARBINERIFLE_MK2_CAMO_10',
    item = 'component_carbinerifle_mk2_camo_10',
    type = 'camo',
  },
  ['COMPONENT_CARBINERIFLE_MK2_CAMO_IND_01'] = {
    component = 'COMPONENT_CARBINERIFLE_MK2_CAMO_IND_01',
    item = 'component_carbinerifle_mk2_camo_ind_01',
    type = 'camo',
  },
},

Finally, head to qb-weapons/server.lua and add this snippet:

    QBCore.Functions.CreateUseableItem('component_revolver_mk2_camo_ind_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_REVOLVER_MK2_CAMO_IND_01')
   end)
   QBCore.Functions.CreateUseableItem('component_smg_mk2_camo_10', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SMG_MK2_CAMO_10')
   end)
   QBCore.Functions.CreateUseableItem('component_carbinerifle_mk2_camo_07', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_CARBINERIFLE_MK2_CAMO_07')
   end)
   QBCore.Functions.CreateUseableItem('component_combatmg_mk2_camo_09', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_COMBATMG_MK2_CAMO_09')
   end)
   QBCore.Functions.CreateUseableItem('component_bullpuprifle_mk2_camo', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_BULLPUPRIFLE_MK2_CAMO')
   end)
   QBCore.Functions.CreateUseableItem('component_revolver_mk2_camo_06', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_REVOLVER_MK2_CAMO_06')
   end)
   QBCore.Functions.CreateUseableItem('component_pumpshotgun_mk2_camo_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_02')
   end)
   QBCore.Functions.CreateUseableItem('component_bullpuprifle_mk2_camo_07', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_07')
   end)
   QBCore.Functions.CreateUseableItem('component_marksmanrifle_mk2_camo_05', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_05')
   end)
   QBCore.Functions.CreateUseableItem('component_pumpshotgun_mk2_camo_04', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_04')
   end)
   QBCore.Functions.CreateUseableItem('component_combatmg_mk2_camo_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_COMBATMG_MK2_CAMO_02')
   end)
   QBCore.Functions.CreateUseableItem('component_assaultrifle_mk2_camo_03', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_03')
   end)
   QBCore.Functions.CreateUseableItem('component_bullpuprifle_mk2_camo_04', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_04')
   end)
   QBCore.Functions.CreateUseableItem('component_assaultrifle_mk2_camo_04', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_04')
   end)
   QBCore.Functions.CreateUseableItem('component_assaultrifle_mk2_clip_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'extendedclip')
   end)
   QBCore.Functions.CreateUseableItem('component_snspistol_mk2_clip_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'defaultclip')
   end)
   QBCore.Functions.CreateUseableItem('component_marksmanrifle_mk2_clip_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'extendedclip')
   end)
   QBCore.Functions.CreateUseableItem('component_bullpuprifle_mk2_clip_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'extendedclip')
   end)
   QBCore.Functions.CreateUseableItem('component_heavysniper_mk2_camo_10', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_HEAVYSNIPER_MK2_CAMO_10')
   end)
   QBCore.Functions.CreateUseableItem('component_revolver_mk2_camo_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_REVOLVER_MK2_CAMO_02')
   end)
   QBCore.Functions.CreateUseableItem('component_heavysniper_mk2_clip_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'defaultclip')
   end)
   QBCore.Functions.CreateUseableItem('component_pistol_mk2_camo_03_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PISTOL_MK2_CAMO_03_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_assaultrifle_mk2_camo_08', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_08')
   end)
   QBCore.Functions.CreateUseableItem('component_pistol_mk2_camo_02_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PISTOL_MK2_CAMO_02_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_at_scope_small_mk2', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_AT_SCOPE_SMALL_MK2')
   end)
   QBCore.Functions.CreateUseableItem('component_snspistol_mk2_camo_08_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SNSPISTOL_MK2_CAMO_08_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_snspistol_mk2_camo_10_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SNSPISTOL_MK2_CAMO_10_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_heavysniper_mk2_camo_04', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_HEAVYSNIPER_MK2_CAMO_04')
   end)
   QBCore.Functions.CreateUseableItem('component_heavysniper_mk2_camo_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_HEAVYSNIPER_MK2_CAMO_02')
   end)
   QBCore.Functions.CreateUseableItem('component_specialcarbine_mk2_camo_08', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SPECIALCARBINE_MK2_CAMO_08')
   end)
   QBCore.Functions.CreateUseableItem('component_marksmanrifle_mk2_camo_ind_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_IND_01')
   end)
   QBCore.Functions.CreateUseableItem('component_smg_mk2_camo_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SMG_MK2_CAMO_02')
   end)
   QBCore.Functions.CreateUseableItem('component_bullpuprifle_mk2_camo_05', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_05')
   end)
   QBCore.Functions.CreateUseableItem('component_smg_mk2_camo', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SMG_MK2_CAMO')
   end)
   QBCore.Functions.CreateUseableItem('component_snspistol_mk2_camo_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SNSPISTOL_MK2_CAMO_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_carbinerifle_mk2_camo_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_CARBINERIFLE_MK2_CAMO_02')
   end)
   QBCore.Functions.CreateUseableItem('component_combatmg_mk2_camo_06', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_COMBATMG_MK2_CAMO_06')
   end)
   QBCore.Functions.CreateUseableItem('component_bullpuprifle_mk2_camo_10', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_10')
   end)
   QBCore.Functions.CreateUseableItem('component_heavysniper_mk2_camo_03', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_HEAVYSNIPER_MK2_CAMO_03')
   end)
   QBCore.Functions.CreateUseableItem('component_assaultrifle_mk2_camo_06', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_06')
   end)
   QBCore.Functions.CreateUseableItem('component_heavysniper_mk2_camo_09', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_HEAVYSNIPER_MK2_CAMO_09')
   end)
   QBCore.Functions.CreateUseableItem('component_specialcarbine_mk2_camo_05', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SPECIALCARBINE_MK2_CAMO_05')
   end)
   QBCore.Functions.CreateUseableItem('component_at_scope_large_fixed_zoom_mk2', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_AT_SCOPE_LARGE_FIXED_ZOOM_MK2')
   end)
   QBCore.Functions.CreateUseableItem('component_at_scope_macro_mk2', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_AT_SCOPE_MACRO_MK2')
   end)
   QBCore.Functions.CreateUseableItem('component_at_scope_macro_02_mk2', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_AT_SCOPE_MACRO_02_MK2')
   end)
   QBCore.Functions.CreateUseableItem('component_bullpuprifle_mk2_camo_09', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_09')
   end)
   QBCore.Functions.CreateUseableItem('component_bullpuprifle_mk2_camo_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_02')
   end)
   QBCore.Functions.CreateUseableItem('component_marksmanrifle_mk2_camo_04', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_04')
   end)
   QBCore.Functions.CreateUseableItem('component_marksmanrifle_mk2_camo', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_MARKSMANRIFLE_MK2_CAMO')
   end)
   QBCore.Functions.CreateUseableItem('component_assaultrifle_mk2_camo_09', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_09')
   end)
   QBCore.Functions.CreateUseableItem('component_specialcarbine_mk2_camo_09', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SPECIALCARBINE_MK2_CAMO_09')
   end)
   QBCore.Functions.CreateUseableItem('component_pistol_mk2_camo_08_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PISTOL_MK2_CAMO_08_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_combatmg_mk2_camo_ind_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_COMBATMG_MK2_CAMO_IND_01')
   end)
   QBCore.Functions.CreateUseableItem('component_heavysniper_mk2_camo_06', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_HEAVYSNIPER_MK2_CAMO_06')
   end)
   QBCore.Functions.CreateUseableItem('component_snspistol_mk2_camo_07_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SNSPISTOL_MK2_CAMO_07_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_marksmanrifle_mk2_camo_08', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_08')
   end)
   QBCore.Functions.CreateUseableItem('component_specialcarbine_mk2_camo_06', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SPECIALCARBINE_MK2_CAMO_06')
   end)
   QBCore.Functions.CreateUseableItem('component_assaultrifle_mk2_clip_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'defaultclip')
   end)
   QBCore.Functions.CreateUseableItem('component_pistol_mk2_camo_09_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PISTOL_MK2_CAMO_09_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_pistol_mk2_camo_05_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PISTOL_MK2_CAMO_05_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_carbinerifle_mk2_clip_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'defaultclip')
   end)
   QBCore.Functions.CreateUseableItem('component_assaultrifle_mk2_camo_10', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_10')
   end)
   QBCore.Functions.CreateUseableItem('component_assaultrifle_mk2_camo_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_02')
   end)
   QBCore.Functions.CreateUseableItem('component_at_scope_large_mk2', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_AT_SCOPE_LARGE_MK2')
   end)
   QBCore.Functions.CreateUseableItem('component_assaultrifle_mk2_camo_05', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_05')
   end)
   QBCore.Functions.CreateUseableItem('component_heavysniper_mk2_camo_05', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_HEAVYSNIPER_MK2_CAMO_05')
   end)
   QBCore.Functions.CreateUseableItem('component_heavysniper_mk2_camo_07', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_HEAVYSNIPER_MK2_CAMO_07')
   end)
   QBCore.Functions.CreateUseableItem('component_specialcarbine_mk2_camo_07 ', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SPECIALCARBINE_MK2_CAMO_07                                                             ')
   end)
   QBCore.Functions.CreateUseableItem('component_heavysniper_mk2_camo', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_HEAVYSNIPER_MK2_CAMO')
   end)
   QBCore.Functions.CreateUseableItem('component_smg_mk2_camo_07', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SMG_MK2_CAMO_07')
   end)
   QBCore.Functions.CreateUseableItem('component_marksmanrifle_mk2_camo_09', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_09')
   end)
   QBCore.Functions.CreateUseableItem('component_smg_mk2_camo_03', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SMG_MK2_CAMO_03')
   end)
   QBCore.Functions.CreateUseableItem('component_at_scope_macro_02_smg_mk2', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_AT_SCOPE_MACRO_02_SMG_MK2')
   end)
   QBCore.Functions.CreateUseableItem('component_specialcarbine_mk2_camo_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SPECIALCARBINE_MK2_CAMO_02')
   end)
   QBCore.Functions.CreateUseableItem('component_pumpshotgun_mk2_camo', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PUMPSHOTGUN_MK2_CAMO')
   end)
   QBCore.Functions.CreateUseableItem('component_snspistol_mk2_camo_03_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SNSPISTOL_MK2_CAMO_03_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_snspistol_mk2_camo_06_slide6', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SNSPISTOL_MK2_CAMO_06_SLIDE6')
   end)
   QBCore.Functions.CreateUseableItem('component_bullpuprifle_mk2_camo_03', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_03')
   end)
   QBCore.Functions.CreateUseableItem('component_at_scope_small_smg_mk2', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_AT_SCOPE_SMALL_SMG_MK2')
   end)
   QBCore.Functions.CreateUseableItem('component_combatmg_mk2_camo_04', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_COMBATMG_MK2_CAMO_04')
   end)
   QBCore.Functions.CreateUseableItem('component_pistol_mk2_camo_06_slide6', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PISTOL_MK2_CAMO_06_SLIDE6')
   end)
   QBCore.Functions.CreateUseableItem('component_pumpshotgun_mk2_camo_07', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_07')
   end)
   QBCore.Functions.CreateUseableItem('component_pumpshotgun_mk2_camo_09', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_09')
   end)
   QBCore.Functions.CreateUseableItem('component_pistol_mk2_camo_04_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PISTOL_MK2_CAMO_04_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_bullpuprifle_mk2_camo_06', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_06')
   end)
   QBCore.Functions.CreateUseableItem('component_revolver_mk2_camo_05', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_REVOLVER_MK2_CAMO_05')
   end)
   QBCore.Functions.CreateUseableItem('component_revolver_mk2_camo_07', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_REVOLVER_MK2_CAMO_07')
   end)
   QBCore.Functions.CreateUseableItem('component_combatmg_mk2_camo_05', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_COMBATMG_MK2_CAMO_05')
   end)
   QBCore.Functions.CreateUseableItem('component_pistol_mk2_camo_07_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PISTOL_MK2_CAMO_07_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_pistol_mk2_camo_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PISTOL_MK2_CAMO_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_carbinerifle_mk2_camo', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_CARBINERIFLE_MK2_CAMO')
   end)
   QBCore.Functions.CreateUseableItem('component_carbinerifle_mk2_camo_06', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_CARBINERIFLE_MK2_CAMO_06')
   end)
   QBCore.Functions.CreateUseableItem('component_carbinerifle_mk2_camo_10', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_CARBINERIFLE_MK2_CAMO_10')
   end)
   QBCore.Functions.CreateUseableItem('component_carbinerifle_mk2_camo_09', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_CARBINERIFLE_MK2_CAMO_09')
   end)
   QBCore.Functions.CreateUseableItem('component_specialcarbine_mk2_camo_03', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SPECIALCARBINE_MK2_CAMO_03')
   end)
   QBCore.Functions.CreateUseableItem('component_bullpuprifle_mk2_clip_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'defaultclip')
   end)
   QBCore.Functions.CreateUseableItem('component_carbinerifle_mk2_camo_ind_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_CARBINERIFLE_MK2_CAMO_IND_01')
   end)
   QBCore.Functions.CreateUseableItem('component_specialcarbine_mk2_camo_10', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SPECIALCARBINE_MK2_CAMO_10')
   end)
   QBCore.Functions.CreateUseableItem('component_heavysniper_mk2_camo_ind_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_HEAVYSNIPER_MK2_CAMO_IND_01')
   end)
   QBCore.Functions.CreateUseableItem('component_revolver_mk2_camo_09', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_REVOLVER_MK2_CAMO_09')
   end)
   QBCore.Functions.CreateUseableItem('component_carbinerifle_mk2_camo_05', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_CARBINERIFLE_MK2_CAMO_05')
   end)
   QBCore.Functions.CreateUseableItem('component_carbinerifle_mk2_camo_04', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_CARBINERIFLE_MK2_CAMO_04')
   end)
   QBCore.Functions.CreateUseableItem('component_smg_mk2_clip_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'defaultclip')
   end)
   QBCore.Functions.CreateUseableItem('component_carbinerifle_mk2_camo_03', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_CARBINERIFLE_MK2_CAMO_03')
   end)
   QBCore.Functions.CreateUseableItem('component_specialcarbine_mk2_clip_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'defaultclip')
   end)
   QBCore.Functions.CreateUseableItem('component_heavysniper_mk2_camo_08', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_HEAVYSNIPER_MK2_CAMO_08')
   end)
   QBCore.Functions.CreateUseableItem('component_combatmg_mk2_camo_07', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_COMBATMG_MK2_CAMO_07')
   end)
   QBCore.Functions.CreateUseableItem('component_snspistol_mk2_camo_09_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SNSPISTOL_MK2_CAMO_09_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_snspistol_mk2_camo_ind_01_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SNSPISTOL_MK2_CAMO_IND_01_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_assaultrifle_mk2_camo_ind_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_IND_01')
   end)
   QBCore.Functions.CreateUseableItem('component_marksmanrifle_mk2_camo_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_02')
   end)
   QBCore.Functions.CreateUseableItem('component_carbinerifle_mk2_clip_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'extendedclip')
   end)
   QBCore.Functions.CreateUseableItem('component_snspistol_mk2_camo_05_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SNSPISTOL_MK2_CAMO_05_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_revolver_mk2_camo_03', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_REVOLVER_MK2_CAMO_03')
   end)
   QBCore.Functions.CreateUseableItem('component_revolver_mk2_camo_04', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_REVOLVER_MK2_CAMO_04')
   end)
   QBCore.Functions.CreateUseableItem('component_snspistol_mk2_clip_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'extendedclip')
   end)
   QBCore.Functions.CreateUseableItem('component_pumpshotgun_mk2_camo_05', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_05')
   end)
   QBCore.Functions.CreateUseableItem('component_revolver_mk2_camo_08', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_REVOLVER_MK2_CAMO_08')
   end)
   QBCore.Functions.CreateUseableItem('component_bullpuprifle_mk2_camo_08', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_08')
   end)
   QBCore.Functions.CreateUseableItem('component_smg_mk2_clip_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'extendedclip')
   end)
   QBCore.Functions.CreateUseableItem('component_combatmg_mk2_camo_08', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_COMBATMG_MK2_CAMO_08')
   end)
   QBCore.Functions.CreateUseableItem('component_carbinerifle_mk2_camo_08', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_CARBINERIFLE_MK2_CAMO_08')
   end)
   QBCore.Functions.CreateUseableItem('component_smg_mk2_camo_09', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SMG_MK2_CAMO_09')
   end)
   QBCore.Functions.CreateUseableItem('component_snspistol_mk2_camo_04_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SNSPISTOL_MK2_CAMO_04_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_pumpshotgun_mk2_camo_10', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_10')
   end)
   QBCore.Functions.CreateUseableItem('component_bullpuprifle_mk2_camo_ind_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_BULLPUPRIFLE_MK2_CAMO_IND_01')
   end)
   QBCore.Functions.CreateUseableItem('component_at_scope_medium_mk2', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_AT_SCOPE_MEDIUM_MK2')
   end)
   QBCore.Functions.CreateUseableItem('component_combatmg_mk2_clip_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'extendedclip')
   end)
   QBCore.Functions.CreateUseableItem('component_revolver_mk2_camo', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_REVOLVER_MK2_CAMO')
   end)
   QBCore.Functions.CreateUseableItem('component_pumpshotgun_mk2_camo_03', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_03')
   end)
   QBCore.Functions.CreateUseableItem('component_combatmg_mk2_camo', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_COMBATMG_MK2_CAMO')
   end)
   QBCore.Functions.CreateUseableItem('component_pumpshotgun_mk2_clip_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'defaultclip')
   end)
   QBCore.Functions.CreateUseableItem('component_smg_mk2_camo_06', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SMG_MK2_CAMO_06')
   end)
   QBCore.Functions.CreateUseableItem('component_heavysniper_mk2_clip_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'extendedclip')
   end)
   QBCore.Functions.CreateUseableItem('component_pumpshotgun_mk2_camo_ind_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_IND_01')
   end)
   QBCore.Functions.CreateUseableItem('component_revolver_mk2_camo_10', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_REVOLVER_MK2_CAMO_10')
   end)
   QBCore.Functions.CreateUseableItem('component_marksmanrifle_mk2_camo_06', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_06')
   end)
   QBCore.Functions.CreateUseableItem('component_pistol_mk2_clip_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'defaultclip')
   end)
   QBCore.Functions.CreateUseableItem('component_pistol_mk2_clip_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'extendedclip')
   end)
   QBCore.Functions.CreateUseableItem('component_pumpshotgun_mk2_camo_06', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_06')
   end)
   QBCore.Functions.CreateUseableItem('component_marksmanrifle_mk2_camo_07', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_07')
   end)
   QBCore.Functions.CreateUseableItem('component_pistol_mk2_camo_ind_01_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PISTOL_MK2_CAMO_IND_01_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_assaultrifle_mk2_camo', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_ASSAULTRIFLE_MK2_CAMO')
   end)
   QBCore.Functions.CreateUseableItem('component_combatmg_mk2_camo_10', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_COMBATMG_MK2_CAMO_10')
   end)
   QBCore.Functions.CreateUseableItem('component_combatmg_mk2_clip_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'defaultclip')
   end)
   QBCore.Functions.CreateUseableItem('component_pistol_mk2_camo_10_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PISTOL_MK2_CAMO_10_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_snspistol_mk2_camo_02_slide', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SNSPISTOL_MK2_CAMO_02_SLIDE')
   end)
   QBCore.Functions.CreateUseableItem('component_marksmanrifle_mk2_clip_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'defaultclip')
   end)
   QBCore.Functions.CreateUseableItem('component_pumpshotgun_mk2_camo_08', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_PUMPSHOTGUN_MK2_CAMO_08')
   end)
   QBCore.Functions.CreateUseableItem('component_marksmanrifle_mk2_camo_03', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_MARKSMANRIFLE_MK2_CAMO_03')
   end)
   QBCore.Functions.CreateUseableItem('component_combatmg_mk2_camo_03', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_COMBATMG_MK2_CAMO_03')
   end)
   QBCore.Functions.CreateUseableItem('component_specialcarbine_mk2_clip_02', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'extendedclip')
   end)
   QBCore.Functions.CreateUseableItem('component_specialcarbine_mk2_camo', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SPECIALCARBINE_MK2_CAMO')
   end)
   QBCore.Functions.CreateUseableItem('component_smg_mk2_camo_ind_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SMG_MK2_CAMO_IND_01')
   end)
   QBCore.Functions.CreateUseableItem('component_specialcarbine_mk2_camo_04', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SPECIALCARBINE_MK2_CAMO_04')
   end)
   QBCore.Functions.CreateUseableItem('component_smg_mk2_camo_05', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SMG_MK2_CAMO_05')
   end)
   QBCore.Functions.CreateUseableItem('component_specialcarbine_mk2_camo_ind_01', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_SPECIALCARBINE_MK2_CAMO_IND_01')
   end)
   QBCore.Functions.CreateUseableItem('component_assaultrifle_mk2_camo_07', function(source, item)
    TriggerClientEvent('weapons:client:EquipAttachment', source, item, 'COMPONENT_ASSAULTRIFLE_MK2_CAMO_07')
   end)

Enabling sales of a weapon for a certain job:

Head to the Config.WeaponsTable which can be found in the config.lua To enable sales for a job, you'll want your availableToPurchase to look like this: availableForPurchase = {["police"] = true, ["firefighter"] = true}, This'll allow only police and firefighters to purchase this specific weapon.

Last updated