Help reconfigure this code
#8

You receive other errors? Or still those errors?

ps: loose indentation means your code is 'fucked up' ...

Well, it looks more like:
pawn Код:
bla bla {

  {
{
     {
{
}
   }
}
    }
Brackets, if's, everything is threw all around in a random way ... you should organize it. Something like:
pawn Код:
bla bla
{
   if(bla bla)
   {
        if(a a a )
        {
              bla bla
        }
    }
}
Something like that. What do you think? Which one looks more readeable?
Reply


Messages In This Thread
Help reconfigure this code - by ConsoleX - 19.03.2011, 16:38
Re: Help reconfigure this code - by Stigg - 19.03.2011, 16:39
Re: Help reconfigure this code - by jamesbond007 - 19.03.2011, 16:42
Re: Help reconfigure this code - by ConsoleX - 19.03.2011, 17:31
Re: Help reconfigure this code - by ConsoleX - 19.03.2011, 23:39
Re: Help reconfigure this code - by Fj0rtizFredde - 19.03.2011, 23:47
Re: Help reconfigure this code - by ConsoleX - 20.03.2011, 02:15
Re: Help reconfigure this code - by antonio112 - 20.03.2011, 02:23
Re: Help reconfigure this code - by ConsoleX - 20.03.2011, 02:46
Re: Help reconfigure this code - by antonio112 - 20.03.2011, 03:06

Forum Jump:


Users browsing this thread: 2 Guest(s)