halo bitteschön 2 neue autohaus bitte mit scharf
This commit is contained in:
@@ -6,7 +6,7 @@ namespace ReallifeGamemode.Server.Business
|
|||||||
{
|
{
|
||||||
public override int Id => 8;
|
public override int Id => 8;
|
||||||
|
|
||||||
public override string Name => "Motorrad Shop";
|
public override string Name => "Bike Shop";
|
||||||
|
|
||||||
public override Vector3 Position => new Vector3(1180.997, -394.9542, 68.01635);
|
public override Vector3 Position => new Vector3(1180.997, -394.9542, 68.01635);
|
||||||
|
|
||||||
|
|||||||
25
ReallifeGamemode.Server/Business/ClassicAndLuxuryCarshop.cs
Normal file
25
ReallifeGamemode.Server/Business/ClassicAndLuxuryCarshop.cs
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
using GTANetworkAPI;
|
||||||
|
|
||||||
|
namespace ReallifeGamemode.Server.Business
|
||||||
|
{
|
||||||
|
class ClassicAndLuxuryCarshop : CarDealerBusinessBase
|
||||||
|
{
|
||||||
|
public override int Id => 12;
|
||||||
|
|
||||||
|
public override string Name => "Classic & Luxury Carshop";
|
||||||
|
|
||||||
|
public override Vector3 Position => new Vector3(-1274.3439, 315.1384, 65.51176);
|
||||||
|
|
||||||
|
public override Vector3 CarSpawnPositon => new Vector3(-1351.2072, 244.88942, 60.357693);
|
||||||
|
|
||||||
|
public override float CarSpawnHeading => 3.62;
|
||||||
|
|
||||||
|
public override void Load()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
25
ReallifeGamemode.Server/Business/OldschoolCarshop.cs
Normal file
25
ReallifeGamemode.Server/Business/OldschoolCarshop.cs
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
using GTANetworkAPI;
|
||||||
|
|
||||||
|
namespace ReallifeGamemode.Server.Business
|
||||||
|
{
|
||||||
|
class OldschoolCarshop : CarDealerBusinessBase
|
||||||
|
{
|
||||||
|
public override int Id => 13;
|
||||||
|
|
||||||
|
public override string Name => "Oldschool Carshop";
|
||||||
|
|
||||||
|
public override Vector3 Position => new Vector3(-1888.1119, 2049.722, 140.9831);
|
||||||
|
|
||||||
|
public override Vector3 CarSpawnPositon => new Vector3(-1883.5817, 2029.6252, 140.55038);
|
||||||
|
|
||||||
|
public override float CarSpawnHeading => 163.73;
|
||||||
|
|
||||||
|
public override void Load()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,7 +6,7 @@ namespace ReallifeGamemode.Server.Business
|
|||||||
{
|
{
|
||||||
public override int Id => 3;
|
public override int Id => 3;
|
||||||
|
|
||||||
public override string Name => "Vapid Autohaus";
|
public override string Name => "Vapid Carshop";
|
||||||
|
|
||||||
public override Vector3 Position => new Vector3(-177, -1156, 23);
|
public override Vector3 Position => new Vector3(-177, -1156, 23);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user