13.02.2019, 14:48
Quote:
I install it and the objets / tools are here but invisible s i cant se what i am making
|
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);
More details regarding TDeditor can be found here: https://sampforum.blast.hk/showthread.php?tid=543002