18.01.2012, 17:46
If you indented properly:
instead of
Then you'd be able to find missing brackets in a second.
Less exaggerated version:
pawn Код:
if(condition)
{
// do something
}
pawn Код:
if(condition) {}{{}{}{}{
}
}}{}{
// do something
}{{}}}}
Less exaggerated version:
pawn Код:
if(condition) {
// Do stuff
}

