Problema intalnita (descriere):Nu pot intra pe server, din cauza pingului poza mai jos Ero(area / rile) / warning-(ul / urile): Liniile de cod / sursa / script-ul(obligatoriu):
//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);
}
}
//--------------------------------------------------------------------------
Question
_Mihai_
Problema intalnita (descriere):Nu pot intra pe server, din cauza pingului poza mai jos
Ero(area / rile) / warning-(ul / urile):
Liniile de cod / sursa / script-ul(obligatoriu):
Imagini / Video (optional): http://i.imgur.com/KlUTw0O.png
Ati incercat sa rezolvati singur?: Da
Unde am gresit?
Edited by _Mihai_3 answers to this question
Recommended Posts