Using Ь , Ц , Д in a Server
#2

Hi xXGaryXx,

Try to type them into a string like this:
pawn Код:
new string[128];
format(string, 128, "I try: Д    Ц    Ь   and the small ones: д    ц    ь");
SendClientMessageToAll(COLOR_GREEN, string);
If that does not work, try:

pawn Код:
new string[128];
format(string, 128, "I try: %s    %s    %s   and the small ones: %s    %s    %s", 196, 214, 220, 228, 246, 252);
SendClientMessageToAll(COLOR_GREEN, string);
I hope this helps you.
If you have any other questions just ask.
I hope it works. ^^


Jeffry
Reply


Messages In This Thread
Using Ь , Ц , Д in a Server - by xXGaryXx - 11.07.2011, 09:52
Re: Using Ь , Ц , Д in a Server - by Jeffry - 11.07.2011, 13:36
Re: Using Ь , Ц , Д in a Server - by MicroD - 11.07.2011, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)