2 neue rentcars added

This commit is contained in:
Fabian
2021-05-02 23:52:45 +02:00
parent e050391d6d
commit 03f3808a3f
5 changed files with 47 additions and 1 deletions

View File

@@ -324,10 +324,20 @@ namespace ReallifeGamemode.Server.Managers
{
Position = Rentcar.knastBlipPosition
};
RentcarPoint rentCarPaleto = new RentcarPoint()
{
Position = Rentcar.paletoBlipPosition
};
RentcarPoint rentCarLamesa = new RentcarPoint()
{
Position = Rentcar.lamesaBlipPosition
};
rentcarPoints.Add(rentCarNoobSpawn);
rentcarPoints.Add(rentCarStadthalle);
rentcarPoints.Add(rentCarKnast);
rentcarPoints.Add(rentCarPaleto);
rentcarPoints.Add(rentCarLamesa);
foreach (RentcarPoint point in rentcarPoints)
{