Files
esx_core-esx-framework/config.lua
T
HypeLevels 2e1b14ac3e Update config.lua
Changed default language to english as its the universal language
2020-12-01 21:45:21 +00:00

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
}
}