Help reconfigure this code
#10

The code isn`t enough, at least not at this hour, since I don`t feel like read through the whole code and think myself what the errors could be. So, if you would give me the errors along with the lines, I would appreciate it.

ps: Yes, that look organized ... I can bet you`re not receiving anymore "loose indentation" errors. or ...

Let me give you one advice.

Let`s say you put a 'if' statement.Underneath the 'if', you open the bracket ( { ). Then, on the next line, go to the bracket column ( to be on the same 'column' ) and press TAB. Don`t use Space in PAWNO when you're trying to arrange the code. Use TAB.

Something like:
pawn Код:
if( bla bla)
{
(TAB)if( bla bla) // Where you see (TAB) you need to press TAB
     {
     (TAB) SendClientMessage( playerid, -1, "bla bla" ); // Where you see (TAB) you need to press TAB
     }
     return SendClientbla bla
}
Now, this not only applies for statements. For the returns aswell. After each open bracket, on the next line, press TAB. Hope you understood something.
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: 3 Guest(s)