SA-MP Forums Archive
Help For SA:MP Font Languange. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help For SA:MP Font Languange. (/showthread.php?tid=407510)



Help For SA:MP Font Languange. - TwisTa98 - 14.01.2013

Hello Guys Today I'm Asking You How To Make Font Languange Changes In SA:MP Pwn And Ingame.
Like This:

HTML Code:
SendClientMessage(playerid, COLOR_YELLOW, "Hello World"); // English

SendClientMessage(playerid, COLOR_YELLOW, "фаыфваффЭ"); // Russian
We Can Use This In PWN and Ingame!

But We Can't Use This:

HTML Code:
SendClientMessage(playerid, COLOR_YELLOW, "გამარჯობა"); // Georgian
When I Type This Words ("გამარჯობა") In Pwn, This Writes: ? ? ? ? ? ? ? ? ? <- This.

And Help Me What I Can Use For This?