Wie kann ich meine Textdraws umformen?
Death2 = TextDrawCreate(401.000000, 391.000000, "0"); // Tode Anzahl
TextDrawBackgroundColor(Death2, 255);
TextDrawFont(Death2, 3);
TextDrawLetterSize(Death2, 0.659999, 1.600000);
TextDrawColor(Death2, 7864575);
TextDrawSetOutline(Death2, 0);
TextDrawSetProportional(Death2, 1);
TextDrawSetShadow(Death2, 1);
Kills2 = TextDrawCreate(221.000000, 391.000000, "0"); // Morde Anzahl
PlayerTextDrawCreate
TextDrawBackgroundColor(Kills2, 255);
TextDrawFont(Kills2, 3);
TextDrawLetterSize(Kills2, 0.569999, 1.700000);
TextDrawColor(Kills2, -1358954241);
TextDrawSetOutline(Kills2, 0);
TextDrawSetProportional(Kills2, 1);
TextDrawSetShadow(Kills2, 1);