mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 18:01:25 +00:00
2e1b14ac3e
Changed default language to english as its the universal language
14 lines
308 B
Lua
14 lines
308 B
Lua
Config = {}
|
|
Config.DrawDistance = 100.0
|
|
Config.BankSavingPercentage = 2.5
|
|
Config.Locale = 'en'
|
|
|
|
Config.Zones = {
|
|
BankActions = {
|
|
Coords = vector3(260.1, 204.3, 109.2),
|
|
Size = {x = 1.5, y = 1.5, z = 1.0},
|
|
Color = {r = 102, g = 102, b = 204},
|
|
Type = 1
|
|
}
|
|
}
|