# ox\_inventory

<details>

<summary>Inventory Items</summary>

1. Navigate to `ox_inventory/data/items.lua` and paste the following lines

   ```lua
   ['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},
   ```

</details>

<details>

<summary>Inventory Images</summary>

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

</details>
