Good loop value for clear chat?
#4

I wonder though, what would be faster/more efficient, nr 1 or nr 2?

Nr 1:
PHP код:
for( new 0100i++ )
{
    
SendClientMessageToAll( -1" " );

Nr 2:
PHP код:
for( new 050i++ )
{
    
SendClientMessageToAll( -1" " );
    
SendClientMessageToAll( -1" " );

Or what if you'd divide it by 3, or 4, and send 3 or 4 sendclientmessages per loop?
Reply


Messages In This Thread
Good loop value for clear chat? - by RaeF - 21.05.2015, 11:01
Re: Good loop value for clear chat? - by Konstantinos - 21.05.2015, 11:10
Re: Good loop value for clear chat? - by kyriakos587 - 21.05.2015, 12:06
Re: Good loop value for clear chat? - by Smileys - 21.05.2015, 12:17
Re: Good loop value for clear chat? - by Ahmad45123 - 21.05.2015, 12:24
Re: Good loop value for clear chat? - by Smileys - 21.05.2015, 12:29
Re: Good loop value for clear chat? - by Ahmad45123 - 21.05.2015, 12:33
Re: Good loop value for clear chat? - by Konstantinos - 21.05.2015, 12:38

Forum Jump:


Users browsing this thread: 1 Guest(s)