ox_inventory
Last updated
Navigate to ox_inventory/data/items.lua and paste the following lines
['written_card'] = { label = 'Stolen Card', weight = 10},
['laptop'] = { label = 'Laptop', weight = 10,close = true},
['msr605x'] = { label = 'MSR 605x', weight = 10},
['cell_adapter'] = { label = '4G Module', weight = 10},
['blank_card'] = { label = 'Blank Card', weight = 10},Last updated