Loose Indentation
#5

You don't have to worry Loose Indentations.
Its just means that you have a code that is
not aligned with others.

Example :
pawn Код:
public OnPlayerConnect(playerid)
{
 GivePlayerMoney(playerid, 2000);
  GivePlayerMoney(playerid, 2001);
 GivePlayerMoney(playerid, 2002);
 return 1;
}
See how the 2nd GivePlayerMoney is not aligned with the others?
Thats Loose Indentation. Don't worry though, it will not affect on
how the way you script functions

But, if your lazy enough just use this :
pawn Код:
#pragma tabsize 0
But I don't recommend you to add that!
I recommend you to fix the alignment of you code.
Reply


Messages In This Thread
Loose Indentation - by goantonio101 - 08.06.2010, 06:14
Re: Loose Indentation - by ihatetn931 - 08.06.2010, 06:18
Re: Loose Indentation - by goantonio101 - 08.06.2010, 06:24
Re: Loose Indentation - by Jonni8 - 08.06.2010, 06:28
Re: Loose Indentation - by ViruZZzZ_ChiLLL - 08.06.2010, 06:34

Forum Jump:


Users browsing this thread: 1 Guest(s)