mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
363aeb3416
- Finalized Update For ESX Identity That Gives Access To The Deferrals Update + The two optional UI based updates.
12 lines
335 B
Lua
12 lines
335 B
Lua
Config = {}
|
|
Config.Locale = 'en'
|
|
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 |