TextDraw to .itd file?
#1

Hi all

Is possible to convert TextDrawCreate to .itd file?For example:

Код:
Textdraw0 = TextDrawCreate(43.500000, 325.062500, "www.forum-samp.com");
TextDrawLetterSize(Textdraw0, 0.449999, 1.600000);
TextDrawAlignment(Textdraw0, 1);
TextDrawColor(Textdraw0, -2139062017);
TextDrawUseBox(Textdraw0, true);
TextDrawBoxColor(Textdraw0, 0);
TextDrawSetShadow(Textdraw0, 0);
TextDrawSetOutline(Textdraw0, 1);
TextDrawBackgroundColor(Textdraw0, 51);
TextDrawFont(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 1);
to

Quote:

43.500000|325.062500|0.449999|1.600000|0.000000|0. 000000|1|-2139062017|1|0|0|1|51|0|1|0|0|www.forum-samp.com
I need to edit my textdraws,but i'm not save .itd file :/ .

Thanks
Reply
#2

You could use YSF https://sampforum.blast.hk/showthread.php?tid=513499 just make a function which dumps the given textdraw or player textdraw data to file with all the getter functions.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)