This commit is contained in:
Lukas Moungos
2019-07-20 13:17:13 +02:00
parent 8b4796cd85
commit c27f2a7d82
4 changed files with 13 additions and 8 deletions

View File

@@ -217,6 +217,8 @@ namespace ReallifeGamemode.Server.Commands
}
User targetUser = target.GetUser();
targetUser.GiveWanteds(player, amount, reason);
ChatService.SendMessage(target, "Du hast von "+player.Name+" einen Fahndungslevel von "+amount+" bekommen.");
ChatService.SendMessage(target, "Grund: " +reason);
}
[Command("clear", "~m~Benutzung: ~s~/clear [Name / ID] [Grund]", GreedyArg = true)]