Loose Identation - 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 Identation (
/showthread.php?tid=531723)
Loose Identation -
NewbieTester - 14.08.2014
Need help With this Error
pawn Код:
D:\Windows Version [0.3z]\filterscripts\TDM.pwn(519) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
Line (515 to 522)
pawn Код:
}
return 1;
}
}
return 1;
}
return true;
}
Re: Loose Identation -
Stinged - 14.08.2014
Fix your indentation.
pawn Код:
}
return 1;
}
}
return 1;
}
return true;
}
http://en.wikipedia.org/wiki/Indent_style
Re: Loose Identation -
NewbieTester - 14.08.2014
Quote:
Originally Posted by Stinged
|
Can't FInd STyles for pawno :/
Re: Loose Identation -
Stinged - 14.08.2014
Just make sure you do it like this:
if (...)
{
[TAB]if (...)
[TAB]{
[TAB][TAB]...
[TAB]}
}
Respuesta: Loose Identation -
gami007 - 14.08.2014
or use the beginning of your Gamemode or Filterscript #pragma tabsize 0
Re: Loose Identation -
NewbieTester - 14.08.2014
@Simoer Why Dafu Are you Spamming ? When you can't even help ?
EDIT : Fixed , Thanks to " Stinged " +REP
Re: Loose Identation -
NewbieTester - 14.08.2014
@Simoer No need to report my post , i'm the author , i post cause i need help , and you ? pff Just commenting non-sense -_- Nevermind .
Moderators ,
Lock This Topic Please
Re: Loose Identation -
NewbieTester - 14.08.2014
Lol how can i say thanksto you when u did'nt helped me at all ?
And I already said thanks to Stringed , He's the one whio Helped me -_-