ich möchte rechts eine hintergrundbox für meine statistik haben nur leider geht das was nicht:
Statistik = TextDrawCreate(560,150,"Statistik");
TextDrawFont(Text:Statistik,1);
TextDrawLetterSize(Text:Statistik,0.5,1.1);
TextDrawUseBox(Text:Statistik,1);
TextDrawTextSize(Text:Statistik,633,400); // die 400 mein ich es ändert sich nichts egal mit welcher größe
TextDrawBoxColor(Text:Statistik,0x00000048);
nur irwie tut sich nichts bei der y größe der textbox das x geht aber am y ändert sich nichts egal welche größe ich da einstelle
woran kann das liegen ?