mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Update ESX Identity
- Finalized Update For ESX Identity That Gives Access To The Deferrals Update + The two optional UI based updates.
This commit is contained in:
+10
-5
@@ -1,7 +1,12 @@
|
||||
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
|
||||
Config.EnableCommands = true
|
||||
Config.UseSteamID = false
|
||||
Config.UseDeferrals = true
|
||||
Config.MaxNameLength = 16
|
||||
Config.MinHeight = 48
|
||||
Config.MaxHeight = 96
|
||||
Config.LowestYear = 1900
|
||||
Config.HighestYear = 2020
|
||||
|
||||
Config.EnableDebugging = false
|
||||
Reference in New Issue
Block a user