28.02.2015, 17:46
You're not supposed to use that, I think its even against the forum rules, as is begging for reputation.
As you may (or may not) know, in any coding language, everything has to be properly indented. For example, like this
Somewhere (In the include, near the lines of that warning) you have one line that is spaced differently, as is the "And this one isnt" line, above
As you may (or may not) know, in any coding language, everything has to be properly indented. For example, like this
pawn Код:
myfunction()
{
//notice how
//these messages
//are perfectly aligned
//and this one isnt
}


