Loose Intendention no matter what
#2

It should look something like this:

pawn Код:
public SomeCallback()
{
  if(whatever)
    return 1;
  else if(bla)
  {
    if(yay)
      return woohoo;
    else
      return oh well;
  }
  return x;
}
Reply


Messages In This Thread
Loose Intendention no matter what - by Mike Garber - 26.09.2009, 22:10
Re: Loose Intendention no matter what - by ilikepie2221 - 26.09.2009, 22:32
Re: Loose Intendention no matter what - by TraNe15 - 26.09.2009, 22:36

Forum Jump:


Users browsing this thread: 1 Guest(s)