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

@@ -11,15 +11,15 @@ namespace ReallifeGamemode.Server.WeaponDeal
{
class BasePoints
{
public void getbase(int? factionID, Player client)
{
if (factionID == 1)
{
client.TriggerEvent("SERVER:Util_setWaypoint", 428.07, -977.88); // LSPD
}
else if( factionID == 2)
else if (factionID == 2)
{
client.TriggerEvent("SERVER:Util_setWaypoint", 1157.56, -1518.56); // Sanitäter
}
@@ -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)
{