mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
201bca1796
- Add config for full character wipe on character deletion
12 lines
366 B
Lua
12 lines
366 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.FullCharDelete = false
|
|
Config.EnableDebugging = false |