[DUVIDA]Rcon
#8

Quote:
Originally Posted by Gustavob
Посмотреть сообщение
pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    for(new i=0, i<MAX_PLAYERS; i++)
    {
        if(!success)
    {
            Ban(i);
    }
    if(success)
    {
        Ban(i);
    }
    }
    return 1;
}
Isto farб se acertar a senha ele srб banido.
pelo que vi ali encima de ser isto.

pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(!success)
    {
            Ban(playerid);
    }
    else if(success)
    {
           SendClientMessage(playerid,Cor,"Ola, vocк й adm");
    }
    return 1;
}
Reply


Messages In This Thread
[RESOLVIDO]Rcon - by egonzks - 09.09.2010, 12:20
Re: [DUVIDA]Rcon - by Infernal_J - 09.09.2010, 12:57
Re: [DUVIDA]Rcon - by KevinsL - 09.09.2010, 13:06
Re: [DUVIDA]Rcon - by Kasura - 09.09.2010, 13:17
Re: [DUVIDA]Rcon - by [BEP]AcerPilot - 09.09.2010, 14:05
Re: [DUVIDA]Rcon - by KevinsL - 09.09.2010, 14:18
Re: [DUVIDA]Rcon - by Gustavob - 09.09.2010, 15:09
Re: [DUVIDA]Rcon - by zSuYaNw - 09.09.2010, 15:24
Re: [DUVIDA]Rcon - by egonzks - 09.09.2010, 18:25
Respuesta: [DUVIDA]Rcon - by BiieL - 09.09.2010, 18:27

Forum Jump:


Users browsing this thread: 1 Guest(s)