[Help] Pointer select more text..
#7

Quote:
Originally Posted by Kalcor
Посмотреть сообщение
Each selectable text must be its own seperate TextDraw. Adjust the TextDrawSetSize parameters until the area matches your desired clickable area. The TextDrawSetSize areas can't overlap.
Yes, I did so for each selectable text separate textdraw.
Look at this as an example:
pawn Код:
Stats[7] = TextDrawCreate(219.000000, 122.000000, "In character");
TextDrawAlignment(Stats[7], 2);
TextDrawBackgroundColor(Stats[7], 255);
TextDrawFont(Stats[7], 1);
TextDrawLetterSize(Stats[7], 0.239999, 0.999999);
TextDrawColor(Stats[7], 7660031);
TextDrawSetOutline(Stats[7], 0);
TextDrawSetProportional(Stats[7], 1);
TextDrawSetShadow(Stats[7], 1);
TextDrawUseBox(Stats[7], 1);
TextDrawBoxColor(Stats[7], 0);
TextDrawTextSize(Stats[7], 269.000000, 66.000000);
TextDrawSetSelectable(Stats[7], 1);
Reply


Messages In This Thread
[Help] Pointer select more text.. - by SteeLFelna - 21.03.2012, 19:01
Re: [Help] Pointer select more text.. - by Kalcor - 21.03.2012, 19:26
Re: [Help] Pointer select more text.. - by Kar - 21.03.2012, 21:24
Re: [Help] Pointer select more text.. - by T0pAz - 21.03.2012, 21:46
Re: [Help] Pointer select more text.. - by vassilis - 21.03.2012, 21:47
Re: [Help] Pointer select more text.. - by T0pAz - 21.03.2012, 21:51
Re: [Help] Pointer select more text.. - by SteeLFelna - 22.03.2012, 11:23
Re: [Help] Pointer select more text.. - by SteeLFelna - 23.03.2012, 06:58
Re: [Help] Pointer select more text.. - by Kalcor - 23.03.2012, 07:26
Re: [Help] Pointer select more text.. - by T0pAz - 23.03.2012, 08:57

Forum Jump:


Users browsing this thread: 1 Guest(s)