textdraw model preview
#1

hi , i create this textdraw with iPleomaxto Editor to show skin this skin id : 230 , in editor everything was ok but when i placed this on gamemode there was a black box background , how can i remove that ?

CODE

Text1= TextDrawCreate(555.200317, 200.106643, "LD_SPAC:white");
TextDrawLetterSize(Text1, -0.231199, 0.60479;
TextDrawTextSize(Text1, 125.599998, 113.493309);
TextDrawAlignment(Text1, 1);
TextDrawColor(Text1, -1);
TextDrawUseBox(Text1, true);
TextDrawBoxColor(Text1, 0);
TextDrawSetShadow(Text1, 0);
TextDrawSetOutline(Text1, 0);
TextDrawFont(Text1, 5);
TextDrawSetPreviewModel(Text1, 230);
TextDrawSetPreviewRot(Text1, 0.000000, 0.000000, -25.000000, 1.000000);

i worked on colors and do this on them 0x00000000 but the box not disapeared if you can help me please , +rep for helper
Reply
#2

Remove TextDrawUseBox(Text1, true); aswell as TextDrawBoxColor(Text1,0);
Reply
#3

Quote:
Originally Posted by Mike861
Посмотреть сообщение
Remove TextDrawUseBox(Text1, true); aswell as TextDrawBoxColor(Text1,0);
not worked
Reply
#4

Try setting it to false.
Reply
#5

not worked
Reply
#6

Try
Код:
TextDrawBackgroundColor(Text1, 0);
TextDrawBoxColor(Text1, 0);
TextDrawUseBox(Text1, 0);
Reply
#7

did that before , not worked
Reply
#8

Use as colors 0x000000
Reply
#9

Quote:
Originally Posted by PoniStar
Посмотреть сообщение
did that before , not worked
My bad, I have modified my reply( add TextDrawBackgroundColor(Text1, 0); )
Reply
#10

Quote:
Originally Posted by StRaphael
Посмотреть сообщение
My bad, I have modified my reply( add TextDrawBackgroundColor(Text1, 0); )
i'll try that but i think its not going to work!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)