Hallo,
wie bekomme ich diesen:
Bei der Uhrzeit.
Code vom Datum:
format(string2, sizeof(string2), "Datum: %d.%d.%d", day, month, year);
Datum = TextDrawCreate(500.000000, 112.000000,string2);
TextDrawBackgroundColor(Datum, 102);
TextDrawFont(Datum, 1);
TextDrawLetterSize(Datum, 0.350000, 0.899999);
TextDrawColor(Datum, -1);
TextDrawSetOutline(Datum, 0);
TextDrawSetProportional(Datum, 1);
TextDrawSetShadow(Datum, 0);
TextDrawUseBox(Datum, 1);
TextDrawBoxColor(Datum, 102);
TextDrawTextSize(Datum, 605.000000, 0.000000);