mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 20:01:27 +00:00
7 lines
456 B
Lua
7 lines
456 B
Lua
Config = {}
|
|
Config.Locale = 'en'
|
|
Config.MinHeight = 24 -- Minimum Height
|
|
Config.MaxHeight = 96 -- Maximum Height
|
|
Config.HighestYear = 2020 -- The highest year that can be used in date of birth
|
|
Config.LowestYear = 1900 -- The lowest year that can be used in date of birth
|
|
Config.MaxNameLength = 15 -- You must also change the SQL structure for 'firstname' and 'lastname' in the `users` table |