예제 #1
0
 public static void LogCheat(HackTypes type, MartialClient c, string msg = "", params object[] pObjects)
 {
     //Cheaters.Add(type, c);
     FileWriter.Write(Constants.CheatWriting, "[" + c.getAccount().name + "|" + c.Label + "]" + string.Format(msg + "\n", pObjects));
     //TODO:
     //Log msg and such to file.
 }
예제 #2
0
 public static void LogCheat(HackTypes type, MartialClient c, string msg = "", params object[] pObjects)
 {
     //Cheaters.Add(type, c);
     FileWriter.Write(Constants.CheatWriting, "[" + c.getAccount().name + "|" + c.Label + "]" + string.Format(msg + "\n", pObjects));
     //TODO:
     //Log msg and such to file.
 }