⚙️Installation
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
Configuration
General
Enable job mode
Step 7
If you use a script other than the basic script in your framework set the CUSTOM_BILLING_SYSTEM variable to TRUE and go to client/editable.lua and edit the customBillingSystem function
Disable job mode
Now you can go to the config.lua file and customize the script as you see fit.
CONFIGURATION FOR CUSTOM HAIRS/BEARDS
If there should be custom hair or beards on your server to create the images you will need to follow these steps:
Enter your license within the authorized licenses in the configuration file
Arrange your character with the look you prefer
Open the game chat or game console and type the command "dd-barbershop-config”
Press the "E" key to start the process and wait for it to finish
Repeat the process with a character of the opposite sex
Restart your server and verify that the photos are to your liking
This last step is a tip, set the game time to 10:00 and the weather to clear to get better photos!
Configuration for Las Lagunas Blvd Harem Saloon
Replace the corresponding code inside your config.lua
Last updated