[+] New Feature in Wanted System
+ Autowanted System (only cop murder) * Fix: rejail after breakout * Fix: typo in /wa Command
This commit is contained in:
@@ -211,7 +211,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
User targetCop = target.GetUser();
|
||||
if(targetCop.FactionId == 1 || targetCop.FactionId == 2)
|
||||
{
|
||||
ChatService.ErrorMessage(player, "Du kannst dieser Person keine Wanteds geben.");
|
||||
ChatService.ErrorMessage(player, "Du kannst dieser Person keine Wanteds geben");
|
||||
return;
|
||||
}
|
||||
User targetUser = target.GetUser();
|
||||
|
||||
Reference in New Issue
Block a user