Removed keys table, minor improvements, final commit v1.0.0

This commit is contained in:
ElPumpo
2019-08-03 10:41:30 +02:00
parent 28a275a30a
commit 8bd77249d5
7 changed files with 25 additions and 68 deletions
+1 -5
View File
@@ -21,7 +21,6 @@ Config.StoreMarker = {
Config.Zones = {
Garages = {
{ -- Shank St, nearby campaign boat garage
GaragePos = vector3(-772.4, -1430.9, 0.5),
SpawnPoint = vector4(-785.39, -1426.3, 0.0, 146.0),
@@ -62,17 +61,14 @@ Config.Zones = {
SpawnPoint = vector4(-3448.9, 953.8, 0.0, 75.0),
StorePos = vector3(-3436.5, 946.6, 0.3),
StoreTP = vector4(-3427.0, 952.6, 8.3, 0.0)
},
}
},
BoatShops = {
{ -- Shank St, nearby campaign boat garage
Outside = vector3(-773.7, -1495.2, 1.6),
Inside = vector4(-798.5, -1503.1, -0.4, 120.0)
}
}
}