mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
13 lines
257 B
Lua
13 lines
257 B
Lua
Config = {}
|
|
|
|
Config.DrawDistance = 100.0
|
|
Config.ZoneSize = {x = 3.0, y = 3.0, z = 0.5}
|
|
Config.MarkerColor = {r = 100, g = 100, b = 204}
|
|
Config.MarkerType = 1
|
|
|
|
Config.Locale = 'en'
|
|
|
|
Config.Zones = {
|
|
vector3(-265.0, -963.6, 30.2)
|
|
}
|