11 lines
148 B
Lua
11 lines
148 B
Lua
|
|
Config = {}
|
||
|
|
|
||
|
|
Config.Locale = GetConvar("esx:locale", "en")
|
||
|
|
|
||
|
|
Config.BackpackWeight = {
|
||
|
|
[40] = 16,
|
||
|
|
[41] = 20,
|
||
|
|
[44] = 25,
|
||
|
|
[45] = 23,
|
||
|
|
}
|