Anti Caps-Look?
#4

Except for the first character, all caps will be converted to lowercase characters.
Код:
public OnPlayerText(playerid, text[])
{
  for(new i=1; i<strlen(text); i++)
  {
    if(text[i] > 64 && text[i]< 91) text[i] += 32;
  }
  return 1;
}
Reply


Messages In This Thread
Anti Caps-Look? - by MeTaX - 03.02.2009, 16:12
Re: Anti Caps-Look? - by Joe Staff - 03.02.2009, 16:14
Re: Anti Caps-Look? - by mamorunl - 03.02.2009, 16:42
Re: Anti Caps-Look? - by Sandra18[NL] - 03.02.2009, 16:59
Re: Anti Caps-Look? - by MeTaX - 11.02.2009, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)