Hmm. Selectable textdraws.
#1

Alright, well I've been working on a new login screen that upto now has gone brilliantly however when I tried to create the keyboard / input for the passwords, any character before the one I try to select is highlighted too as seen in the image.

Is this just my coding or is there a way around it?
Reply
#2

It happens to me as well.
Reply
#3

Maybe TextDrawLetterSize and TextDrawUseBox not used?
Reply
#4

I noticed this as well, you need to screw around a bit with TextDrawTextSize. This indicates how many 'points' in the x/y on-screen direction the selectable area is shown (When you hover over it). I think TextDrawTextSize(textid, 15.0, 15.0) should work.
Reply
#5

I have the same problem at textdraw how to solve?
Reply
#6

Screw around a bit with TextDrawTextSize
Reply
#7

Put textdrawsize in textdraw keyboard?

Edit: i put textdrawsize on Q and new is not selectable..
Reply
#8

Quote:
Originally Posted by WaLLy.SAMP
Посмотреть сообщение
Put textdrawsize in textdraw keyboard?

Edit: i put textdrawsize on Q and new is not selectable..
TextDrawUseBox is true ? I mean you are using TextDrawUseBox , if not it must be true to use textdrawsize .
Reply
#9

Quote:
Originally Posted by Shabi RoxX
Посмотреть сообщение
TextDrawUseBox is true ? I mean you are using TextDrawUseBox , if not it must be true to use textdrawsize .
No,box is off.
Reply
#10

Quote:
Originally Posted by WaLLy.SAMP
Посмотреть сообщение
No,box is off.
Try to on box and then textdrawsize use alignment = 2 : its perfect .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)