What's the difference?
#7

you can return anything you want, 0 will make it pass using the !
pawn Код:
if(!Function(0))
pawn Код:
Function(params)
{
return params;
}
or

pawn Код:
if(Function(5))
that would pass but
pawn Код:
if(Function(4) == 3)
would not pass
Reply


Messages In This Thread
What's the difference? - by Danut - 16.02.2009, 16:20
Re: What's the difference? - by MenaceX^ - 16.02.2009, 16:24
Re: What's the difference? - by Danut - 16.02.2009, 16:25
Re: What's the difference? - by [LDT]LuxurY - 16.02.2009, 17:02
Re: What's the difference? - by Think - 16.02.2009, 18:27
Re: What's the difference? - by Joe Staff - 16.02.2009, 20:28
Re: What's the difference? - by Daren_Jacobson - 16.02.2009, 20:33

Forum Jump:


Users browsing this thread: 2 Guest(s)