operator question
is this true?
PHP Code:
PHP Code:
|
Re: operator question
NO:
&&: i known its just a shortcut of two 'if' native: PHP Code:
Like: if (is_user_alive(id) && cs_get_user_team(id) == CS_TEAM_T::: PHP Code:
|
Re: operator question
&& is the logical AND operator.
& is a bitwise operator. Read more about the operators here: http://www.compuphase.com/pawn/Pawn_Language_Guide.pdf |
Re: operator question
Quote:
|
| All times are GMT -4. The time now is 12:02. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.