Update ESX Identity

This commit is contained in:
ArkSeyonet
2020-04-06 08:38:00 -05:00
parent cc5abf14c8
commit c67e4b96c1
15 changed files with 225 additions and 575 deletions
+8 -3
View File
@@ -1,3 +1,8 @@
Config = {}
Config.Locale = 'en'
Config = {}
Config.Locale = 'en'
Config.StartingAccountMoney = {bank = 50000}
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