Update Jail.cs

This commit is contained in:
aviate
2019-08-04 01:00:50 +02:00
parent 5a3b1695e3
commit b662634321

View File

@@ -76,8 +76,8 @@ namespace ReallifeGamemode.Server.Wanted
Medic.RemoveTaskFromList(task);
client.Health = 100;
ChatService.SendMessage(client, "Du bist im Gefängnis für " + jailTime + " Sekunden.");
ChatService.BroadcastFaction("~b~HQ: " + user.Name + " wurde ins Gefängnis geliefert.", new List<int>() { 1, 3 });
ChatService.SendMessage(client, "!{FF614A}* Du bist im Gefängnis für " + jailTime + " Sekunden.");
ChatService.BroadcastFaction("!{8181E9}HQ: " + user.Name + " wurde ins Gefängnis geliefert.", new List<int>() { 1, 3 });
}
}
}