More tags!
#4

Quote:
Originally Posted by kingcrome
Посмотреть сообщение
Thanks man alot actully however it gives me a loose intendation now
Then fix the indentation, if you could show the block of code I could do it for you.

So this:


Becomes this:
Код:
public OnPlayerConnect(playerid)
{
    if (TestIndentation())
    {
        if(TestIndentation())
        {
            if(TestIndentation())
            {
                if(TestIndentation())
                {
                }
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
More tags! - by kingcrome - 04.04.2015, 09:01
Re: More tags! - by Sellize - 04.04.2015, 09:03
Re: More tags! - by kingcrome - 04.04.2015, 09:04
Re: More tags! - by Sellize - 04.04.2015, 09:07

Forum Jump:


Users browsing this thread: 1 Guest(s)