Merge branch 'esx-framework:main' into main

This commit is contained in:
JonarSonaer
2022-03-07 19:54:28 +01:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -133,6 +133,13 @@ INSERT INTO `datastore` (`name`, `label`, `shared`) VALUES
('society_police', 'Police', 1),
('society_taxi', 'Taxi', 1);
INSERT INTO `datastore` (`name`, `label`, `shared`) VALUES
('user_ears', 'Ears', 0),
('user_glasses', 'Glasses', 0),
('user_helmet', 'Helmet', 0),
('user_mask', 'Mask', 0);
-- --------------------------------------------------------
--
+1 -1
View File
@@ -7,7 +7,7 @@ Config.Price = 100
Config.EnableControls = true
Config.DrawDistance = 10
Config.Size = {x = 1.0, y = 1.0, z = 1.0}
Config.Size = {x = 1.5, y = 1.5, z = 1.0}
Config.Color = {r = 102, g = 102, b = 204}
Config.Type = 1