Adding datastore for society vehicles.

Co-Authored-By: Berkeratay <berkeratay@users.noreply.github.com>
This commit is contained in:
BrakingESX247
2020-07-20 14:37:27 +01:00
parent 661476f47e
commit ce401fef04
5 changed files with 20 additions and 0 deletions
+4
View File
@@ -8,6 +8,10 @@ INSERT INTO `addon_inventory` (name, label, shared) VALUES
('society_mechanic', 'Mécano', 1)
;
INSERT INTO `datastore` (name, label, shared) VALUES
('society_mechanic', 'Mécano', 1)
;
INSERT INTO `jobs` (name, label) VALUES
('mechanic', 'Mécano')
;
+4
View File
@@ -8,6 +8,10 @@ INSERT INTO `addon_inventory` (name, label, shared) VALUES
('society_mechanic', 'Mechanic', 1)
;
INSERT INTO `datastore` (name, label, shared) VALUES
('society_mechanic', 'Mechanic', 1)
;
INSERT INTO `jobs` (name, label) VALUES
('mechanic', 'Mechanic')
;
+4
View File
@@ -8,6 +8,10 @@ INSERT INTO `addon_inventory` (name, label, shared) VALUES
('society_mechanic', 'Mekaanikko', 1)
;
INSERT INTO `datastore` (name, label, shared) VALUES
('society_mechanic', 'Mekaanikko', 1)
;
INSERT INTO `jobs` (name, label) VALUES
('mechanic', 'Mekaanikko')
;
+4
View File
@@ -8,6 +8,10 @@ INSERT INTO `addon_inventory` (name, label, shared) VALUES
('society_mechanic', 'Mechanik', 1)
;
INSERT INTO `datastore` (name, label, shared) VALUES
('society_mechanic', 'Mechanik', 1)
;
INSERT INTO `jobs` (name, label) VALUES
('mechanic', 'Mechanik')
;
+4
View File
@@ -8,6 +8,10 @@ INSERT INTO `addon_inventory` (name, label, shared) VALUES
('society_mechanic', 'Mekaniker', 1)
;
INSERT INTO `datastore` (name, label, shared) VALUES
('society_mechanic', 'Mekaniker', 1)
;
INSERT INTO `jobs` (name, label) VALUES
('mechanic', 'Mekaniker')
;