Gate Problem!!!
#7

If I'm not wrong, indentation errors happen because you are writing something like this:

pawn Код:
new x;

if(x)
  {
 return b+a;
          }
When it should look like this....

pawn Код:
new x;

if(x)
{
   return a+b;
}
Make your brakets under your brakets and leave 1 TAB after the bracket.. my suggestion
Reply


Messages In This Thread
Gate Problem!!! - by coolmark1995 - 04.01.2013, 02:05
Re: Gate Problem!!! - by InActtive™ - 04.01.2013, 04:20
Re: Gate Problem!!! - by coolmark1995 - 04.01.2013, 23:10
Re: Gate Problem!!! - by gtakillerIV - 04.01.2013, 23:48
Re: Gate Problem!!! - by coolmark1995 - 05.01.2013, 00:35
Re: Gate Problem!!! - by SchurmanCQC - 05.01.2013, 01:10
Re: Gate Problem!!! - by hydravink - 05.01.2013, 01:26
Re: Gate Problem!!! - by coolmark1995 - 05.01.2013, 02:11
Re: Gate Problem!!! - by coolmark1995 - 05.01.2013, 02:33
Re: Gate Problem!!! - by coolmark1995 - 05.01.2013, 05:25

Forum Jump:


Users browsing this thread: 1 Guest(s)