Textdraw not showing as it should
#1

Hello

I'm trying to make a textdraw, that covers up the entire screen and is white and transparant.

Here's my code:
pawn Код:
ShowMenu[0] = TextDrawCreate(0,0, "_");
    TextDrawLetterSize(ShowMenu[0], 1000, 1000);
    TextDrawColor(ShowMenu[0], 0xFFFFFFCC);
However, it does not show anything when I use ShowTextDrawForPlayer...
I truly hate using TD's so I'm a complete noob on this thing.
Anyways any help?

Thanks in advance
Reply
#2

I think you miss something on the creating of it, I'm not too good with Textdraws too But I suggest iPLEOMAX's TextDraw Editor, It'll just give you an output and you insert it on the script, It's pretty easy..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)