[Ajuda] Bug do Samp ou do Servidor?
#6

Tenta:

pawn Код:
public ArmaNoob() // N precisa do "playerid" pq vc faz um Loop
{
    for(new i = 0; i < MAX_PLAYERS; i++) // layerInfo[i][pConnectTime] <= 2
    {
        if(IsPlayerConnected(i))
        {
            if(PlayerInfo[i][pConnectTime] <= 1 && GetPlayerWeapon(i) != 0)
            {
                new string[128];
                new string3[128];
                new stri[128];
                new ip[16];
                format(gstring,sizeof(gstring),"ANTI-HACKER B4F: %s Foi Kictado do Servidor Por Suspeita de Hacker de Armas  !.",PlayerName(i));
                SendClientMessageToAll(COLOR_LIGHTRED,gstring);
                SendClientMessage(i,0x9E50FFAA,"Vocк Precisa ter mais de 2 Horas Jogadas para usar Armas.");
                BanLog(string);
                SendClientMessage(i, 0x80FF00AA, "» Vocк foi banido deve ter feito algo errado!");
                SendClientMessage(i, 0xFFFFFFAA, "» Se foi banido injustamente Tire um PrintScreen e tente o contato com um de nossos Admins!");
                GameTextForPlayer(i,"~r~Banido", 2500, 3);
                format(string3, sizeof(string3), "Banidos/Players/%s.ini", PlayerName(i));
                format(stri, sizeof(stri), "IPsBanidos/Players/%s.ini",ip);
                getdate(Ano, Mes, Dia);
                getdate(year, month, day);
                SBan(i, "Hacker de Armas", "Automбtico");
                }
            }
        }
    }
}
Reply


Messages In This Thread
Bug do Samp ou do Servidor? - by SkilL_Fly - 16.09.2013, 23:04
Re: Bug do Samp ou do Servidor? - by Juniiro3 - 16.09.2013, 23:07
Re: Bug do Samp ou do Servidor? - by SkilL_Fly - 16.09.2013, 23:13
Re: Bug do Samp ou do Servidor? - by [THs]ShadoW - 16.09.2013, 23:23
Re: Bug do Samp ou do Servidor? - by SkilL_Fly - 16.09.2013, 23:26
Re: Bug do Samp ou do Servidor? - by [THs]ShadoW - 16.09.2013, 23:38
Re: Bug do Samp ou do Servidor? - by SkilL_Fly - 16.09.2013, 23:49
Re: Bug do Samp ou do Servidor? - by SkilL_Fly - 16.09.2013, 23:54

Forum Jump:


Users browsing this thread: 2 Guest(s)