One TD not clickable
#1

This TD Wont work as selectable.

pawn Код:
format(OutstandingString, sizeof(OutstandingString), "Outstanding Charges~n~~w~%d outstanding ~>~ Click here", Outstandings);

MDCPerson[playerid][1] = CreatePlayerTextDraw(playerid,212.000000, 270.000000, OutstandingString);//Outstanding Charges~n~~w~6 outstanding ~>~ Click here
                PlayerTextDrawBackgroundColor(playerid,MDCPerson[playerid][1], 255);
                PlayerTextDrawFont(playerid,MDCPerson[playerid][1], 2);
                PlayerTextDrawLetterSize(playerid,MDCPerson[playerid][1], 0.270000, 1.000000);
                PlayerTextDrawColor(playerid,MDCPerson[playerid][1], -5176577);
                PlayerTextDrawSetOutline(playerid,MDCPerson[playerid][1], 0);
                PlayerTextDrawSetProportional(playerid,MDCPerson[playerid][1], 1);
                PlayerTextDrawSetShadow(playerid,MDCPerson[playerid][1], 0);
                PlayerTextDrawUseBox(playerid,MDCPerson[playerid][1], 0);
                PlayerTextDrawBoxColor(playerid,MDCPerson[playerid][1], 255);
                PlayerTextDrawTextSize(playerid,MDCPerson[playerid][1], 382.000000, 30.000000);
                PlayerTextDrawSetSelectable(playerid,MDCPerson[playerid][1], 1);
The SelectTextDraw(playerid, col); is done because another TD on the same GUI is able to get clicked, something is just wrong with this one.
Reply


Messages In This Thread
One TD not clickable - by Stefand - 17.04.2016, 15:00
Re: One TD not clickable - by UltraScripter - 17.04.2016, 15:02
Re: One TD not clickable - by Stefand - 17.04.2016, 15:06
Re: One TD not clickable - by UltraScripter - 17.04.2016, 15:08
Re: One TD not clickable - by Stefand - 17.04.2016, 15:16
Re: One TD not clickable - by UltraScripter - 17.04.2016, 15:19
Re: One TD not clickable - by Stefand - 17.04.2016, 15:23
Re: One TD not clickable - by UltraScripter - 17.04.2016, 15:29

Forum Jump:


Users browsing this thread: 1 Guest(s)