цдхь characters.
#4

I did a little bit of testing.

pawn Код:
public OnRconCommand(cmd[])
{
  new string[256];
  format(string,sizeof(string),cmd);
  print(string);
  for(new ch; ch<strlen(cmd);ch++)
  {
    if(string[ch]=='ц')string[ch]='8';
  }
  print(string);
  return 1;
}
So if I type "poopцц" it should return "poop88", but it actually returns "poop""" with the 2 inner quotation marks. Even when not moving cmd to string, and just doing 'print(cmd);' I get the "poop"""

So I guess it just doesn't work.
Reply


Messages In This Thread
цдхь characters. - by wiilweer - 18.01.2010, 17:32
Re: цдхь characters. - by Cry_Wolf - 18.01.2010, 18:04
Re: цдхь characters. - by wiilweer - 18.01.2010, 18:12
Re: цдхь characters. - by Joe Staff - 18.01.2010, 18:24

Forum Jump:


Users browsing this thread: 1 Guest(s)