[+] New Feature in Wanted System

+ Autowanted System (only cop murder)
  * Fix: rejail after breakout

  * Fix: typo in /wa Command
This commit is contained in:
Lukas Moungos
2019-07-19 20:29:09 +02:00
parent fddc0d3730
commit 80a04a2ee4
4 changed files with 35 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ namespace ReallifeGamemode.Server.Events
killerHeading = killer.Heading;
if (player != killer)
{
Autowanted.Check_AutoWanted(killer, player);
string message = "~y~[HINWEIS]: " + killer.Name + " hat " + player.Name + " getötet (" + NAPI.Player.GetPlayerCurrentWeapon(killer) + ")";
ChatService.BroadcastAdmin(message, AdminLevel.ADMIN);
}