ERROR PLZ HELP
#2

pawn Код:
forward ClearChatbox(playerid, lines);
public ClearChatbox(playerid, lines)
{
    if (IsPlayerConnected(playerid))
    {
        for(new i=0; i<lines; i++)
        {
            SendClientMessage(playerid, COLOR_GREY, " ");
        }
    }
    return 1;
}
Reply


Messages In This Thread
ERROR PLZ HELP - by Keeboo13 - 11.02.2010, 02:57
Re: ERROR PLZ HELP - by s0nic - 11.02.2010, 03:12

Forum Jump:


Users browsing this thread: 2 Guest(s)