Textdraw colors
#1

Hello, since the wiki sites are now loading for me somehow.. i need to know how to change the textdraw collors


this is one of my boxes, and the collor is TextDrawColor(MainMenuTxtdraw[1], 255);



See here:

PHP код:
    MainMenuTxtdraw[1] = TextDrawCreate(639.000000, -1.000000"'");
    
TextDrawAlignment(MainMenuTxtdraw[1], 3);
    
TextDrawBackgroundColor(MainMenuTxtdraw[1], 255);
    
TextDrawFont(MainMenuTxtdraw[1], 1);
    
TextDrawLetterSize(MainMenuTxtdraw[1], 0.23999910.900000);
    
TextDrawColor(MainMenuTxtdraw[1], 255);
    
TextDrawSetOutline(MainMenuTxtdraw[1], 0);
    
TextDrawSetProportional(MainMenuTxtdraw[1], 1);
    
TextDrawSetShadow(MainMenuTxtdraw[1], 1);
    
TextDrawUseBox(MainMenuTxtdraw[1], 1);
    
TextDrawBoxColor(MainMenuTxtdraw[1], 255);
    
TextDrawTextSize(MainMenuTxtdraw[1], 102.000000330.000000); 
How do i know what the collor is ? i cant find out the 255..
Reply


Messages In This Thread
Textdraw colors - by IndependentGaming - 20.10.2015, 14:45
Re: Textdraw colors - by karemmahmed22 - 20.10.2015, 14:48
Re: Textdraw colors - by IndependentGaming - 20.10.2015, 14:50
Re: Textdraw colors - by Dice_ - 20.10.2015, 15:08
Re: Textdraw colors - by AbyssMorgan - 20.10.2015, 17:29
Re: Textdraw colors - by Vince - 20.10.2015, 19:59

Forum Jump:


Users browsing this thread: 3 Guest(s)