need help with scripting the chat clear
#10

Quote:
Originally Posted by DanishHaq
Посмотреть сообщение
EriesJohnson, there are quite a few problems in that code... try this instead:

pawn Код:
CMD:clearchat(playerid, params[])
{
    for(new i = 0; i < 100; i ++)
    {
         SendClientMessageToAll(0xFFFFFFFF, "");
    }
    return 1;
}
that will do a small " lag " in server reduce the loop, 30 enough
Reply


Messages In This Thread
need help with scripting the chat clear - by BarFix - 16.09.2013, 12:40
Re: need help with scripting the chat clear - by EiresJason - 16.09.2013, 12:43
Re: need help with scripting the chat clear - by BarFix - 23.09.2013, 20:19
Re: need help with scripting the chat clear - by DanishHaq - 23.09.2013, 20:24
Re: need help with scripting the chat clear - by EiresJason - 23.09.2013, 20:43
Re: need help with scripting the chat clear - by DanishHaq - 23.09.2013, 20:44
Re: need help with scripting the chat clear - by EiresJason - 23.09.2013, 20:49
Re: need help with scripting the chat clear - by ic3cr3am - 23.09.2013, 21:55
Re: need help with scripting the chat clear - by Konstantinos - 23.09.2013, 21:58
Re: need help with scripting the chat clear - by PT - 23.09.2013, 22:56

Forum Jump:


Users browsing this thread: 1 Guest(s)