05.03.2018, 16:59
Hi,
So I checked several topics on the forums regarding this subject, did everything it mentions but still I dont get to see my made logo.
Inside my models folder:

Inside my cusotm.txd file:

What am I doing wrong?
So I checked several topics on the forums regarding this subject, did everything it mentions but still I dont get to see my made logo.
Code:
AddSimpleModel(-1,19379,-3000,"wall027.dff","custom.txd");
Textdraw0 = TextDrawCreate(250.000000, 90.000000, "mdl-3000:logo");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 4);
TextDrawLetterSize(Textdraw0, 0.900000, 8.000000);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Textdraw0, 1);

Inside my cusotm.txd file:

What am I doing wrong?


