SA-MP Forums Archive
Langauges - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Langauges (/showthread.php?tid=652709)



Langauges - AroseKhanNiazi - 17.04.2018

I have no idea, about how languages work here.

I am planning on adding rules to players native language but I wanna know that would it work? I don't have any other languages pack installed on my PC other than English so I might not be able to see few words but will other players see those?


Re: Langauges - Konverse - 17.04.2018

What kind of rules you're working on?


Re: Langauges - AroseKhanNiazi - 17.04.2018

Just server rules, eh forgot to mention it's about samp.

I tried different languages, most of them are shown as some random letters or '?? ? ? ? ? ?' I downloaded urdu language pack and tried writing with it. It won't write for me in Pawno, but works with notepad++ saving as UTF-8 I used notepad++ to compile here too.

SendClientMessage(playerid,-1,"رمورمور 服务器规则");

tried this
I open in pawno it shows as;
SendClientMessage(playerid,-1,"Ш±Щ…Щ€Ш±Щ…Щ€Ш± жњЌеЉЎе™Ёи§„е€™");
'مورومرم'
when I type it
it shows as

Tried this.


Re: Langauges - Kaperstone - 18.04.2018

Because Pawno and SAMP charset is ascii
https://en.wikipedia.org/wiki/ASCII

You can write in Latin and afaik in Cyrillic as well.