error
#5

I have that. Maybe if you take a look at the whole thing
pawn Код:
SendFactionMessage(color, text[])
{
    foreach(Player, i)
    {
        new FactionS[60];
        GetPlayerName(i, Name, sizeof Name);
        format(file, sizeof file, SERVER_USER_FILE, Name);
        format(FactionS,sizeof(FactionS), "%s", dini_Get(file, "Faction"));//Brackets.
        if(PlayerInfo[i][pFaction] == FactionS)
        {
            SendClientMessage(i, color, text);
        }
    }
    return 0;
}
Reply


Messages In This Thread
error - by bartje01 - 27.06.2011, 20:38
Re: error - by Tee - 28.06.2011, 00:35
Re: error - by bartje01 - 28.06.2011, 01:13
AW: error - by Nero_3D - 28.06.2011, 01:24
Re: error - by bartje01 - 28.06.2011, 01:26
Re: error - by =WoR=Varth - 28.06.2011, 01:32
Re: error - by bartje01 - 28.06.2011, 01:37
Re: error - by Tee - 28.06.2011, 01:41
Re: error - by bartje01 - 28.06.2011, 01:47
Re: error - by Tee - 28.06.2011, 02:25

Forum Jump:


Users browsing this thread: 2 Guest(s)