Installation Guide
installation
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
Place the
lipgloss
folder in your server's resources directoryAdd
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.
Last updated