# Installation Guide

## Installation Guide

Follow these steps to properly install and configure the Lip Gloss script on your server.

### Prerequisites

* ESX or QB-Core framework
* ox\_inventory or qb-inventory

### Step 1: Add the Resource

1. Place the `lipgloss` folder in your server's resources directory
2. Add `ensure lipgloss` to your server.cfg

### Step 2: Add Item Images

Copy all item images from the `images` folder to your inventory resource:

* For QB-Core: `qb-inventory/html/images/`
* For ox\_inventory: `ox_inventory/web/images/`

### Step 3: Add Items to Your Inventory

Add all the items from the provided `items.lua` file to your server's items configuration:

* For QB-Core: Add to `qb-core/shared/items.lua`
* For ESX: Add to your items database or configuration file
* For ox\_inventory: Add to `ox_inventory/data/items.lua`

### Important Note

**DO NOT RESTART THE SCRIPT IN-GAME**. This will cause issues with the script. To properly restart this script, please restart the entire server.
