Loose Intendention no matter what
#1

How am I supposed to fix a Loose Intendention when It doesn't matter
what I do, It doesn't get fixed?

Код:
return 1;
I've been trying for 10 minutes now, with tab, spacebar but no result!
All other "Loose Intendention" is fixed, but I can't get this to work!

Any ideas?
Reply
#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
#3

You should send your part of script to learn wtf is going on..

-TraNe15-
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)