Correct Syntax of Double if statements.
#2

pawn Код:
if ( this && that ) //and
if ( this || that ) //or
You have it like this (extra 'if'):

pawn Код:
if ( this ) && if ( that )
You also have extra '()' by the way dude but I know it was just an example.
Reply


Messages In This Thread
Correct Syntax of Double if statements. - by shitbird - 25.09.2009, 20:16
Re: Correct Syntax of Double if statements. - by Donny_k - 25.09.2009, 20:26

Forum Jump:


Users browsing this thread: 1 Guest(s)