ox_inventory

Inventory Items
  1. 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},
Inventory Images

Drag the images from devm-fraud/_INSTALL FIRST/items/images into ox_inventory/web/images

Last updated