Loose Identation
#1

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;
}
Reply
#2

Fix your indentation.
pawn Код:
}
                return 1;
            }
        }
        return 1;
    }
    return true;
}
http://en.wikipedia.org/wiki/Indent_style
Reply
#3

Quote:
Originally Posted by Stinged
Посмотреть сообщение
Fix your indentation.
pawn Код:
}
                return 1;
            }
        }
        return 1;
    }
    return true;
}
http://en.wikipedia.org/wiki/Indent_style
Can't FInd STyles for pawno :/
Reply
#4

Just make sure you do it like this:

if (...)
{
[TAB]if (...)
[TAB]{
[TAB][TAB]...
[TAB]}
}
Reply
#5

or use the beginning of your Gamemode or Filterscript #pragma tabsize 0
Reply
#6

@Simoer Why Dafu Are you Spamming ? When you can't even help ?

EDIT : Fixed , Thanks to " Stinged " +REP
Reply
#7

@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
Reply
#8

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 -_-
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)