Files
esx_core/config.lua
T
Romain Lanz c418c94619 chore(coding-style): update
- Adding the .editorconfig file
- Ensure there's a trailing comma
- Ensure there's a space before parameter when declaring a function
- Ensure there's no empty line before block declaration
- Ensure 2 spaces is used to indentate
2017-09-14 10:58:18 +02:00

16 lines
337 B
Lua

Config = {}
Config.DrawDistance = 100.0
Config.BankSavingPercentage = 2.5
Config.Locale = 'fr'
Config.Zones = {
BankActions = {
Pos = { x = 260.130, y = 204.308, z = 109.287 },
Size = { x = 1.5, y = 1.5, z = 1.0 },
Color = { r = 102, g = 102, b = 204 },
Type = 1
}
}