25.11.2015, 05:38
Problems encountered (description): Can not enter the server because ping picture below
IMG/ http://i.imgur.com/KlUTw0O.png
Код:
//Anti High Ping //-------------------------------------------------------------------------- foreach(new i: Player) { if(GetPlayerPing(i) > ServerInfo[MaxPing]) { FormatMSG(i, COLOR_ULTRARED, "%s(%d) {FFFF00}has been auto-kicked for having a high ping.[{FF0000}%d/%d{FFFF00}]", PlayerName(i), i, GetPlayerPing(i), ServerInfo[MaxPing]); //------------------------------------------------------------------ eLog[0] = EOS; format(eLog, sizeof(eLog), "%s has been auto-kicked for having a high ping.[%d/%d]", PlayerName(i), GetPlayerPing(i), ServerInfo[MaxPing]), SendLog(eLog), KickEx(i); } } //--------------------------------------------------------------------------