hey bei mir kommt dieser Fehler: error 017: undefined symbol "Day"
Datum = TextDrawCreate(548.000000, 427.000000, " "); // 546.000000, 14.000000
TextDrawBackgroundColor(Datum, 255);
TextDrawFont(Datum, 2);
TextDrawLetterSize(Datum, 0.300000, 1.200000);
TextDrawColor(Datum, -1);
TextDrawSetOutline(Datum, 1);
TextDrawSetProportional(Datum, 1);
format(string,sizeof(string),"%02d/%02d/%02d",Day,Month,Year);
TextDrawSetString(Datum,string);
new Text:Datum;
TextDrawShowForPlayer(playerid,Datum);