Portal SAMP
[Ajuda] TextDraw Clicavel - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Ajuda] TextDraw Clicavel (/showthread.php?tid=3337)



TextDraw Clicavel - yoda - 14/02/2023

Olá amigos, quero tornar uma textdraw de texto clicavel,porém não funciona, todos os outros tipos funcionam... segue a criação dela.


Código:
spawncar_P[playerid][10] = CreatePlayerTextDraw(playerid, 421.186065, 155.000213, "Spawn");
        PlayerTextDrawLetterSize(playerid, spawncar_P[playerid][10], 0.252884, 0.946666);
        PlayerTextDrawTextSize(playerid, spawncar_P[playerid][10], 0.000000, 11.000000);
        PlayerTextDrawAlignment(playerid, spawncar_P[playerid][10], 2);
        PlayerTextDrawColor(playerid, spawncar_P[playerid][10], -1);
        PlayerTextDrawUseBox(playerid, spawncar_P[playerid][10], 1);
        PlayerTextDrawBoxColor(playerid, spawncar_P[playerid][10], -256);
        PlayerTextDrawSetShadow(playerid, spawncar_P[playerid][10], 0);
        PlayerTextDrawBackgroundColor(playerid, spawncar_P[playerid][10], 255);
        PlayerTextDrawFont(playerid, spawncar_P[playerid][10], 1);
        PlayerTextDrawSetProportional(playerid, spawncar_P[playerid][10], 1);
        PlayerTextDrawSetSelectable(playerid, spawncar_P[playerid][10], true);

Alguem pode dar uma dica?


RE: TextDraw Clicavel - MarcosBrazz - 14/02/2023

PlayerTextDrawTextSize(playerid, spawncar_P[playerid][10], 0.000000, 11.000000); é o código que define a área clicavel da textdraw
A posição X está 0.0, coloque 10.0 ou mais