Add files

This commit is contained in:
Jérémie N'gadi
2017-08-02 11:33:48 +02:00
parent 521fdd5a2a
commit 43698d9d13
5 changed files with 660 additions and 0 deletions
+36
View File
@@ -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
},
}