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:
ArkSeyonet
2020-05-15 19:27:31 -05:00
parent f4829871ad
commit 363aeb3416
20 changed files with 1646 additions and 104 deletions
+10 -5
View File
@@ -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