voice
This commit is contained in:
@@ -57,9 +57,8 @@ cityHall(globalData);
|
||||
|
||||
import adminSpeed from './admin/aspeed';
|
||||
adminSpeed();
|
||||
|
||||
//import voice from './Voice/main';
|
||||
//voice(globalData);
|
||||
import voice from './Voice/main';
|
||||
voice(globalData);
|
||||
|
||||
import handMoney from './Gui/handmoney'
|
||||
handMoney(globalData);
|
||||
|
||||
@@ -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