Raised This Month: $ Target: $400
 0% 

General Question


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
mottzi
Veteran Member
Join Date: May 2010
Location: Switzerland
Old 05-05-2012 , 21:30   General Question
Reply With Quote #1

Hi guys,

I always wondered:

When I have something like this:

PHP Code:
if(g_Mode && cs_get_user_team(i)) { ... } 
When g_Mode isnt True, will this scirpt continue with cs_get_user_team(), or will it just skip it?

So: Is it bether to do:
PHP Code:
if(g_Mode && cs_get_user_team(i)) { ... } 
or
PHP Code:
if(g_Mode)
{
   if(
cs_get_user_team(i))
   { ... }

__________________
Quote:
#define true ((rand() % 2)? true: false) //Happy debugging suckers
mottzi is offline
Send a message via MSN to mottzi
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:24.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode