mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Clean up repo
This commit is contained in:
@@ -17,8 +17,7 @@ FXServer ESX Taxi Job
|
||||
```
|
||||
git clone https://github.com/FXServer-ESX/fxserver-esx_taxijob esx_taxijob
|
||||
```
|
||||
3) * Auto mode : Import esx_taxijob_minimal.sql in your database
|
||||
* Player management : Import esx_taxijob_full.sql in your database
|
||||
3) Import esx_taxijob.sql in your database
|
||||
|
||||
4) Add this in your server.cfg :
|
||||
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
INSERT INTO `addon_inventory` (name, label, shared) VALUES
|
||||
('society_taxi','Taxi',1)
|
||||
;
|
||||
|
||||
INSERT INTO `jobs` (name, label) VALUES
|
||||
('taxi','Taxi')
|
||||
;
|
||||
|
||||
INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
|
||||
('taxi',0,'recrue','Rekrut',12,'{}','{}'),
|
||||
('taxi',1,'novice','Anfänger',24,'{}','{}'),
|
||||
('taxi',2,'experimente','Experte',36,'{}','{}'),
|
||||
('taxi',3,'uber','Schichtführer',48,'{}','{}'),
|
||||
('taxi',4,'boss','Chef',0,'{}','{}')
|
||||
;
|
||||
@@ -1,17 +0,0 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
INSERT INTO `addon_inventory` (name, label, shared) VALUES
|
||||
('society_taxi','Taxi',1)
|
||||
;
|
||||
|
||||
INSERT INTO `jobs` (name, label) VALUES
|
||||
('taxi','Taxi')
|
||||
;
|
||||
|
||||
INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
|
||||
('taxi',0,'recrue','Recrue',12,'{}','{}'),
|
||||
('taxi',1,'novice','Novice',24,'{}','{}'),
|
||||
('taxi',2,'experimente','Experimente',36,'{}','{}'),
|
||||
('taxi',3,'uber','Uber',48,'{}','{}'),
|
||||
('taxi',4,'boss','Patron',0,'{}','{}')
|
||||
;
|
||||
Reference in New Issue
Block a user