14/02/2023 14:12
Olá amigos, quero tornar uma textdraw de texto clicavel,porém não funciona, todos os outros tipos funcionam... segue a criação dela.
Alguem pode dar uma dica?
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?