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?