Feierabend

This commit is contained in:
VegaZ
2021-04-09 01:32:08 +02:00
parent 8476b112ed
commit 7a444a1671
3 changed files with 24 additions and 7 deletions

View File

@@ -834,6 +834,7 @@ namespace ReallifeGamemode.Server.Managers
{
Medic.AddTaskToList(healTask);
player.SetData("healauftrag", true);
player.SendNotification("~w~Du hast einen Sanitäter um Hilfe gerufen");
ChatService.BroadcastFaction("~y~[MEDIC] ~w~" + player.Name + " hat soeben einen Serviceauftrag beantragt.", new List<int>() { 2 });
}
}