SA-MP Forums Archive
[Ajuda] Como faz esse Textdraw - 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] Como faz esse Textdraw (/showthread.php?tid=648231)



Como faz esse Textdraw - Revolts - 18.01.2018

A parte do textdraw dos nъmeros que mostram a vida e colete, consegui fazer e configura no gamemode, mas como que coloca essas imagens em textdraw?

eu tentei usando = https://sampforum.blast.hk/showthread.php?tid=274064

Porem nгo funcionou muito bem nгo, existe algum outro mйtodo de colocar essas imagens em textdraw?


Re: Como faz esse Textdraw - Delete_ - 18.01.2018

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


Re: Como faz esse Textdraw - Eddye - 18.01.2018

Tem que por a font 5 no editor.

E depois adicionar esses objetos:

Coraзгo: 1240
Colete: 19515

Ajuste ambos ao seu gosto e depois sу por numero em cima de cada 1 e estб pronto.


Re: Como faz esse Textdraw - iLordGG - 18.01.2018

recomendo: https://sampforum.blast.hk/showthread.php?tid=543002
use ModelPreview, й a textdraw de um objeto.

Aprenda a mecher no TDE ( que й bem facil ) que vocк conseguirб fazer textdraws muito boas.


Re: Como faz esse Textdraw - GuilhermeW - 19.01.2018

Quote:
Originally Posted by iLordGG
Посмотреть сообщение
recomendo: https://sampforum.blast.hk/showthread.php?tid=543002
use ModelPreview, й a textdraw de um objeto.

Aprenda a mecher no TDE ( que й bem facil ) que vocк conseguirб fazer textdraws muito boas.
Ou ele pode usar a versгo do Zamaroth TextDraw Editor que foi modificada pelo adri1, tem ModelPreviews tambйm...
https://sampforum.blast.hk/showthread.php?tid=406833


Re: Como faz esse Textdraw - Revolts - 19.01.2018

Consegui fazer com o Zamaroth TextDraw citado pelo GuilhermeW, mas, como tiro essa borda presta?


PHP код:
    coreTD0 TextDrawCreate(609.00000061.000000"New Textdraw");
    
TextDrawAlignment(coreTD02);
    
TextDrawBackgroundColor(coreTD0255);
    
TextDrawFont(coreTD05);
    
TextDrawLetterSize(coreTD00.5000001.000000);
    
TextDrawColor(coreTD0, -1);
    
TextDrawSetOutline(coreTD00);
    
TextDrawSetProportional(coreTD00);
    
TextDrawSetShadow(coreTD01);
    
TextDrawUseBox(coreTD01);
    
TextDrawBoxColor(coreTD0255);
    
TextDrawTextSize(coreTD020.00000018.000000);
    
TextDrawSetPreviewModel(coreTD01240);
    
TextDrawSetPreviewRot(coreTD00.0000000.0000000.0000001.000000);
    
TextDrawSetSelectable(coreTD01); 



Re: Como faz esse Textdraw - Eddye - 19.01.2018

Quote:
Originally Posted by Revolts
Посмотреть сообщение
Consegui fazer com o Zamaroth TextDraw citado pelo GuilhermeW, mas, como tiro essa borda presta?


PHP код:
    coreTD0 TextDrawCreate(609.00000061.000000"New Textdraw");
    
TextDrawAlignment(coreTD02);
    
TextDrawBackgroundColor(coreTD0255);
    
TextDrawFont(coreTD05);
    
TextDrawLetterSize(coreTD00.5000001.000000);
    
TextDrawColor(coreTD0, -1);
    
TextDrawSetOutline(coreTD00);
    
TextDrawSetProportional(coreTD00);
    
TextDrawSetShadow(coreTD01);
    
TextDrawUseBox(coreTD01);
    
TextDrawBoxColor(coreTD0255);
    
TextDrawTextSize(coreTD020.00000018.000000);
    
TextDrawSetPreviewModel(coreTD01240);
    
TextDrawSetPreviewRot(coreTD00.0000000.0000000.0000001.000000);
    
TextDrawSetSelectable(coreTD01); 
Vai na opзгo outline -> color -> e coloque estб cor: 0x00000000

Exatamente assim, ai ela fica invisivel


Re: Como faz esse Textdraw - Revolts - 19.01.2018

Consegui, vlw <3