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