[+] Add /release Command to get Prisoners out of Jail

This commit is contained in:
Lukas Moungos
2019-07-19 22:01:14 +02:00
parent 409a8bc52a
commit 2a3d97265b
3 changed files with 60 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ namespace ReallifeGamemode.Server.Extensions
{
ChatService.SendMessage(copPlayer, "~r~HQ: Straftat gemeldet von" + cop + " - " + reason + ". Straftäter: "+ user.Name + ".");
}
else
else if((copUser.FactionId == 1 || copUser.FactionId == 2) && cop == null)
{
ChatService.SendMessage(copPlayer, "~r~HQ: " + user.Name + " hat eine Straftat begangen - " + reason + ".");
}