> For the complete documentation index, see [llms.txt](https://docs.devm.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devm.cc/fraud-old/installation/ox_inventory.md).

# 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>
