problems with some commands
#5

pawn Код:
public MessageToAdmins(color, const string[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(PlayerInfo[i][pAdminLevel] >=1)
        {
        SendClientMessage(i, Grey, string);
        }
    }
    return 1;
}
Reply


Messages In This Thread
problems with some commands - by xir - 07.01.2011, 10:15
Re: problems with some commands - by Mean - 07.01.2011, 10:27
Re: problems with some commands - by xir - 07.01.2011, 10:47
Re: problems with some commands - by xir - 07.01.2011, 11:12
Re: problems with some commands - by Mean - 07.01.2011, 11:26
Re: problems with some commands - by xir - 07.01.2011, 11:47
Re: problems with some commands - by Mean - 07.01.2011, 12:35
Re: problems with some commands - by xir - 07.01.2011, 13:02

Forum Jump:


Users browsing this thread: 1 Guest(s)