2 neue rentcars added
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user