#9

Well after each bracket ({) you have to go 1 tab further. When a } is reached you have to go one tab back. This way you'll be able to see missing brackets very fast.

Example

pawn Код:
if(something)
{
    print("something is true!!");
    if(anothervar)
    {
        print("anothervar is true!");
    }
    else
    {
        print("anothervar is false!");
    }
}
print("and we go further!");
A stupid example, but it gives a visual example. If the last } is gone you will easily see that it aint present.
Reply


Messages In This Thread
Help - by Armando B - 01.08.2012, 19:54
Respuesta: Help - by HarlemSAMP - 01.08.2012, 19:58
Re: Help - by Armando B - 01.08.2012, 20:03
Respuesta: Re: Help - by HarlemSAMP - 01.08.2012, 20:12
Re: Help - by farCry.xD - 01.08.2012, 20:20
Re: Help - by Armando B - 01.08.2012, 20:26
Re: Help - by farCry.xD - 01.08.2012, 20:33
Re: Help - by Armando B - 01.08.2012, 20:39
Re: Help - by MegadreamsBE - 01.08.2012, 20:41

Forum Jump:


Users browsing this thread: 3 Guest(s)