mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Add files
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user