[Ajuda] GM Mult Idioma
#1

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

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
Reply
#3

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б.
Reply
#4

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 
Reply
#5

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.
Reply
#6

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);
Reply
#7

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;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)