Posts: 60
Threads: 4
Joined: Sep 2013
Reputation:
0
Hello I was creating some textdraws and I wanted to put some txd like the hud:radar_diner but everytime I try it doesn't show up, it remais the text.
I use zamaroth txd editor
Posts: 58
Threads: 0
Joined: Jun 2007
Reputation:
0
You need to set the textdraw font to 4 to use sprites. Since Zamaroht's editor doesn't allow you to go beyond 3, you could simply close your project, edit the TDE file and set the textdraw's font to 4, then load the project and it'll work.
Posts: 1,167
Threads: 57
Joined: Jul 2010
Reputation:
0
Or just edit pwn file of that Zamaroht's editor and replace 1519 line with this, and recompile.
info = "Font type 0\nFont type 1\nFont type 2\nFont type 3\nFont type 4";
Posts: 60
Threads: 4
Joined: Sep 2013
Reputation:
0
Thanks, I'm new with txds