Here you can find the basic guide to install dd-barbershop

ESX Framework

If you have custom hairs or beard you have to set your license in config in authorized_license and use the command “dd-barbershop-config” with both the sex

QB-Core Framework

If you have custom hairs or beard you have to set your license in config in authorized_license and use the command “dd-barbershop-config” with both the sex

Go to qb-core/shared/jobs.lua and insert this code:

['harem'] = {
    label = 'Harem Saloon',
    defaultDuty = true,
    offDutyPay = false,
    grades = {
        ['0'] = {
            name = 'Learner',
            payment = 50
        },
        ['1'] = {
            name = 'Beautician',
            payment = 75
        },
        ['2'] = {
            name = 'Manager',
            isboss = true,
            payment = 100
        }
    },
},

The installation is finished, you can go to the configuration paragraph to customize your script

Configuration

Now you can go to the config.lua file and customize the script as you see fit.