add Flugschule and Change Pilotjob
This commit is contained in:
@@ -73,7 +73,7 @@ namespace ReallifeGamemode.Server.Job
|
||||
private readonly IReadOnlyCollection<Vector3> RouteVeryLong = new List<Vector3>
|
||||
{
|
||||
|
||||
new Vector3(-571.7844, -2067.18, 6.177974),
|
||||
new Vector3(-562.68, -2203.85, 6.72),
|
||||
new Vector3(-889.0892, -2190.34, 8.100273),
|
||||
new Vector3(-695.8978, -1197.1, 10.07723),
|
||||
new Vector3(-1025.791, -788.746, 16.95118),
|
||||
@@ -85,7 +85,7 @@ namespace ReallifeGamemode.Server.Job
|
||||
new Vector3(-2448.411, 3736.997, 16.20646),
|
||||
new Vector3(-2206.853, 4257.991, 47.13944),
|
||||
new Vector3(-1545.054, 4934.076, 61.29264),
|
||||
new Vector3(153.21, 6209.93, 32.03),
|
||||
new Vector3(-152.66, 6209.62, 32.03),
|
||||
new Vector3(2707.136, 3309.894, 55.37453),
|
||||
new Vector3(2554.981, 292.5191, 108.036),
|
||||
new Vector3(-740.3124, -1645.125, 26.10983),
|
||||
@@ -104,7 +104,7 @@ namespace ReallifeGamemode.Server.Job
|
||||
listRouteTexts.Add("Kurz 2");
|
||||
listRouteTexts.Add("Mittel 1");
|
||||
listRouteTexts.Add("Lang 1");
|
||||
listRouteTexts.Add("Lang wie mein Lümmel");
|
||||
listRouteTexts.Add("Lang 2");
|
||||
|
||||
player.TriggerEvent("showBusRouteMenu", JsonConvert.SerializeObject(listRouteTexts));
|
||||
}
|
||||
@@ -128,7 +128,7 @@ namespace ReallifeGamemode.Server.Job
|
||||
{
|
||||
CheckPointHandle.StartCheckPointRoute(player, RouteLong, 3000, 1, "");
|
||||
}
|
||||
else if (type == "Lang wie mein Lümmel")
|
||||
else if (type == "Lang 2")
|
||||
{
|
||||
CheckPointHandle.StartCheckPointRoute(player, RouteVeryLong, 3000, 1, "");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user