[+] Jail System
- add Escape
- add Jail In
- add Jail Timer
[+] Wanted System
- add Escape Timer
This commit is contained in:
@@ -4,6 +4,7 @@ using GTANetworkAPI;
|
||||
using ReallifeGamemode.Server.Models;
|
||||
using ReallifeGamemode.Server.Services;
|
||||
using ReallifeGamemode.Server.Util;
|
||||
using ReallifeGamemode.Server.Wanted;
|
||||
|
||||
/**
|
||||
* @overview Life of German Reallife - Event Login (Login.cs)
|
||||
@@ -42,6 +43,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
player.TriggerEvent("SERVER:Login_ShowBrowser");
|
||||
string msg = "~m~*** " + player.Name + " [" + player.SocialClubName + "] [ID:" + player.Handle.Value + "] (" + player.Address + ")";
|
||||
ChatService.BroadcastAdmin(msg, AdminLevel.ADMIN);
|
||||
|
||||
}
|
||||
|
||||
private bool IsPlayerBanned(Client player)
|
||||
|
||||
Reference in New Issue
Block a user