This commit is contained in:
2021-04-10 02:03:46 +02:00
parent e3e6b3ff10
commit 62b3f7ced9
2 changed files with 5 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ namespace ReallifeGamemode.Server.Job
playerVehiclePair.Add(player, vehicle);
player.SetIntoVehicle(vehicle.Handle, 0);
CheckPointHandle.StartCheckPointRoute(player, selectedRoute, 0, CHECKPOINT_MARKER_ID, 40, 10, true, "pilotJob"); //6, 23, 25, 26, 27, 28
CheckPointHandle.StartCheckPointRoute(player, selectedRoute, 0, CHECKPOINT_MARKER_ID, 40, 10, true, "PILOT:InCheckpoint"); //6, 23, 25, 26, 27, 28
}
public static void payWage(Player jobber, int wage)