[Include] Multi Language - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] Multi Language (
/showthread.php?tid=510714)
Multi Language -
AiRaLoKa - 02.05.2014
Multi Language R1
Hi All...
It's just a simple include, but, it's very usefull. It's allow you to send the player a message with different language. It's very usefull include for a international server.
Examples:
- Example filterscript is included in the .zip file
Function:
- SendClientMessageLang(playerid, languageid, color, message);
- SendClientMessageToAllLang(languageid, color, message);
- ShowPlayerDialogLang(playerid, languageid, dialogid, style, caption, info, button1, button2);
- GameTextForPlayerLang(playerid, languageid, text, time, style);
- GameTextForAllLang(languageid, text, time, style);
Bugs:
Nothing found, if you find it, please reply.
Credits:
- AiRaLoKa for the whole script
Screenshot:
Download:
Thank's for reading!
Re: Multi Language -
iRaiDeN - 02.05.2014
Nice!
Re: Multi Language -
AiRaLoKa - 02.05.2014
thanks iRaiDeN
Re: Multi Language -
Mriss - 02.05.2014
very good, rep
Re: Multi Language -
Ada32 - 02.05.2014
no not good. this is not how you write multi-language support for modes.
https://sampforum.blast.hk/showthread.php?tid=295580
Re: Multi Language -
AiRaLoKa - 03.05.2014
Quote:
Originally Posted by Mriss
very good, rep
|
thanks....
Quote:
Originally Posted by Ada32
|
did you read my thread,
it's writen
simple
Re: Multi Language -
Excelâ„¢ - 03.05.2014
Reading your thread i thought i would translate but Wtf!
Your topic name "Multi Language" is not correct, i think you must rename it to "Language functions" or something. This doesen't even translate, showdialog or send messages functions are just using Variables and nothing else.
Re: Multi Language -
AiRaLoKa - 04.05.2014
Quote:
Originally Posted by Excelâ„¢
Reading your thread i thought i would translate but Wtf!
Your topic name "Multi Language" is not correct, i think you must rename it to "Language functions" or something. This doesen't even translate, showdialog or send messages functions are just using Variables and nothing else.
|
ok...
but thank's for your feedback
Re: Multi Language -
F1N4L - 08.12.2015
Accepts text formatting or string ?
ex:
Quote:
SendLanguageText(playerid,-1, "lang 1 %s[%i]","lang 2 %s[%i]", PlayerName(playerid),(playerid)) ;
|