What is Loose inderation? - 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: What is Loose inderation? (
/showthread.php?tid=402951)
What is Loose inderation? -
yaron0600 - 28.12.2012
What is Loose inderation?
Re: What is Loose inderation? -
Diorturato - 28.12.2012
Maybe
Loose Indentation?
Use
Re: What is Loose inderation? -
park4bmx - 28.12.2012
edit above says it all
Good:
pawn Код:
if(condition)
{
action();
result();
}
Bad:
pawn Код:
if(condition)
{
action();
result();
}