Question!!!!!! Confused :\
#1

hey guys, if this code:
pawn Код:
if(Some Code)
{
    Something;
    return 1;
}
does the same of this:
pawn Код:
if(Some Code) return Something;
==================================================
Does this mean that this:
pawn Код:
if(Some Code)
{
    Something;
}
does the same of this:
pawn Код:
if(Some Code) return !Something;
or this:
pawn Код:
if(Some Code)
{
    Something;
    return 0;
}
???????????????????
Reply


Messages In This Thread
Question!!!!!! Confused :\ - by AnonScripter - 23.02.2014, 17:22
Re: Simple Question!!!!!! Confused :\ - by newbienoob - 23.02.2014, 17:24
Re: Simple Question!!!!!! Confused :\ - by AnonScripter - 23.02.2014, 17:30
Re: Question!!!!!! Confused :\ - by Scenario - 23.02.2014, 17:49
Re: Question!!!!!! Confused :\ - by SuperViper - 23.02.2014, 18:07

Forum Jump:


Users browsing this thread: 1 Guest(s)