/clearchat command help.
#2

pawn Код:
if(strcmp(cmdtext, "/clearchat", true) == 0)
{
    for(new i = 0; i < 100; i++)
    {
        SendClientMessage(playerid, -1, "");
    }

    return 1;
}
Reply


Messages In This Thread
/clearchat command help. - by Melon - 30.07.2012, 23:24
Re: /clearchat command help. - by SuperViper - 30.07.2012, 23:26
Re: /clearchat command help. - by Melon - 30.07.2012, 23:41
Re: /clearchat command help. - by Makaveli93 - 30.07.2012, 23:43
Re: /clearchat command help. - by DarkB0y - 30.07.2012, 23:53
Re: /clearchat command help. - by Melon - 30.07.2012, 23:54
Re: /clearchat command help. - by DarkB0y - 31.07.2012, 00:04
Re: /clearchat command help. - by Melon - 31.07.2012, 00:07
Re: /clearchat command help. - by DarkB0y - 31.07.2012, 00:17
Re: /clearchat command help. - by Melon - 31.07.2012, 00:18

Forum Jump:


Users browsing this thread: 1 Guest(s)