Moin, ich sitze nun seit schon ca 2 stunden daran einen Ladebalken auf die beine zu stellen -.-
Kur und einfach, was ist hierdrann falsch?
PS: der Timer leuft auf 10milisek
TextDrawHideForPlayer(i,drehzahlt[i]);
TextDrawDestroy(drehzahlt[i]);
drehzahlt[i] = TextDrawCreate(490.000000,230.000000," ");
TextDrawAlignment(drehzahlt[i],2);
TextDrawBackgroundColor(drehzahlt[i],0x000000ff);
TextDrawUseBox(drehzahlt[i],true);
TextDrawTextSize(drehzahlt[i],dreht,30);
TextDrawFont(drehzahlt[i],1);
TextDrawLetterSize(drehzahlt[i],0.6,2.2);
TextDrawColor(drehzahlt[i],0xffffffff);
TextDrawSetShadow(drehzahlt[i],1);
TextDrawSetProportional(drehzahlt[i],false);
TextDrawBoxColor(drehzahlt[i],0x0041FFFF);
TextDrawShowForPlayer(i,drehzahlt[i]);
danke schonmal im voraus. Ruffo