[FilterScript] [VS] Killing Spree
#10

Quote:
Originally Posted by RaZzZzoR
Посмотреть сообщение
Better:

pawn Код:
stock ClearPlayerChatBox(playerid)
{
for( new i = 0; i < MAX_PLAYERS; i++ )
{
SendClientMessage( i, -1, "" );
}
    return 1;
}
No, it's not better. It just takes less lines of code. If you compare the speed between his version and yours, his will be faster. Not to mention that yours doesn't even work, but I'm talking about the looping method.
Reply


Messages In This Thread
[VS] Killing Spree - by MovieDrifting - 25.11.2012, 10:29
Re: [VS] Killing Spree - by -=Dar[K]Lord=- - 25.11.2012, 10:32
Re: [VS] Killing Spree - by MovieDrifting - 31.12.2012, 14:08
Re: [VS] Killing Spree - by MovieDrifting - 16.01.2013, 19:45
Re: [VS] Killing Spree - by dr.lozer - 17.01.2013, 05:54
Re: [VS] Killing Spree - by MovieDrifting - 01.02.2013, 05:06
Re: [VS] Killing Spree - by RaZzZzoR - 01.02.2013, 12:27
Re: [VS] Killing Spree - by kacper55331 - 01.02.2013, 12:34
AW: Re: [VS] Killing Spree - by Mellnik - 01.02.2013, 12:43
Re: [VS] Killing Spree - by SuperViper - 01.02.2013, 14:13

Forum Jump:


Users browsing this thread: 1 Guest(s)