Files
esx_core/esx_taxijob_full.sql
T
Jérémie N'gadi dcf8df0df8 Add files
2017-08-02 12:11:31 +02:00

16 lines
473 B
SQL

INSERT INTO `addon_account` VALUES (name, label, shared)
('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,'{}','{}')
;