Textdraw Background Transparency?
#4

Hello,

Thank for your prompt responses, however, it did not solve the problem, it did make the block become transparent when I did this code:
pawn Код:
PocketSlot[playerid][i] = CreatePlayerTextDraw(playerid, 180.000000, 390.000000, "_");
PlayerTextDrawFont(playerid, PocketSlot[playerid][i], TEXT_DRAW_FONT_MODEL_PREVIEW);
PlayerTextDrawUseBox(playerid, PocketSlot[playerid][i], 1);
PlayerTextDrawTextSize(playerid, PocketSlot[playerid][i], 50.000000, 50.000000);
PlayerTextDrawBoxColor(playerid, PocketSlot[playerid][i], 0x000000);
PlayerTextDrawColor(playerid, PocketSlot[playerid][i], 150);
PlayerTextDrawSetPreviewModel(playerid, PocketSlot[playerid][i], 2601);
PlayerTextDrawSetPreviewRot(playerid, PocketSlot[playerid][i], -10.0, 0.0, -20.0, 1.0);
PlayerTextDrawSetSelectable(playerid, PocketSlot[playerid][i], 0);
But as much as it made the block become transparent, it hid the entire Model (Object 2601) so it's basically a blank block.
Reply


Messages In This Thread
Textdraw Background Transparency? - by Shoulen - 24.02.2014, 19:59
Respuesta: Textdraw Background Transparency? - by OTACON - 24.02.2014, 20:04
Re: Textdraw Background Transparency? - by AlonzoTorres - 24.02.2014, 20:06
Re: Textdraw Background Transparency? - by Shoulen - 24.02.2014, 20:11
Re: Textdraw Background Transparency? - by AlonzoTorres - 24.02.2014, 20:16
Re: Textdraw Background Transparency? - by Shoulen - 24.02.2014, 20:18
Re: Textdraw Background Transparency? - by AlonzoTorres - 24.02.2014, 20:19
Re: Textdraw Background Transparency? - by Shoulen - 24.02.2014, 20:25

Forum Jump:


Users browsing this thread: 1 Guest(s)