removed DEUG message. Finished cause of Death message
This commit is contained in:
@@ -26,7 +26,7 @@ namespace ReallifeGamemode.Server.Events
|
|||||||
player.SetData("isDead", true);
|
player.SetData("isDead", true);
|
||||||
|
|
||||||
//TODO: Zum Full Release entfernen
|
//TODO: Zum Full Release entfernen
|
||||||
ChatService.SendMessage(player, "Du bist durch " + killer.Name + " gestorben: " + Managers.WeaponManager.GetCauseOfDeathByHash(reason));
|
ChatService.SendMessage(player, "Du bist durch " + killer.Name + " gestorben: " + reason.ToString());
|
||||||
|
|
||||||
int? killerId;
|
int? killerId;
|
||||||
float killerPosX;
|
float killerPosX;
|
||||||
@@ -59,7 +59,6 @@ namespace ReallifeGamemode.Server.Events
|
|||||||
Autowanted.Check_AutoWanted(killer, player);
|
Autowanted.Check_AutoWanted(killer, player);
|
||||||
string message = "~y~[HINWEIS]: " + killer.Name + " hat " + player.Name + " getötet (" + Managers.WeaponManager.GetCauseOfDeathByHash(reason)+ ")";
|
string message = "~y~[HINWEIS]: " + killer.Name + " hat " + player.Name + " getötet (" + Managers.WeaponManager.GetCauseOfDeathByHash(reason)+ ")";
|
||||||
ChatService.BroadcastAdmin(message, AdminLevel.ADMIN);
|
ChatService.BroadcastAdmin(message, AdminLevel.ADMIN);
|
||||||
ChatService.Broadcast("" + reason.ToString());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -333,7 +333,7 @@ namespace ReallifeGamemode.Server.Managers
|
|||||||
{ 1150790720, "Vehicle Volatol Dual MG"},
|
{ 1150790720, "Vehicle Volatol Dual MG"},
|
||||||
{ 1741783703, "Vehicle Water Cannon"},
|
{ 1741783703, "Vehicle Water Cannon"},
|
||||||
{ 2441047180, "Navy Revolver" },
|
{ 2441047180, "Navy Revolver" },
|
||||||
{ (uint)NAPI.Util.WeaponNameToModel("ceramicpistol"), "Ceramic Pistol"}
|
{ 727643628, "Ceramic Pistol"}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user