Latest ESX code

This commit is contained in:
ElPumpo
2020-04-14 16:50:50 +02:00
parent cfcc2cc3d7
commit 95db17d3db
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
esx_mechanicjob Copyright (C) 2015-2019 Jérémie N'gadi
esx_mechanicjob Copyright (C) 2015-2020 Jérémie N'gadi
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
+1 -1
View File
@@ -39,7 +39,7 @@ start esx_mechanicjob
### License
esx_mechanicjob - mechanic job for ESX
Copyright (C) 2015-2019 Jérémie N'gadi
Copyright (C) 2015-2020 Jérémie N'gadi
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
+1 -1
View File
@@ -1000,6 +1000,6 @@ AddEventHandler('esx:onPlayerDeath', function(data)
isDead = true
end)
AddEventHandler('playerSpawned', function(spawn)
AddEventHandler('esx:onPlayerSpawn', function(spawn)
isDead = false
end)
+1 -1
View File
@@ -1,4 +1,4 @@
USE `essentialmode`;
USE `es_extended`;
INSERT INTO `addon_account` (name, label, shared) VALUES
('society_mechanic', 'Mécano', 1)
+1 -1
View File
@@ -1,4 +1,4 @@
USE `essentialmode`;
USE `es_extended`;
INSERT INTO `addon_account` (name, label, shared) VALUES
('society_mechanic', 'Mechanic', 1)
+1 -1
View File
@@ -1,4 +1,4 @@
USE `essentialmode`;
USE `es_extended`;
INSERT INTO `addon_account` (name, label, shared) VALUES
('society_mechanic', 'Mekaanikko', 1)
+1 -1
View File
@@ -1,4 +1,4 @@
USE `essentialmode`;
USE `es_extended`;
INSERT INTO `addon_account` (name, label, shared) VALUES
('society_mechanic', 'Mechanik', 1)
+1 -1
View File
@@ -1,4 +1,4 @@
USE `essentialmode`;
USE `es_extended`;
INSERT INTO `addon_account` (name, label, shared) VALUES
('society_mechanic', 'Mekaniker', 1)