Posts: 716
Threads: 92
Joined: May 2018
Quote:
Originally Posted by Lokii
PHP код:
new Text:TDEditor_TD[3];
TDEditor_TD[0] = TextDrawCreate(4.333339, 416.333343, "ld_grav:timer");
TextDrawTextSize(TDEditor_TD[0], 20.000000, 24.000000);
TextDrawAlignment(TDEditor_TD[0], 1);
TextDrawColor(TDEditor_TD[0], -1);
TextDrawSetShadow(TDEditor_TD[0], 0);
TextDrawBackgroundColor(TDEditor_TD[0], 255);
TextDrawFont(TDEditor_TD[0], 4);
TextDrawSetProportional(TDEditor_TD[0], 0);
TDEditor_TD[1] = TextDrawCreate(27.000020, 423.540802, "RELOOT_23:21");
TextDrawLetterSize(TDEditor_TD[1], 0.236000, 1.259851);
TextDrawAlignment(TDEditor_TD[1], 1);
TextDrawColor(TDEditor_TD[1], -1);
TextDrawSetShadow(TDEditor_TD[1], 1);
TextDrawBackgroundColor(TDEditor_TD[1], 255);
TextDrawFont(TDEditor_TD[1], 2);
TextDrawSetProportional(TDEditor_TD[1], 1);
TDEditor_TD[2] = TextDrawCreate(10.666654, 422.140777, "ld_pool:ball");
TextDrawTextSize(TDEditor_TD[2], 97.000000, 18.000000);
TextDrawAlignment(TDEditor_TD[2], 1);
TextDrawColor(TDEditor_TD[2], -1331756289);
TextDrawSetShadow(TDEditor_TD[2], 0);
TextDrawBackgroundColor(TDEditor_TD[2], 255);
TextDrawFont(TDEditor_TD[2], 4);
TextDrawSetProportional(TDEditor_TD[2], 0);
|
Which editor you used to make this textdraw?