mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 15:01:32 +00:00
7 lines
106 B
Lua
7 lines
106 B
Lua
Config = {}
|
|
|
|
Config.Locale = 'fr'
|
|
|
|
Config.BackpackWeight = {
|
|
[40] = 16, [41] = 20, [44] = 25, [45] = 23
|
|
} |