29.04.2017, 17:05
Hey, I've been trying for hours to find the textdraw box color for my speedo. I wanted it semi-permanent gray, and I searched for it everywhere, and haven't found any to work. I tried ColorPicker for the color (0xFFC0C0C0) and rather shows this
Here's the code
Here's the code
PHP код:
vehName[i] = CreatePlayerTextDraw(i, 55.799999, 436, "_");
PlayerTextDrawLetterSize(i, vehName[i], 0.3, 0.999);
PlayerTextDrawAlignment(i, vehName[i], 2);
PlayerTextDrawColor(i, vehName[i], -1);
PlayerTextDrawSetOutline(i, vehName[i], 1);
PlayerTextDrawFont(i, vehName[i], 1);
PlayerTextDrawUseBox(i, vehName[i], 1);
PlayerTextDrawBoxColor(i, vehName[i], 0xFFC0C0C0);