19.09.2012, 16:19
The snippet actually kicks every player who's entering a wrong password.
If you enter the right password you will still be able to log in.
This would kick every player who successfully logs in as RCON:
If you enter the right password you will still be able to log in.
This would kick every player who successfully logs in as RCON:
Код:
public OnRconLoginAttempt(ip[], password[], success) { if(success) Kick(playerid); return 1; }