für siga
This commit is contained in:
@@ -75,13 +75,13 @@ namespace ReallifeGamemode.Server.Job
|
||||
{
|
||||
if (type == "Kurz 1")
|
||||
{
|
||||
CheckPointHandle.StartCheckPointRoute(player, Route1, 3000, 1);
|
||||
CheckPointHandle.StartCheckPointRoute(player, Route1, 3000, 1, "");
|
||||
} else if (type == "Kurz 2")
|
||||
{
|
||||
CheckPointHandle.StartCheckPointRoute(player, Route2, 3000, 1);
|
||||
CheckPointHandle.StartCheckPointRoute(player, Route2, 3000, 1, "");
|
||||
} else if (type == "Mittel 1")
|
||||
{
|
||||
CheckPointHandle.StartCheckPointRoute(player, Route3, 3000, 1);
|
||||
CheckPointHandle.StartCheckPointRoute(player, Route3, 3000, 1, "");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace ReallifeGamemode.Server.Job
|
||||
|
||||
private void PilotJob_JobStart(Client player)
|
||||
{
|
||||
CheckPointHandle.StartCheckPointRoute(player, Route1, 0, 6);
|
||||
CheckPointHandle.StartCheckPointRoute(player, Route1, 0, 6, "");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user