๐Ÿ“‹Installation

Resource installation guide and dependencies

Framework

Dependencies

1 - Start

1. Download your resource from FiveM's Keymaster.
2. Unzip fs_lashessaloon.zip folder and place it into your resource folder.
3. Configure config file according to your need.

2 - Configuration-Clothing System

Path: fs_lashessaloon/config.lua

-- make sure to use it auto_detect
Config.ClothingMenu = {
    -- recommened to make it true but incase in Config.Debug in F8 you don't see correct name of clothing menu then make it false and writing clothing name bottom 
    auto_detect = true,
    -- manual_input only work if auto_detect = false
    manual_input = 'fivem-appearance' -- can be 'fivem-appearance' or 'onex-creation' or 'illenium-appearance' or 'qb-clothing' or 'skinchanger'
}

3 - extra step for qbcore

if you are using qb-clothing then you have to apply md file which given in installation folder

4 - Ready

now you are ready for script use using F6 menu for job

Last updated