10.12.2018, 23:20
Quote:
new Text:TDEditor_TD[3]; TDEditor_TD[0] = TextDrawCreate(77.558792, 425.368743, "15:00"); TextDrawLetterSize(TDEditor_TD[0], 0.400000, 1.600000); TextDrawAlignment(TDEditor_TD[0], 1); TextDrawColor(TDEditor_TD[0], -1); TextDrawSetShadow(TDEditor_TD[0], 0); TextDrawSetOutline(TDEditor_TD[0], 0); TextDrawBackgroundColor(TDEditor_TD[0], 255); TextDrawFont(TDEditor_TD[0], 1); TextDrawSetProportional(TDEditor_TD[0], 1); TextDrawSetShadow(TDEditor_TD[0], 0); TDEditor_TD[1] = TextDrawCreate(50.423583, 425.152618, "UP:"); TextDrawLetterSize(TDEditor_TD[1], 0.400470, 1.600000); TextDrawAlignment(TDEditor_TD[1], 1); TextDrawColor(TDEditor_TD[1], -1); TextDrawSetShadow(TDEditor_TD[1], 0); TextDrawSetOutline(TDEditor_TD[1], 0); TextDrawBackgroundColor(TDEditor_TD[1], 255); TextDrawFont(TDEditor_TD[1], 1); TextDrawSetProportional(TDEditor_TD[1], 1); TextDrawSetShadow(TDEditor_TD[1], 0); TextDrawSetSelectable(TDEditor_TD[1], true); TDEditor_TD[2] = TextDrawCreate(46.329319, 426.750610, "box"); TextDrawLetterSize(TDEditor_TD[2], 0.000000, 1.85881; TextDrawTextSize(TDEditor_TD[2], 120.799926, 0.000000); TextDrawAlignment(TDEditor_TD[2], 1); TextDrawColor(TDEditor_TD[2], -1); TextDrawUseBox(TDEditor_TD[2], 1); TextDrawBoxColor(TDEditor_TD[2], 1768515945); TextDrawSetShadow(TDEditor_TD[2], 0); TextDrawSetOutline(TDEditor_TD[2], 0); TextDrawBackgroundColor(TDEditor_TD[2], 255); TextDrawFont(TDEditor_TD[2], 2); TextDrawSetProportional(TDEditor_TD[2], 0); TextDrawSetShadow(TDEditor_TD[2], 0); |