Using Ь , Ц , Д in a Server
#1

Hi people,
is tehre a way to use the following letters: Ь , Ц , Д , Я in a Server? Maybe by special Codes. You often use this letters in german. Thank you for help!

And please look at my other thread 'Car Spawn Problem'
Reply
#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
#3

Try this:
https://sampforum.blast.hk/showthread.php?tid=223944
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)