Installation
1 - Insert the file SQL
INSERT INTO `addon_account` (`name`, `label`, `shared`) VALUES
('society_brinks', 'Brinks', 1);
INSERT INTO `addon_inventory` (`name`, `label`, `shared`) VALUES
('society_brinks', 'Brinks', 1);
INSERT INTO `jobs` (`name`, `label`) VALUES
('brinks', 'Brinks');
INSERT INTO `job_grades` (`job_name`, `grade`, `name`, `label`, `salary`, `skin_male`, `skin_female`) VALUES
('brinks', 0, 'novice', 'Recrue', 100, '', ''),
('brinks', 1, 'experimente', 'Expérimenté', 100, '', ''),
('brinks', 2, 'codpdg', 'CO-PDG', 100, '', ''),
('brinks', 3, 'boss', 'Patron', 100, '', '');
ALTER TABLE users
ADD COLUMN IF NOT EXISTS hire_date DATE DEFAULT NULL,2 - Move the folder for your ressources
3 - Add this in your server.cfg
ensure Mickystudio_BrinksJob4 - Restart your server
5 - Enjoy 😄
Mis à jour