[AJUDA] /Reportar para Moderadores tambйm (VIPS)
#6

pawn Код:
public Relatorio(COLOR,const string[],level)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            new aname[MAX_PLAYER_NAME];
            GetPlayerName(i, aname, MAX_PLAYER_NAME);
            format(file, sizeof(file), PASTA_CONTAS, aname);

            if(pAdmin[i] > 0 || vip[i] == 1)
            {
                SendClientMessage(i, COLOR, string);
                GameTextForPlayer(i, "~r~Novo Report!" , 3000, 4);
                PlayerPlaySound(i, 1057, 0, 0, 0);
            }
        }    
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA] /Reportar para Moderadores tambйm (VIPS) - by Allanrokeiro - 18.11.2011, 20:35
Re: [AJUDA] /Reportar para Moderadores tambйm (VIPS) - by Dolby - 18.11.2011, 21:09
Re: [AJUDA] /Reportar para Moderadores tambйm (VIPS) - by Allanrokeiro - 18.11.2011, 21:49
Re: [AJUDA] /Reportar para Moderadores tambйm (VIPS) - by Dolby - 18.11.2011, 21:51
Re: [AJUDA] /Reportar para Moderadores tambйm (VIPS) - by Mattos - 19.11.2011, 12:25
Re: [AJUDA] /Reportar para Moderadores tambйm (VIPS) - by ViniBorn - 19.11.2011, 12:46

Forum Jump:


Users browsing this thread: 1 Guest(s)