ballas neue base koords

This commit is contained in:
hydrant
2021-05-08 18:27:22 +02:00
parent e01acf7ab9
commit 5cdd22980f
2 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ namespace ReallifeGamemode.Server.WeaponDeal
}
else if (factionID == 8)
{
client.TriggerEvent("SERVER:Util_setWaypoint", 1209.42, -1628.65); // Ballas
client.TriggerEvent("SERVER:Util_setWaypoint", 1381.08, -1505.67); // Ballas
}
else if (factionID == 9)
{

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using GTANetworkAPI;
using ReallifeGamemode.Server.Shop.Clothing;
@@ -85,7 +85,7 @@ namespace ReallifeGamemode.Server.Managers
};
WeaponPoint weaponPointBallas = new WeaponPoint()
{
Position = new Vector3(1217.748, -1639.349, 47.77029),
Position = new Vector3(1381.08, -1505.67, 58.04),
FactionId = 8
};
WeaponPoint weaponPointGrove = new WeaponPoint()