20.03.2011, 02:23
You receive other errors? Or still those errors?
ps: loose indentation means your code is 'fucked up' ...
Well, it looks more like:
Brackets, if's, everything is threw all around in a random way ... you should organize it. Something like:
Something like that. What do you think? Which one looks more readeable?
ps: loose indentation means your code is 'fucked up' ...
Well, it looks more like:
pawn Код:
bla bla {
{
{
{
{
}
}
}
}
pawn Код:
bla bla
{
if(bla bla)
{
if(a a a )
{
bla bla
}
}
}