added pilot job

This commit is contained in:
2019-09-16 15:05:23 +02:00
parent d8cddb3411
commit b3d3d4550d
5 changed files with 59 additions and 14 deletions

View File

@@ -60,10 +60,10 @@ namespace ReallifeGamemode.Server.Job
{
if (type == "Kurz 1")
{
CheckPointHandle.StartCheckPointRoute(player, Route1);
CheckPointHandle.StartCheckPointRoute(player, Route1, 3000, 1);
} else if (type == "Kurz 2")
{
CheckPointHandle.StartCheckPointRoute(player, Route2);
CheckPointHandle.StartCheckPointRoute(player, Route2, 3000, 1);
}
}