20.10.2015, 14:45
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:
How do i know what the collor is ? i cant find out the 255..
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.239999, 10.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.000000, 330.000000);