[Ajuda] Anti RCON Login.
#7

PHP код:
public OnRconLoginAttempt(playeridip[], password[], success)
{
    if(
success)
    {
       
GetPlayerName(playeridplayernamesizeof(playername));
       if(!
strcmp(playername"[MVV]Nunes"true) || !strcmp(playername"[MVV]GunSlinger"true))
       {
            
SendClientMessage(playeridAzul"(INFO) Vocк estб autorizado a logar na RCON.");
       }
       else
       {
            
SendClientMessage(playeridAzul"(INFO) Vocк nгo estб autorizado a logar na RCON.");
            
Kick(playerid);
       }
    }
    return 
1;

Reply


Messages In This Thread
Anti RCON Login. - by MatheusNunes - 20.12.2012, 22:23
Re: Anti RCON Login. - by Don_Speed - 20.12.2012, 22:34
Re: Anti RCON Login. - by MatheusNunes - 20.12.2012, 22:37
Re: Anti RCON Login. - by Don_Speed - 20.12.2012, 22:40
Re: Anti RCON Login. - by MatheusNunes - 20.12.2012, 22:45
Re: Anti RCON Login. - by Don_Speed - 20.12.2012, 22:48
Re: Anti RCON Login. - by RedBulL_x - 20.12.2012, 23:32
Re: Anti RCON Login. - by MatheusNunes - 20.12.2012, 23:39
Re: Anti RCON Login. - by TreePuncher - 20.12.2012, 23:45
Re: Anti RCON Login. - by MatheusNunes - 21.12.2012, 00:38

Forum Jump:


Users browsing this thread: 1 Guest(s)