This commit is contained in:
2019-11-12 17:09:54 +01:00
parent 1983ba8a9c
commit 87baaa6dc9
4 changed files with 15 additions and 128 deletions

View File

@@ -90,6 +90,11 @@ namespace ReallifeGamemode.Server.Util
if (this.list.Count() == checkPointsDone)
{
CheckPointHandle.RemovePlayerHandlerFromList(this.player);
if (this.eventInCheckpoint == "busDriverJob")
{
Job.BusDriverJob.payWage(this.player, 1000);
}
}
}