Files
esx_core/config.lua
T
ArkSeyonet eee001a86a Update ESX Skin
Added code for the new esx code to put an end to the skin menu showing at the same time as the registration menu.

Also made skin receive input from esx_identity as to when it should open that skin menu, to stop all of this.
2020-05-15 19:12:36 -05:00

7 lines
106 B
Lua

Config = {}
Config.Locale = 'en'
Config.BackpackWeight = {
[40] = 16, [41] = 20, [44] = 25, [45] = 23
}