16.02.2009, 20:33
you can return anything you want, 0 will make it pass using the !
or
that would pass but
would not pass
pawn Код:
if(!Function(0))
pawn Код:
Function(params)
{
return params;
}
pawn Код:
if(Function(5))
pawn Код:
if(Function(4) == 3)