Would would be faster/more effective? Does it matter?
#1

Would it be faster to do:
Код:
if(giveplayerid != INVALID_PLAYER_ID)
{
   Kick(giveplayerid);
}
or
Код:
if(giveplayerid != INVALID_PLAYER_ID){
Kick(giveplayerid); }
Or does it matter? Just curious.
Reply


Messages In This Thread
Would would be faster/more effective? Does it matter? - by Devine - 17.01.2010, 03:43
Re: Would would be faster/more effective? Does it matter? - by Miguel - 17.01.2010, 03:47
Re: Would would be faster/more effective? Does it matter? - by Devine - 17.01.2010, 03:50
Re: Would would be faster/more effective? Does it matter? - by Miguel - 17.01.2010, 04:06

Forum Jump:


Users browsing this thread: 1 Guest(s)