PlayerTextDrawTextSize: can't get the clickable Textdraw to work
#1

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:
Код 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);
Reply


Messages In This Thread
PlayerTextDrawTextSize: can't get the clickable Textdraw to work - by NBass - 28.03.2017, 20:27
Re: PlayerTextDrawTextSize: can't get the clickable Textdraw to work - by Vince - 28.03.2017, 20:39
Re: PlayerTextDrawTextSize: can't get the clickable Textdraw to work - by jlalt - 29.03.2017, 09:30

Forum Jump:


Users browsing this thread: 1 Guest(s)