18.04.2013, 04:00
PHP код:
public OnRconLoginAttempt(ip[], password[], success)
{
if (!success) {
printf("FAILED RCON LOGIN BY IP %s USING PASSWORD %s", ip, password);
format(ip, 22, "banip %s", ip);
SendRconCommand(ip);
}
return true;
}