[Ajuda]
#2

pawn Код:
AdminsLog(string[])
{
    for(new i; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerAdmin(i))
        {
            SendClientMessage(i, -1, string);
        }
    }
    return 1;
}
Reply


Messages In This Thread
[Ajuda] - by Cristhian - 09.09.2011, 21:12
Re: [Ajuda] - by RockFire - 09.09.2011, 21:14
Re: [Ajuda] - by Cristhian - 09.09.2011, 21:54
Re: [Ajuda] - by WLSF - 09.09.2011, 21:56
Re: [Ajuda] - by RockFire - 09.09.2011, 21:59
Re: [Ajuda] - by diretor7 - 09.09.2011, 22:02
Re: [Ajuda] - by Cristhian - 09.09.2011, 22:03

Forum Jump:


Users browsing this thread: 1 Guest(s)