a Error that i need help to clear.
#3

pawn Код:
if(!strcmp("/fc", cmdtext, true, 3))
    {
        for(new i=0; i < MAX_PLAYERS; i++)
        {
        new str[128], name[MAX_PLAYER_NAME];
        if(faction[playerid] == 0)return SendClientMessage(playerid, Error, "аъд ма бчбецд");
        if(!cmdtext[3])return SendClientMessage(playerid, Error, "*** /fc [text] ***");
        GetPlayerName(playerid, name, sizeof(name));
        format(str, sizeof(str), "Faction Chat|{FFFF00}%s: %s", name, str);
        if(faction[i] == faction[playerid]) SendClientMessage(i, Blue, str);
        }
        return 1;
    }
Reply


Messages In This Thread
a Error that i need help to clear. - by Captain Price - 27.05.2011, 22:00
Re: a Error that i need help to clear. - by Snipa - 28.05.2011, 00:07
Respuesta: a Error that i need help to clear. - by Lunnatiicz - 28.05.2011, 00:35

Forum Jump:


Users browsing this thread: 1 Guest(s)