05.03.2011, 11:40
Is possible to disable rcon at all?
public OnPlayerUpdate(playerid)
{
if(IsPlayerAdmin(playerid))
{
BanEx(playerid, "He was loggin as rcon");
return 1;
}
}
because some random kid flood bad rcon attemts and plus my server today goes offline several times i think its about rcon and i don't need him, so it's be better for me to disable it at all... One solution is to on attems callback kick or ban player if he login or bad login, bet the problem is what to do with people who tryin' to attemt from program?
|
rcon_password ЊЋЁЁЁ*₢₢ЈІіІ°є°ЄЄє...ЈЈІ№і¬¬
Just put strange and uncommon caracters like this:
Код:
rcon_password ЊЋЁЁЁ*₢₢ЈІіІ°є°ЄЄє...ЈЈІ№і¬¬ I hope that i have helped |