08.12.2011, 12:30
this is how indenting is...
etc....that's the problem with yours...im sure you can fix it yourself
pawn Код:
if()
{
//4 spaces or 1 tab
if()
{
//8 spaces or 2 tabs
if()
{
//12 spaces or 3 tabs
}
}
}