- 0
Ajutor!
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
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):
//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); } } //--------------------------------------------------------------------------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