03.06.2013, 06:37
Well I noticed this in my code, no idea if it will do a thing for you... But may help you solve the problem.
I do however, know that one of my scripts has a code to fix that.. If I can find it, I'll reply here.
pawn Код:
#define UpperToLower(%1) for ( new ToLowerChar; ToLowerChar < strlen( %1 ); ToLowerChar ++ ) if ( %1[ ToLowerChar ]> 64 && %1[ ToLowerChar ] < 91 ) %1[ ToLowerChar ] += 32