Test Busfahrer

This commit is contained in:
Mac_Slash
2020-04-29 15:44:48 +02:00
parent 09b5785d12
commit ae5f135367
13 changed files with 101 additions and 1 deletions

View File

@@ -156,6 +156,7 @@ namespace ReallifeGamemode.Server.Job
{
CheckPointHandle.StartCheckPointRoute(player, RouteVeryLong, 3000, 1, 7, 5, "busDriverJob");
}
player.TriggerEvent("CLIENT:PlaySound", "jobs/busfahrer/StartJob", "wav", 50);
}
}