problem leader chat
#4

Try:

pawn Код:
public LeaderChat(color,const string[])
{
    foreach(Player, i)
    {
        if(gPlayerLogged[i] == 1)
        {
            if (PlayerInfo[i][pLeader] >= 1)
            {
                if(toglc[i] == 0)
                {
                    SendClientMessage(i, color, string);
                }
            }
        }
    }
    printf("%s", string);
    return 1;
}
Reply


Messages In This Thread
problem leader chat - by SHFaCeBook - 04.06.2015, 20:13
Re: problem leader chat - by JaydenJason - 04.06.2015, 21:17
Re: problem leader chat - by SHFaCeBook - 05.06.2015, 00:35
Re: problem leader chat - by [KHK]Khalid - 05.06.2015, 02:13
Re: problem leader chat - by SHFaCeBook - 05.06.2015, 10:39
Re: problem leader chat - by dusk - 05.06.2015, 11:03

Forum Jump:


Users browsing this thread: 1 Guest(s)