30.03.2011, 21:51
Okay, I found it.. This is the real one.. I was checking in FilterScript -___-
Код:
public OnRconLoginAttempt(ip[], password[], success) { if(success) { new pip[16]; ////foreach(Player,i) for(new i; i<MAX_PLAYERS; i++) { GetPlayerIp(i, pip, sizeof(pip)); if(!strcmp(ip, pip, true)) if(PlayerInfo[i][pAdmin] < 3) Ban(i); } } }