βοΈInstallation
Here you can find the basic guide to install dd-nailshopV2
ESX Framework
The installation of our script is divided into a few very simple steps:
first of all download the script and insert it inside your server
then run this sql code inside your database
ALTER TABLE users ADD COLUMN nails LONGTEXT;
INSERT INTO `addon_account` (name, label, shared) VALUES
('society_harem', 'Harem', 1)
;
INSERT INTO `datastore` (name, label, shared) VALUES
('society_harem', 'Harem', 1)
;
INSERT INTO `addon_inventory` (name, label, shared) VALUES
('society_harem', 'Harem', 1)
;
INSERT INTO `jobs` (name, label) VALUES
('harem', 'Harem Saloon')
;
INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
('harem', 0, 'learner', 'Learner', 50,'{}','{}'),
('harem', 1, 'beautician', 'Beautician', 75,'{}','{}'),
('harem', 2, 'boss', 'Manager', 100,'{}','{}')
;The installation is finished, you can go to the configuration paragraph to customize your script
QB-Core and Qbox Framework
the installation of our script is divided into a few very simple steps:
first of all download the script and insert it inside your server
then run this sql code inside your database
QB-Core: now you can go to qb-core/shared/jobs.lua and insert this code:
QBox: now you can go to qbx_core/shared/jobs.lua and insert this code:
The installation is finished, you can go to the configuration paragraph to customize your script
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
Configuration for Las Lagunas Blvd Harem Saloon
Replace the corresponding code inside your config.lua
π¨ WARNING π¨
Please be aware: Restarting the script while inside the server will cause it to stop working. Proceed with caution.
Changing the name of the script will prevent it from working, use the name dd-nailshopV2
Last updated