[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
|
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.000000, 61.000000, "New Textdraw");
TextDrawAlignment(coreTD0, 2);
TextDrawBackgroundColor(coreTD0, 255);
TextDrawFont(coreTD0, 5);
TextDrawLetterSize(coreTD0, 0.500000, 1.000000);
TextDrawColor(coreTD0, -1);
TextDrawSetOutline(coreTD0, 0);
TextDrawSetProportional(coreTD0, 0);
TextDrawSetShadow(coreTD0, 1);
TextDrawUseBox(coreTD0, 1);
TextDrawBoxColor(coreTD0, 255);
TextDrawTextSize(coreTD0, 20.000000, 18.000000);
TextDrawSetPreviewModel(coreTD0, 1240);
TextDrawSetPreviewRot(coreTD0, 0.000000, 0.000000, 0.000000, 1.000000);
TextDrawSetSelectable(coreTD0, 1);
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.000000, 61.000000, "New Textdraw");
TextDrawAlignment(coreTD0, 2);
TextDrawBackgroundColor(coreTD0, 255);
TextDrawFont(coreTD0, 5);
TextDrawLetterSize(coreTD0, 0.500000, 1.000000);
TextDrawColor(coreTD0, -1);
TextDrawSetOutline(coreTD0, 0);
TextDrawSetProportional(coreTD0, 0);
TextDrawSetShadow(coreTD0, 1);
TextDrawUseBox(coreTD0, 1);
TextDrawBoxColor(coreTD0, 255);
TextDrawTextSize(coreTD0, 20.000000, 18.000000);
TextDrawSetPreviewModel(coreTD0, 1240);
TextDrawSetPreviewRot(coreTD0, 0.000000, 0.000000, 0.000000, 1.000000);
TextDrawSetSelectable(coreTD0, 1);
|
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