28.05.2018, 22:43
You can try to zoom out in TextDrawSetPreviewRot and increase the textdraw size in TextDrawTextSize
Try this: (Changes are red colored)
Try this: (Changes are red colored)
Код:
TDEditor_TD[1] = TextDrawCreate(471.111145, 128.555541, ""); TextDrawLetterSize(TDEditor_TD[1], 0.000000, 0.000000); TextDrawTextSize(TDEditor_TD[1], 150.000000, 150.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, 2.5);