SA-MP Forums Archive
Textdraw help. Wont show up - 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 help. Wont show up (/showthread.php?tid=458247)



Textdraw help. Wont show up - thimo - 15.08.2013

Hello im making a clock textdraw. That works fine and all but the box i want around it wont work.
This is my code:
pawn Код:
ClockBox = TextDrawCreate(110, 405, " ");
    TextDrawUseBox(ClockBox, 1);
    TextDrawBoxColor(ClockBox, 0x00000000);
    TextDrawTextSize(ClockBox, 150, 405);
    TextDrawShowForAll(ClockBox);
Why wont it show up