16.11.2018, 17:25
Hey guys, i created textdraw with adr1 td editor after it when i enter server so textdraw is not shown
Код:
TDEditor_TD[0] = TextDrawCreate(566.799987, 5.573320, "test");
TextDrawLetterSize(TDEditor_TD[0], 0.218001, 1.690000);
TextDrawTextSize(TDEditor_TD[0], -90.248367, -2.399998);
TextDrawAlignment(TDEditor_TD[0], 1);
TextDrawColor(TDEditor_TD[0], -1);
TextDrawSetShadow(TDEditor_TD[0], -101);
TextDrawSetOutline(TDEditor_TD[0], -2);
TextDrawBackgroundColor(TDEditor_TD[0], 255);
TextDrawFont(TDEditor_TD[0], 2);
TextDrawSetProportional(TDEditor_TD[0], 1);


