add route in pilot and add other plane other route

This commit is contained in:
Michael
2019-10-19 16:51:01 +02:00
parent 68b42e565f
commit 01d426ff1e
3 changed files with 44 additions and 6 deletions

View File

@@ -81,7 +81,6 @@ namespace ReallifeGamemode.Server.DrivingSchool
{
ChatService.SendMessage(user, "Gut nun kann die Prüfung losgehen.");
user.TriggerEvent("stopTimer");
CheckPointHandle.StartCheckPointRoute(user, planeRoute, 0, 6, "planeSchoolEvent");
}
}
@@ -96,8 +95,16 @@ namespace ReallifeGamemode.Server.DrivingSchool
else if(checkpoint == 10 || checkpoint == 14)
{
ChatService.SendMessage(user, "Setze zum landeflug an.");
}
else if (checkpoint == 15)
{
ChatService.SendMessage(user, "Du hast deinen Flugschein bestanden.");
}
}
}
}