Textdraw
#1

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.
Reply
#2

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

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...
Reply
#4

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?
Reply
#5

I install it and the objets / tools are here but invisible s i cant se what i am making
Reply
#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
#7

alright thank you so much
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)