added carshops
This commit is contained in:
28
ReallifeGamemode.Server/Business/LastTrainDealerBusiness.cs
Normal file
28
ReallifeGamemode.Server/Business/LastTrainDealerBusiness.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using GTANetworkAPI;
|
||||
|
||||
namespace ReallifeGamemode.Server.Business
|
||||
{
|
||||
class LastTrainDealerBusiness : CarDealerBusinessBase
|
||||
{
|
||||
|
||||
public override int Id => 10;
|
||||
|
||||
public override string Name => "Last Train Carshop";
|
||||
|
||||
public override Vector3 Position => new Vector3(-370.8743, 277.7431, 86.42197);
|
||||
|
||||
public override Vector3 CarSpawnPositon => new Vector3(-390.8478, 258.0222, 83.54714);
|
||||
|
||||
public override float CarSpawnHeading => 356.6f;
|
||||
|
||||
public override int? BlipSprite => 225;
|
||||
|
||||
public override void Load()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user