Ich habe nun etwas gestaltet was mir für das 2te mal TextDraw arbeit gefällt. Nun zeigt er mir das aber nicht Richtig an.
new Text:TDEditor_TD[15];
TDEditor_TD[0] = TextDrawCreate(161.999877, 409.520080, "_");
TextDrawLetterSize(TDEditor_TD[0], 0.420000, -0.468267);
TextDrawTextSize(TDEditor_TD[0], 277.515625, 0.000000);
TextDrawAlignment(TDEditor_TD[0], 1);
TextDrawColor(TDEditor_TD[0], -1);
TextDrawUseBox(TDEditor_TD[0], 1);
TextDrawBoxColor(TDEditor_TD[0], -1061109505);
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(162.799972, 353.520172, "_");
TextDrawLetterSize(TDEditor_TD[1], 0.381599, 5.729038);
TextDrawTextSize(TDEditor_TD[1], 154.519165, 0.000000);
TextDrawAlignment(TDEditor_TD[1], 1);
TextDrawColor(TDEditor_TD[1], -1);
TextDrawUseBox(TDEditor_TD[1], 1);
TextDrawBoxColor(TDEditor_TD[1], -1061109505);
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);
TextDrawShowForPlayer(playerid,TDEditor_TD[playerid]);
Es wird nur der TDEditor_TD[0] angezeigt