SA-MP Forums Archive
[Ajuda] GM Mult Idioma - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] GM Mult Idioma (/showthread.php?tid=570040)



GM Mult Idioma - Holl - 04.04.2015

Qual seria a melhor forma de fazer ? Por variaveis ? Dбria pra Fazer com Textdraws


Re: GM Mult Idioma - Whoo - 04.04.2015

https://sampforum.blast.hk/showthread.php?tid=317264

https://sampforum.blast.hk/showthread.php?tid=288515

tem alguns tutoriais pelo fуrum, sobre as TextDraws pode-se fazer na hora que for escolher o idioma por TextDraw


Re: GM Mult Idioma - Holl - 04.04.2015

Quote:
Originally Posted by Whoo
Посмотреть сообщение
https://sampforum.blast.hk/showthread.php?tid=317264

https://sampforum.blast.hk/showthread.php?tid=288515

tem alguns tutoriais pelo fуrum, sobre as TextDraws pode-se fazer na hora que for escolher o idioma por TextDraw
a Parte dб Seleзгo eu sei a duvida й se nas Textdraws dб pra usar Mult Idioma Jovem mais acho que dб checando variais ou Defines sla sei que por defines dб.


Re: GM Mult Idioma - Whoo - 04.04.2015

Quote:
Originally Posted by Holl
Посмотреть сообщение
a Parte dб Seleзгo eu sei a duvida й se nas Textdraws dб pra usar Mult Idioma Jovem mais acho que dб checando variais ou Defines sla sei que por defines dб.
a parte das textdraws й a mais fбcil, com o sistema de idioma pronto e sу jogar a funзгo de escolher o idioma para a textdraw

um exemplo

PHP код:
new Language[MAX_PLAYERS] = 0/* 0 = Portuguкs  1 = Inglкs. */ 
bom com isso vocк cria a Textdraw
if ele clicar em Portuguкs
PHP код:
new Language[MAX_PLAYERS] = 0// Portuguкs 
if ele clicar em Inglкs
PHP код:
new Language[MAX_PLAYERS] = 1// Inglкs 



Re: GM Mult Idioma - arakuta - 04.04.2015

Dб pra usar multi idioma em textdraws per-player, pois vocк podem alterar o texto sem interferir no textos dos outros.

Quanto aos textos globais, vocк precisarб criar um por idioma.


Re: GM Mult Idioma - Holl - 04.04.2015

Quote:
Originally Posted by Whoo
Посмотреть сообщение
a parte das textdraws й a mais fбcil, com o sistema de idioma pronto e sу jogar a funзгo de escolher o idioma para a textdraw

um exemplo

PHP код:
new Language[MAX_PLAYERS] = 0/* 0 = Portuguкs  1 = Inglкs. */ 
bom com isso vocк cria a Textdraw
if ele clicar em Portuguкs
PHP код:
new Language[MAX_PLAYERS] = 0// Portuguкs 
if ele clicar em Inglкs
PHP код:
new Language[MAX_PLAYERS] = 1// Inglкs 
Sim cara.. mais o Pobrema й como Fazer nas Textdraws , Como Verificaria a Variavel ali , Tipo isso:

Код:
new Text:Textdraw1;
Код:
	Textdraw1 = TextDrawCreate(1.000000,433.000000,"your website here");
	TextDrawAlignment(Textdraw1,0);
	TextDrawBackgroundColor(Textdraw1,0x000000ff);
	TextDrawFont(Textdraw1,2);
	TextDrawLetterSize(Textdraw1,0.499999,1.100000);
	TextDrawColor(Textdraw1,0xffffffff);
	TextDrawSetOutline(Textdraw1,1);
	TextDrawSetProportional(Textdraw1,1);
	TextDrawSetShadow(Textdraw1,1);



Re: GM Mult Idioma - Whoo - 04.04.2015

Quote:
Originally Posted by Holl
Посмотреть сообщение
Sim cara.. mais o Pobrema й como Fazer nas Textdraws , Como Verificaria a Variavel ali , Tipo isso:

Код:
new Text:Textdraw1;
Код:
	Textdraw1 = TextDrawCreate(1.000000,433.000000,"your website here");
	TextDrawAlignment(Textdraw1,0);
	TextDrawBackgroundColor(Textdraw1,0x000000ff);
	TextDrawFont(Textdraw1,2);
	TextDrawLetterSize(Textdraw1,0.499999,1.100000);
	TextDrawColor(Textdraw1,0xffffffff);
	TextDrawSetOutline(Textdraw1,1);
	TextDrawSetProportional(Textdraw1,1);
	TextDrawSetShadow(Textdraw1,1);
desculpe nгo entendi a sua duvida, tem como me explica? se for verificar qual o idioma do player seria assim
PHP код:
if(Language[playerid] == 0){
    return 
1;