17.04.2016, 15:00
This TD Wont work as selectable.
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.
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);