11.10.2013, 20:14
Hello
I'm trying to make a textdraw, that covers up the entire screen and is white and transparant.
Here's my code:
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
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);
I truly hate using TD's so I'm a complete noob on this thing.
Anyways any help?
Thanks in advance