Textdraw help. Wont show up
#1

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)