Posts: 100
Threads: 15
Joined: Dec 2017
Reputation:
0
Hi everyone, how to i make a custom textdraw?
Posts: 413
Threads: 45
Joined: Mar 2010
Reputation:
0
24.02.2018, 04:54
(
Последний раз редактировалось Kasis; 24.02.2018 в 06:49.
)
Resize your picture in correct dimensions like 64x64 or 256x256 or so on. Save it in .bmp file. Then go ahead in TXD Workshop make new file, import your resized picture in it and double click on it, name it and tick directx box in. Export your texture as .txd file and in short you are done.
edit: oh my bad you are asking textdraws not textures lmao. Well... not quite sure, but i believe its pretty much same only gotta make an alpha picture, so the main picture goes in opacity mode.
Posts: 547
Threads: 57
Joined: Dec 2010
For the string parameter of creating a textdraw, the format for custom textdraws is "mdl-ID:texturename". So for example, you'd put something like "mdl-1000:testtexture".