25.05.2010, 08:55
Quote:
|
Originally Posted by ViruZZzZ_ChiLLL
Don't worry about those things, it just means that
you didn't indent your code. But, it will not affect on how it works on the server. Code:
#pragma tabsize 0 ![]() |
It just means your script looks something like this:
pawn Code:
hi()
{
function1();
function2();
function3();
}


