Textdraw Box Color Help
#1

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
PHP код:
vehName[i] = CreatePlayerTextDraw(i55.799999436"_");
        
PlayerTextDrawLetterSize(ivehName[i], 0.30.999);
        
PlayerTextDrawAlignment(ivehName[i], 2);
        
PlayerTextDrawColor(ivehName[i], -1);
        
PlayerTextDrawSetOutline(ivehName[i], 1);
        
PlayerTextDrawFont(ivehName[i], 1);
        
PlayerTextDrawUseBox(ivehName[i], 1);
        
PlayerTextDrawBoxColor(ivehName[i], 0xFFC0C0C0); 
Reply


Messages In This Thread
Textdraw Box Color Help - by NealPeteros - 29.04.2017, 17:05
Re: Textdraw Box Color Help - by ISmokezU - 29.04.2017, 17:15
Re: Textdraw Box Color Help - by Vince - 29.04.2017, 17:15
Re: Textdraw Box Color Help - by NealPeteros - 29.04.2017, 17:28

Forum Jump:


Users browsing this thread: 2 Guest(s)