mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Latest ESX code
This commit is contained in:
@@ -33,7 +33,7 @@ start esx_dmvschool
|
|||||||
### License
|
### License
|
||||||
esx_dmvschool - realistic DMV school for ESX
|
esx_dmvschool - realistic DMV school 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.
|
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
@@ -1,4 +1,4 @@
|
|||||||
USE `essentialmode`;
|
USE `es_extended`;
|
||||||
|
|
||||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||||
('dmv', 'Code de la route'),
|
('dmv', 'Code de la route'),
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
USE `essentialmode`;
|
USE `es_extended`;
|
||||||
|
|
||||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||||
('dmv', 'Driving Permit'),
|
('dmv', 'Driving Permit'),
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
USE `essentialmode`;
|
USE `es_extended`;
|
||||||
|
|
||||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||||
('dmv', 'Teoriakoe'),
|
('dmv', 'Teoriakoe'),
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
USE `essentialmode`;
|
USE `es_extended`;
|
||||||
|
|
||||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||||
('dmv', 'Körkortstillstånd'),
|
('dmv', 'Körkortstillstånd'),
|
||||||
|
|||||||
Reference in New Issue
Block a user