VegaZ
2021-04-17 18:54:53 +02:00
parent 3d249c3006
commit 735ff66fb4
3 changed files with 16 additions and 1 deletions

View File

@@ -181,6 +181,11 @@ namespace ReallifeGamemode.Server.Managers
ChatService.ErrorMessage(player, "Dieser Spieler ist schon in einer Fraktion");
return;
}
if (targetUser?.Wanteds > 0)
{
player.SendNotification("~r~Dieser Spieler wird aktuell gesucht (Wanted)", false);
return;
}
target.SetData("accept_faction_invite", player.Name);