Well, This code down here will show the following
Picture:
Is there a way to hide the black box and keep only the skin? Or make it a bit transparent?
PHP Code:
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);
Is there a way to hide the black box and keep only the skin? Or make it a bit transparent?