Gute Tag Community,
ich habe mir ein Tacho system angeschaut halt wie das alles gebaut ist.Da habe ich gemerkt das er ein Textdraw erstellt hat meine frage jetzt was bedeutet das alles hier ?
SpeedoBox = TextDrawCreate(430.000000, 422.000000, " ");
TextDrawBackgroundColor(SpeedoBox, 255);
TextDrawFont(SpeedoBox, 1);
TextDrawLetterSize(SpeedoBox, 27.410072, 1.000000);
TextDrawColor(SpeedoBox, -1);
TextDrawSetOutline(SpeedoBox, 0);
TextDrawSetProportional(SpeedoBox, 1);
TextDrawSetShadow(SpeedoBox, 1);
TextDrawUseBox(SpeedoBox, 1);
TextDrawBoxColor(SpeedoBox, 50);
TextDrawTextSize(SpeedoBox, 430.000000, 422.000000);