04.04.2015, 22:43
Quote:
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);