Quote:
Originally Posted by » ραωпsтαг «
pawn Code:
LOL(string[]) { new result[256]; for (new i; i < 256; i++) { switch(string[i]) { case '[':result[i] = '('; case ']':result[i] = ')'; default:result[i]=string[i]; } } return result; }
Love the script like I said, but for real .. why .. WHY do you not indent? I never understand how people do it. No indentation FOR THE LOSE.
|
I agree with you on that one. I don't see how people do it.