Fix Medic v3
This commit is contained in:
@@ -97,20 +97,20 @@ namespace ReallifeGamemode.Server.Factions.Medic
|
||||
{
|
||||
case 0:
|
||||
|
||||
ReviveTasks[index].MedicName = victimName;
|
||||
ReviveTasks[index].MedicName = player.Name;
|
||||
ChatService.BroadcastFaction("~y~[MEDIC] ~w~" + player.Name + " hat den Reviveauftrag von " + victimName + " angenommen.", new List<int>() { 2 });
|
||||
target.SendNotification("~w~Sanitäter~g~ " + player.Name + "~w~ eilt zur Rettung.");
|
||||
|
||||
break;
|
||||
|
||||
case 1:
|
||||
HealTasks[index].MedicName = victimName;
|
||||
HealTasks[index].MedicName = player.Name;
|
||||
ChatService.BroadcastFaction("~y~[MEDIC] ~w~" + player.Name + " hat den Healauftrag von " + victimName + " angenommen.", new List<int>() { 2 });
|
||||
target.SendNotification("~w~Sanitäter~g~ " + player.Name + "~w~ hat deinen Auftrag angenommen.");
|
||||
break;
|
||||
|
||||
case 2:
|
||||
FireTasks[index].MedicName = victimName;
|
||||
FireTasks[index].MedicName = player.Name;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user