mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
11 lines
260 B
Lua
11 lines
260 B
Lua
Config = {}
|
|
Config.DrawDistance = 100.0
|
|
Config.ZoneSize = {x = 3.0, y = 3.0, z = 2.0}
|
|
Config.MarkerColor = {r = 100, g = 100, b = 204}
|
|
Config.MarkerType = 1
|
|
Config.Locale = 'fr'
|
|
|
|
Config.Zones = {
|
|
{x = -265.036, y = -963.630, z = 30.223}
|
|
}
|