Files
esx_core/localization/de_esx_taxijob.sql
T
Jérémie N'gadi 6e6fad71b8 Clean up repo
2017-09-09 17:16:21 +02:00

22 lines
592 B
SQL

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