added pilot job
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user