28.03.2017, 20:27
Hello,
I'm trying to get the Clickable Textdraw to work, but it seems, not working. I searched, and found, that maybe the PlayerTextDrawTextSize can cause the Problem. I using a TDEDITOR 1.17, but how i see, the editor doesn't create a Clickable area, and i have no idea, how i can "Calculate" it.
Textdraw:
I'm trying to get the Clickable Textdraw to work, but it seems, not working. I searched, and found, that maybe the PlayerTextDrawTextSize can cause the Problem. I using a TDEDITOR 1.17, but how i see, the editor doesn't create a Clickable area, and i have no idea, how i can "Calculate" it.
Textdraw:
Код HTML:
Hola[playerid][9] = CreatePlayerTextDraw(playerid, 75.000000, 162.000000, "Login"); PlayerTextDrawLetterSize(playerid, Hola[playerid][9], 0.400000, 1.562666); PlayerTextDrawAlignment(playerid, Hola[playerid][9], 1); PlayerTextDrawColor(playerid, Hola[playerid][9], -1); PlayerTextDrawSetShadow(playerid, Hola[playerid][9], 1); PlayerTextDrawSetOutline(playerid, Hola[playerid][9], 0); PlayerTextDrawBackgroundColor(playerid, Hola[playerid][9], 255); PlayerTextDrawFont(playerid, Hola[playerid][9], 1); PlayerTextDrawSetProportional(playerid, Hola[playerid][9], 1); PlayerTextDrawSetShadow(playerid, Hola[playerid][9], 1); PlayerTextDrawSetSelectable(playerid, Hola[playerid][9], true);