PreviewModel
#1

Greedings,how can i delete that black bacground on this Picture? https://ctrlv.cz/9UuY .I want to only see burger not that black background.
Textdraw:
PHP код:
Textdraw5 TextDrawCreate(221.333389136.059249"LD_SPAC:white");
TextDrawLetterSize(Textdraw50.000000, -1.866667);
TextDrawTextSize(Textdraw5159.333312153.481491);
TextDrawAlignment(Textdraw51);
TextDrawColor(Textdraw5, -1);
TextDrawUseBox(Textdraw5false);
TextDrawBoxColor(Textdraw5, -1);
TextDrawSetShadow(Textdraw50);
TextDrawSetOutline(Textdraw50);
TextDrawFont(Textdraw55);
TextDrawSetPreviewModel(Textdraw52880);
TextDrawSetPreviewRot(Textdraw5180.000000180.000000180.0000001.000000); 
Reply
#2

Try:
PHP код:
TextDrawBoxColor(Textdraw50x00000000); 
Or Probably 0xFFFFFFFF
Reply
#3

Its still black...
Reply
#4

Set the outline color to 0.
I guess its this function:
PHP код:
TextDraBwackgroundColor 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)