Installation

  1. Download Resource

    • Download the purchased resource from keymaster, FiveM's official hub for downloading purchased resources

  2. Download Dependencies

  1. Install Items

Items
```lua
	['chain'] = {
		label = 'Chain',
		weight = 10,
		client = {
			export = 'devm-snatchables.chain'
		}
	},
	['shoes'] = {
		label = 'Shoes',
		weight = 10,
		
		client = {
			export = 'devm-snatchables.shoes'
		}
	},
```
Images

Drag images from _INSTALL FIRST/items/images into ox_inventory/web/images

Last updated