mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
Merge branch 'esx-framework:main' into main
This commit is contained in:
@@ -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);
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user