add route in pilot and add other plane other route
This commit is contained in:
@@ -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.");
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user