14.03.2016, 13:23
Hi all
Is possible to convert TextDrawCreate to .itd file?For example:
to
I need to edit my textdraws,but i'm not save .itd file :/ .
Thanks
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);
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 |
Thanks