# Installation

1. Download Resource
   * Download the purchased resource from [keymaster](https://keymaster.fivem.net/asset-grants), FiveM's official hub for downloading purchased resources
2. Install Dependencies

| Resource | Download Link                            |
| -------- | ---------------------------------------- |
| ox\_lib  | <https://github.com/overextended/ox_lib> |

3. Install items

<details>

<summary>Items</summary>

ox\_inventory

```lua
	['scale'] = {
		label = 'Scale',
		weight = 1,
	},
```

Other inventories

```sql
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('scale', 'Scale', 1, 0, 1);
```

</details>

<details>

<summary>Images</summary>

Drag images from \_INSTALL FIRST/items/images into your inventory's images

</details>
