mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
37 lines
758 B
Lua
37 lines
758 B
Lua
Config = {}
|
|
Config.DrawDistance = 100.0
|
|
Config.MarkerColor = {r = 120, g = 120, b = 240}
|
|
|
|
Config.Zones = {
|
|
|
|
OfficeEnter = {
|
|
Pos = {x = -199.151, y = -575.000, z = 39.489},
|
|
Size = {x = 1.5, y = 1.5, z = 1.0},
|
|
Type = 1
|
|
},
|
|
|
|
OfficeExit = {
|
|
Pos = {x = -141.226, y = -614.166, z = 167.820},
|
|
Size = {x = 1.5, y = 1.5, z = 1.0},
|
|
Type = 1
|
|
},
|
|
|
|
OfficeInside = {
|
|
Pos = {x = -140.969, y = -616.785, z = 167.820},
|
|
Size = {x = 1.5, y = 1.5, z = 1.0},
|
|
Type = -1
|
|
},
|
|
|
|
OfficeOutside = {
|
|
Pos = {x = -202.238, y = -578.193, z = 39.500},
|
|
Size = {x = 1.5, y = 1.5, z = 1.0},
|
|
Type = -1
|
|
},
|
|
|
|
OfficeActions = {
|
|
Pos = {x = -124.786, y = -641.486, z = 167.820},
|
|
Size = {x = 1.5, y = 1.5, z = 1.0},
|
|
Type = -1
|
|
},
|
|
}
|