mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 10:48:52 +00:00
20 lines
534 B
Lua
20 lines
534 B
Lua
Config = {}
|
|
Config.Locale = 'en'
|
|
|
|
-- [Config.EnableCommands]
|
|
-- Enables Commands Such As /char and /chardel
|
|
Config.EnableCommands = false
|
|
|
|
Config.UseDeferrals = false -- EXPERIMENTAL Character Registration Method.
|
|
|
|
|
|
-- These values are for the second input validation in server/main.lua
|
|
Config.MaxNameLength = 20
|
|
Config.MinHeight = 45
|
|
Config.MaxHeight = 96
|
|
Config.LowestYear = 1900
|
|
Config.HighestYear = 2021
|
|
|
|
Config.FullCharDelete = false
|
|
Config.EnableDebugging = false
|