11.07.2011, 13:36
Hi xXGaryXx,
Try to type them into a string like this:
If that does not work, try:
I hope this helps you.
If you have any other questions just ask.
I hope it works. ^^
Jeffry
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);
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);
If you have any other questions just ask.
I hope it works. ^^
Jeffry