Help please,im beginner :)
#4

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Don't worry about those things, it just means that
you didn't indent your code. But, it will not affect on
how it works on the server.

Code:
#pragma tabsize 0
On top of scrpit. If your too lazy to indent it
Please, don't encourage poor indenting!

It just means your script looks something like this:
pawn Code:
hi()
{
  function1();
  function2();
  function3();
}
See how function2 is out of line with the others? Just line the beginning up with the others around that line and you'll be fine.
Reply


Messages In This Thread
Help please,im beginner :) - by kingdom99 - 25.05.2010, 08:49
Re: Help please,im beginner :) - by cAMo - 25.05.2010, 08:51
Re: Help please,im beginner :) - by ViruZZzZ_ChiLLL - 25.05.2010, 08:52
Re: Help please,im beginner :) - by Grim_ - 25.05.2010, 08:55
Re: Help please,im beginner :) - by cAMo - 25.05.2010, 09:01
Re: Help please,im beginner :) - by kingdom99 - 26.05.2010, 06:29

Forum Jump:


Users browsing this thread: 1 Guest(s)