05.09.2017, 22:34
Well, This code down here will show the following
Picture:
![](http://i.imgur.com/j7kUiuf.png)
Is there a way to hide the black box and keep only the skin? Or make it a bit transparent?
PHP код:
Textdraw0 = TextDrawCreate(20.000000, 135.000000, "_");
TextDrawFont(Textdraw0, TEXT_DRAW_FONT_MODEL_PREVIEW);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, 0xFFFFFF);
TextDrawTextSize(Textdraw0, 40.0, 40.0);
TextDrawSetPreviewModel(Textdraw0, 123);
TextDrawShowForPlayer(playerid, Textdraw0);
![](http://i.imgur.com/j7kUiuf.png)
Is there a way to hide the black box and keep only the skin? Or make it a bit transparent?