Hey there!
#3

Well I noticed this in my code, no idea if it will do a thing for you... But may help you solve the problem.

pawn Код:
#define UpperToLower(%1) for ( new ToLowerChar; ToLowerChar < strlen( %1 ); ToLowerChar ++ ) if ( %1[ ToLowerChar ]> 64 && %1[ ToLowerChar ] < 91 ) %1[ ToLowerChar ] += 32
I do however, know that one of my scripts has a code to fix that.. If I can find it, I'll reply here.
Reply


Messages In This Thread
Hey there! - by iGetty - 03.06.2013, 06:34
Re: Hey there! - by rhds - 03.06.2013, 06:37
Re: Hey there! - by Swyft™ - 03.06.2013, 06:37
Re: Hey there! - by iGetty - 03.06.2013, 06:39
Re: Hey there! - by Swyft™ - 03.06.2013, 06:43
Re: Hey there! - by iGetty - 03.06.2013, 06:54
Re: Hey there! - by Swyft™ - 03.06.2013, 07:22

Forum Jump:


Users browsing this thread: 1 Guest(s)