SA-MP Forums Archive
Loose idention - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Loose idention (/showthread.php?tid=479893)



Loose idention - boomerboom - 07.12.2013

Loose idention is in all of this lines -_-'

Код:
    new i = -1;
Код:
    new i = -1;
Код:
    new imedas[MAX_PLAYER_NAME];
Код:
    new firmaid,vrsta,cena,lvl,ffirma[80],string[512]; GetPlayerPos(playerid, X,Y,Z);



Re: Loose idention - Loot - 07.12.2013

Do you see the blank space at the left side (begining of the line)?
Simply remove them.


Re: Loose idention - iFiras - 07.12.2013

On top:
pawn Код:
#pragma tabsize 0



Re: Loose idention - batonsa - 07.12.2013

Or just find the loose identation (meaning an extra or a missing space) and remove/add it.

Pragma override isn't always the best solution in my opinion.


Re: Loose idention - Astralis - 07.12.2013

Quote:
Originally Posted by Loot
Посмотреть сообщение
Do you see the blank space at the left side (begining of the line)?
Simply remove them.
Simply you need to align every line so check where it's not aligned.