Clan chat
#2

Try that
pawn Код:
stock SendClanMessage(text[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)

    {
        new cid;
        PlayerInfo[i][pClan] = cid;
        if(PlayerInfo[i][pClan] == cid)
        {
            SendClientMessage(i, color, string);
        }
    }
}
sorry about that edited
Reply


Messages In This Thread
Clan chat - by ThaCrypte - 19.10.2013, 00:07
Re: Clan chat - by SilentSoul - 19.10.2013, 00:10
Re: Clan chat - by ThaCrypte - 19.10.2013, 00:16
Re: Clan chat - by HardRock - 19.10.2013, 00:16
Re: Clan chat - by ThaCrypte - 19.10.2013, 00:20
Re: Clan chat - by HardRock - 19.10.2013, 00:28
Re: Clan chat - by ThaCrypte - 19.10.2013, 00:37
Re: Clan chat - by HardRock - 19.10.2013, 00:40
Re: Clan chat - by ThaCrypte - 19.10.2013, 00:47
Re: Clan chat - by TonyII - 19.10.2013, 00:48

Forum Jump:


Users browsing this thread: 1 Guest(s)