voice
This commit is contained in:
@@ -235,14 +235,14 @@ namespace ReallifeGamemode.Server.Wanted
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[RemoteEvent("setPrisonerFree")]
|
||||
public void Release_Jail(Player cop, string client)
|
||||
{
|
||||
Player player = PlayerService.GetPlayerByNameOrId(client);
|
||||
if (player == null)
|
||||
return;
|
||||
|
||||
|
||||
User user = player.GetUser();
|
||||
if (Jailtime.ContainsKey(user.Id))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user