mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Clean up repo
This commit is contained in:
@@ -18,8 +18,7 @@ FXServer ESX Mecano Job
|
||||
```
|
||||
git clone https://github.com/FXServer-ESX/fxserver-esx_mecanojob esx_mecanojob
|
||||
```
|
||||
3) * Auto mode : Import esx_mecanojob_minimal.sql in your database
|
||||
* Player management : Import esx_mecanojob_full.sql in your database
|
||||
3) Import esx_mecanojob.sql in your database
|
||||
|
||||
4) Add this in your server.cfg :
|
||||
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
INSERT INTO `addon_inventory` (name, label, shared) VALUES
|
||||
('society_mecano','Mécano',1)
|
||||
;
|
||||
|
||||
INSERT INTO `jobs` (name, label) VALUES
|
||||
('mecano','Mécano')
|
||||
;
|
||||
|
||||
INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
|
||||
('mecano',0,'recrue','Recrue',12,'{}','{}'),
|
||||
('mecano',1,'novice','Novice',24,'{}','{}'),
|
||||
('mecano',2,'experimente','Experimente',36,'{}','{}'),
|
||||
('mecano',3,'chief','Chef d\'équipe',48,'{}','{}'),
|
||||
('mecano',4,'boss','Patron',0,'{}','{}')
|
||||
;
|
||||
|
||||
INSERT INTO `items` (name, label) VALUES
|
||||
('gazbottle', 'bouteille de gaz'),
|
||||
('fixtool', 'outils réparation'),
|
||||
('carotool', 'outils carosserie'),
|
||||
('blowpipe', 'Chalumeaux'),
|
||||
('fixkit', 'Kit réparation'),
|
||||
('carokit', 'Kit carosserie')
|
||||
;
|
||||
Reference in New Issue
Block a user