vector3, fixes #18

This commit is contained in:
ElPumpo
2018-12-23 17:27:07 +01:00
parent a3f312e505
commit 20eb4f5a7e
2 changed files with 24 additions and 21 deletions
+5 -3
View File
@@ -1,10 +1,12 @@
Config = {}
Config.DrawDistance = 100.0
Config.ZoneSize = {x = 3.0, y = 3.0, z = 2.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.Locale = 'fr'
Config.Zones = {
{x = -265.036, y = -963.630, z = 30.223}
vector3(-265.0, -963.6, 30.2)
}