Textdraw not showing as it should - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Textdraw not showing as it should (
/showthread.php?tid=469058)
Textdraw not showing as it should -
knackworst - 11.10.2013
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
Re: Textdraw not showing as it should -
xVIP3Rx - 11.10.2013
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..