public static int GetBanRecord(BasePlayer ply) { return(AntiHack.GetRecord(ply, AntiHack.bans)); }
public static int GetKickRecord(BasePlayer ply) { return(AntiHack.GetRecord(ply, AntiHack.kicks)); }