medic ausgaben verschönert
This commit is contained in:
@@ -1406,7 +1406,7 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
MedicTask task = Medic.ReviveTasks.FirstOrDefault(t => t.Victim == player.Name);
|
MedicTask task = Medic.ReviveTasks.FirstOrDefault(t => t.Victim == player.Name);
|
||||||
if (task != null)
|
if (task != null)
|
||||||
{
|
{
|
||||||
ChatService.BroadcastFaction("Info: Der Auftrag von " + target.Name + " wurde entfernt (Administrativ wiederbelebt)", new List<int>() { 2 });
|
ChatService.BroadcastFaction("~y~[MEDIC] ~w~Der Auftrag von " + target.Name + " wurde entfernt (Administrativ wiederbelebt)", new List<int>() { 2 });
|
||||||
}
|
}
|
||||||
|
|
||||||
target.SetData("isDead", false);
|
target.SetData("isDead", false);
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ namespace ReallifeGamemode.Server.Events
|
|||||||
|
|
||||||
if (task != null)
|
if (task != null)
|
||||||
{
|
{
|
||||||
ChatService.BroadcastFaction("Info: Der Auftrag von " + player.Name + " wurde entfernt (Ausgeloggt)", new List<int>() { 2 });
|
ChatService.BroadcastFaction("~y~[MEDIC] ~w~Info: Der Auftrag von " + player.Name + " wurde entfernt (Ausgeloggt)", new List<int>() { 2 });
|
||||||
}
|
}
|
||||||
|
|
||||||
if (player.IsAdminDuty())
|
if (player.IsAdminDuty())
|
||||||
|
|||||||
Reference in New Issue
Block a user