04.04.2015, 22:22
Qual seria a melhor forma de fazer ? Por variaveis ? Dбria pra Fazer com Textdraws
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б.
|
new Language[MAX_PLAYERS] = 0; /* 0 = Portuguкs 1 = Inglкs. */
new Language[MAX_PLAYERS] = 0; // Portuguкs
new Language[MAX_PLAYERS] = 1; // Inglкs
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 код:
if ele clicar em Portuguкs PHP код:
PHP код:
|
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);
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); |
if(Language[playerid] == 0){
return 1;
}