SA-MP Forums Archive
Textdraw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw (/showthread.php?tid=663861)



Textdraw - Jaua10 - 13.02.2019

Excuse me guys i have days trying to use a program of texdraw edit but never show me the tools in game idk why, but anyways i just wanted to put a second money bar for my rp server for bank money but I could not get it to be the same or similar to the original GTA SA, can you give me a hand with it please? I would like it to be like that:


in that position, it could be with the same color or the another one, but the idea its to get most original possible.


Re: Textdraw - N3mesiS - 13.02.2019

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


Re: Textdraw - Jaua10 - 13.02.2019

Quote:
Originally Posted by Jaua10
Посмотреть сообщение
i have days trying to use a program of texdraw edit but never show me the tools in game idk why
I mean the tools are here but invisible with all editors and idk why for that reason i cant make it ultill i solve this...


Re: Textdraw - ComDuck - 13.02.2019

Quote:
Originally Posted by Jaua10
Посмотреть сообщение
I mean the tools are here but invisible with all editors and idk why for that reason i cant make it ultill i solve this...
What do you mean by invisible?


Re: Textdraw - Jaua10 - 13.02.2019

I install it and the objets / tools are here but invisible s i cant se what i am making


Re: Textdraw - d3Pedro - 13.02.2019

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


Re: Textdraw - Jaua10 - 13.02.2019

alright thank you so much