Textdraw
#6

Quote:
Originally Posted by Jaua10
Посмотреть сообщение
I install it and the objets / tools are here but invisible s i cant se what i am making
https://i.imgur.com/0wC6HLA.jpg

Make sure you've uploaded the required .txd file in your gta files! Otherwise you won't be able to see options!
Anyway here's the code lol, I did it for like 10 seconds! I used Shadow, Outline, Letter size and a normal text (font 3)
Try to find the right color for it and update TextDrawColor(TDEditor_TD[0], 46792857);
pawn Код:
new Text:TDEditor_TD[1];
TDEditor_TD[0] = TextDrawCreate(607.333740, 101.893325, "$00000000");
TextDrawLetterSize(TDEditor_TD[0], 0.568444, 2.247110);
TextDrawAlignment(TDEditor_TD[0], 3);
TextDrawColor(TDEditor_TD[0], 46792857);
TextDrawSetShadow(TDEditor_TD[0], 2);
TextDrawSetOutline(TDEditor_TD[0], 2);
TextDrawBackgroundColor(TDEditor_TD[0], 255);
TextDrawFont(TDEditor_TD[0], 3);
TextDrawSetProportional(TDEditor_TD[0], 1);
If you're using Adri1's TD editor put this into your gta sa files > models > txd
More details regarding TDeditor can be found here: https://sampforum.blast.hk/showthread.php?tid=543002
Reply


Messages In This Thread
Textdraw - by Jaua10 - 13.02.2019, 12:49
Re: Textdraw - by N3mesiS - 13.02.2019, 12:59
Re: Textdraw - by Jaua10 - 13.02.2019, 13:27
Re: Textdraw - by ComDuck - 13.02.2019, 13:37
Re: Textdraw - by Jaua10 - 13.02.2019, 14:08
Re: Textdraw - by d3Pedro - 13.02.2019, 14:48
Re: Textdraw - by Jaua10 - 13.02.2019, 15:45

Forum Jump:


Users browsing this thread: 1 Guest(s)