01.01.2011, 18:10
I like your directory, 'Porn 18+', interesting.
Anyway, please show us lines 143-192. For the loose indention warning, the script is not aligned correctly, for example:
Try to find a loose indention on line 181 and align it with the rest of your code.
Anyway, please show us lines 143-192. For the loose indention warning, the script is not aligned correctly, for example:
pawn Код:
if( a > b )
{
function1( );
function2( ); <- This line is "loosely indented"
function3( );
}