|
|
#1 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jan 2009
Location: Brazil
Posts: 1,191
Reputation: 125
|
Firstly, I use TextDrawTextSize + TextDrawSetSelectable and each word is one textdraw.
I have a problem with horizontal textdraws(columns), just the first column works, I can't figure out how to make the another columns selectable. On the first image is alright, my cursor is over the first column. ![]() In this another, my cursor is over the second column. ![]() pawn Code:
|
|
|
|
|
|
#2 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Sep 2008
Posts: 3,748
Reputation: 1335
|
Are they really not selectable or does the color not change when you hover over them? Textdraws not lighting up usually has something to do with (Player)TextDrawTextSize, even though it seems pretty correct.
|
|
|
|
|
|
#3 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jan 2009
Location: Brazil
Posts: 1,191
Reputation: 125
|
Is really not selectable, I clicked in everything, just worked for the first one.
pawn Code:
|
|
|
|
|
|
#4 |
|
Huge Clucker
![]() ![]() ![]() Join Date: Oct 2011
Posts: 289
Reputation: 88
|
Try this;
pawn Code:
Last edited by Psymetrix; 03/04/2012 at 05:22 PM. Reason: tags |
|
|
|
|
|
#5 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jan 2009
Location: Brazil
Posts: 1,191
Reputation: 125
|
It works and I already knew, but using large text size the previous columns are highlighted too.
Cursor on the third column: ![]() EDIT: Now it works perfectly, I remade the calculations, for each column the textsize X was duplicated, thank you, Psymetrix. pawn Code:
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Textdraw keypad using 0.3e SelectTextDraw! | MP2 | Screenshots and Videos | 19 | 14/05/2012 05:33 PM |
| [BUG] SelectTextDraw | Lynn | Scripting Help | 2 | 02/04/2012 12:24 AM |
| [Bug] SelectTextDraw | Asasi | Scripting Help | 1 | 31/03/2012 04:21 PM |
| [BUG] Selecting textdraws lighting up multiple textdraws | Hiddos | Scripting Help | 3 | 24/03/2012 01:44 PM |
| SelectTextDraw issues | MP2 | Scripting Help | 19 | 21/03/2012 07:07 AM |