This returns the Chat to clear. What's wrong?
#1

pawn Код:
command(businesses, playerid, params[])
{
    for(new i = 0; i < MAX_BUSINESSES; i++)
    {
        new string[1025];
        format(string, sizeof(string), "%s", Businesses[i][bName]);
        SendClientMessage(playerid, GREY, string);
    }
    return 1;
}
Reply


Messages In This Thread
This returns the Chat to clear. What's wrong? - by iGetty - 14.12.2011, 11:00
Re: This returns the Chat to clear. What's wrong? - by suhrab_mujeeb - 14.12.2011, 11:07
Re: This returns the Chat to clear. What's wrong? - by iGetty - 14.12.2011, 11:08
Re: This returns the Chat to clear. What's wrong? - by suhrab_mujeeb - 14.12.2011, 11:57
Re: This returns the Chat to clear. What's wrong? - by Rob_Maate - 14.12.2011, 15:17
Re: This returns the Chat to clear. What's wrong? - by Psymetrix - 14.12.2011, 15:24
Re: This returns the Chat to clear. What's wrong? - by Rob_Maate - 14.12.2011, 15:27
Re: This returns the Chat to clear. What's wrong? - by Psymetrix - 14.12.2011, 15:36
Re: This returns the Chat to clear. What's wrong? - by Rob_Maate - 14.12.2011, 15:40

Forum Jump:


Users browsing this thread: 1 Guest(s)