VAGOS WAFFENSCHRANK
This commit is contained in:
@@ -88,11 +88,17 @@ namespace ReallifeGamemode.Server.Managers
|
|||||||
Position = new Vector3(129.8998, -1938.709, 20.61865),
|
Position = new Vector3(129.8998, -1938.709, 20.61865),
|
||||||
FactionId = 7
|
FactionId = 7
|
||||||
};
|
};
|
||||||
|
WeaponPoint weaponPointVagos = new WeaponPoint()
|
||||||
|
{
|
||||||
|
Position = new Vector3(-1076.6572, -1677.4907, 4.575236),
|
||||||
|
FactionId = 5
|
||||||
|
};
|
||||||
|
|
||||||
WeaponPoints.Add(weaponPointLSPD);
|
WeaponPoints.Add(weaponPointLSPD);
|
||||||
WeaponPoints.Add(weaponPointFIB);
|
WeaponPoints.Add(weaponPointFIB);
|
||||||
WeaponPoints.Add(weaponPointBallas);
|
WeaponPoints.Add(weaponPointBallas);
|
||||||
WeaponPoints.Add(weaponPointGrove);
|
WeaponPoints.Add(weaponPointGrove);
|
||||||
|
WeaponPoints.Add(weaponPointVagos);
|
||||||
|
|
||||||
foreach (WeaponPoint w in WeaponPoints)
|
foreach (WeaponPoint w in WeaponPoints)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user