Please help with 3 warning;s
#2

Loose indention is caused by incorrect vertical alignment. For example:
pawn Код:
// Bad alignment
if( i == 1 )
{
    print( "i = 1" );
       print( "i != 2" );
}
// Proper alignment
if( i == 1 )
{
    print( "i = 1" );
    print( "i != 2" );
}
As for your errors, please specify the lines that you get errors on.
Reply


Messages In This Thread
Please help with 3 warning;s - by taifunx3 - 20.07.2011, 19:46
Re: Please help with 3 warning;s - by Grim_ - 20.07.2011, 19:50
Re: Please help with 3 warning;s - by taifunx3 - 20.07.2011, 19:54
Re: Please help with 3 warning;s - by Grim_ - 20.07.2011, 19:57
Re: Please help with 3 warning;s - by taifunx3 - 20.07.2011, 19:58
Re: Please help with 3 warning;s - by JaTochNietDan - 20.07.2011, 20:00

Forum Jump:


Users browsing this thread: 2 Guest(s)