28.05.2018, 15:38
(
Последний раз редактировалось dani18; 28.05.2018 в 18:19.
)
Well, i'm trying to create a textdraw that reflects some weapons, and the result is this, the image of the object is cropped, what can i do?
This is my code.
This is my code.
PHP код:
TDEditor_TD[1] = TextDrawCreate(471.111145, 128.555541, "");
TextDrawLetterSize(TDEditor_TD[1], 0.000000, 0.000000);
TextDrawTextSize(TDEditor_TD[1], 90.000000, 90.000000);
TextDrawAlignment(TDEditor_TD[1], 1);
TextDrawColor(TDEditor_TD[1], -1);
TextDrawSetShadow(TDEditor_TD[1], 0);
TextDrawSetOutline(TDEditor_TD[1], 0);
TextDrawBackgroundColor(TDEditor_TD[1], -871318784);
TextDrawFont(TDEditor_TD[1], 5);
TextDrawSetProportional(TDEditor_TD[1], 0);
TextDrawSetShadow(TDEditor_TD[1], 0);
TextDrawSetPreviewModel(TDEditor_TD[1], 355);
TextDrawSetPreviewRot(TDEditor_TD[1], 0.000000, 0.000000, 0.000000, 1.000000);