Raised This Month: $ Target: $400
 0% 

Question about grouping...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
organizedKaoS
Senior Member
Join Date: Feb 2006
Old 04-07-2006 , 15:26   Question about grouping...
Reply With Quote #1

Whats the difference between
Code:
if((!is_user_bot(Players[i])) && (!is_user_connecting(Players[i])) && (cs_get_user_team(Players[i]) != CS_TEAM_SPECTATOR))
And
Code:
if(!is_user_bot(Players[i]) && !is_user_connecting(Players[i]) && cs_get_user_team(Players[i]) != CS_TEAM_SPECTATOR)
I have tried both in my plugin and both compile with no errors. I basically want to check if a player is not all of these three and if all the conditions met, then continue to the next part of code. Is this right?
organizedKaoS is offline
 



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 16:39.


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