11.07.2014, 10:44
You need to add box parameter to your textdraw as it set the clickable area in your case.
13.0 would be reasonable height
13.0 would be reasonable height
pawn Код:
TextDrawUseBox(TD, 1);
TextDrawBoxColor(TD, 0xffffff00);
TextDrawTextSize(TD, width, height);