[Ajuda] GM Mult Idioma
#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


Messages In This Thread
GM Mult Idioma - by Holl - 04.04.2015, 22:22
Re: GM Mult Idioma - by Whoo - 04.04.2015, 22:25
Re: GM Mult Idioma - by Holl - 04.04.2015, 22:27
Re: GM Mult Idioma - by Whoo - 04.04.2015, 22:37
Re: GM Mult Idioma - by arakuta - 04.04.2015, 22:43
Re: GM Mult Idioma - by Holl - 04.04.2015, 22:43
Re: GM Mult Idioma - by Whoo - 04.04.2015, 23:03

Forum Jump:


Users browsing this thread: 1 Guest(s)