SA-MP Forums Archive
PreviewModel - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PreviewModel (/showthread.php?tid=640030)



PreviewModel - IchNar - 27.08.2017

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); 



Re: PreviewModel - ISmokezU - 27.08.2017

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


Re: PreviewModel - IchNar - 27.08.2017

Its still black...


Re: PreviewModel - Gammix - 27.08.2017

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