Busfahrer Anpassung

This commit is contained in:
Mac_Slash
2020-04-29 15:59:28 +02:00
parent 9407e81b0e
commit af7fe48808
2 changed files with 6 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ namespace ReallifeGamemode.Server.Util
if (user.GetUser().JobId == 4)
{
BusDriverJob.payWage(user, 100);
user.TriggerEvent("CLIENT:PlaySound", "jobs/busfahrer/AbfahrtHaltestelle", "mp3", 50);
user.TriggerEvent("CLIENT:PlaySound", "jobs/busfahrer/AbfahrtHaltestelle", "mp3", 25);
}
}
else