Guys help fast PLEASEEE.
#7

Quote:
Originally Posted by Ninad
Посмотреть сообщение
Ok i have found the mistake! Paste the line starting from 570!
Be careful; the screenshot already has all the lines.

On topic:

Loose indention is when the lines are not aligned correctly, i.e. something like this:

pawn Код:
public OnGameModeInit()
{
     Code1;
          Code2;
     {
                    Code3;
          }
                         Code4;
}
Would be incorrect and return the loose indention error, however, something like this:

pawn Код:
public OnGameModeInit()
{
     Code1;
     Code2;
     {
          Code3;
     }
     Code4;
}
Is correct because it's all aligned. It's the same problem in the SS you gave us.

More:

To add more spaces, you need to go to the start of the line and press TAB. If you want to do it to multiple lines, select the lines (at least 2) and then press TAB.
Reply


Messages In This Thread
Guys help fast PLEASEEE. - by Pro_LiZzy - 29.10.2013, 15:36
Re: Guys help fast PLEASEEE. - by Pottus - 29.10.2013, 15:38
Re: Guys help fast PLEASEEE. - by Pro_LiZzy - 29.10.2013, 15:40
Re: Guys help fast PLEASEEE. - by Patrick - 29.10.2013, 15:42
Re: Guys help fast PLEASEEE. - by Ninad - 29.10.2013, 15:44
Re: Guys help fast PLEASEEE. - by Pro_LiZzy - 29.10.2013, 15:46
Re: Guys help fast PLEASEEE. - by DanishHaq - 29.10.2013, 15:47
Re: Guys help fast PLEASEEE. - by Ninad - 29.10.2013, 15:52
Re: Guys help fast PLEASEEE. - by Pro_LiZzy - 29.10.2013, 15:54
Re: Guys help fast PLEASEEE. - by DanishHaq - 29.10.2013, 15:55

Forum Jump:


Users browsing this thread: 2 Guest(s)