20.10.2009, 17:24
For loose indentitation, you need to indent your code.
You have
Should be
Or just write #pragma tabsize 0 at top of your code
You have
pawn Код:
Funciton(); // and then
Function(); //
pawn Код:
Function();
Function();