medic message revive auftrag angenommen

This commit is contained in:
2020-08-05 23:50:33 +02:00
parent e3ef3b2eb6
commit 80d4066221
2 changed files with 6 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ namespace ReallifeGamemode.Server.Events
}
User user = player.GetUser();
if (user.JailTime <= 0)
{
//MEDIC AUFTRAG
@@ -92,6 +93,7 @@ namespace ReallifeGamemode.Server.Events
MedicName = "none"
};
Medic.AddTaskToList(reviveTask);
ChatService.BroadcastFaction("~y~[MEDIC] ~w~" + player.Name + " ist soeben verstorben.", new List<int>() { 2 });
if (player.GetUser().IsAdmin(AdminLevel.ADMIN) == true)
{