[Ajuda] PlayerTextDrawLetterSize
#1

Estou transformando meu sistema de login todo em textdraw selecionбvel, fiz as textdraw pelo iTD..
Estб tudo certo atй chegar nessa parte de Size, nгo estou conseguindo colocar o tamanho correto, estб muito maior que as letras e fica uma boa бrea selecionбvel fora da palavra, queria saber como vocкs fazem pra configurar isso ?!

Код:
TextLogin[11][playerid] = CreatePlayerTextDraw(playerid, 290.823394, 185.500030, "LOGIN");
    PlayerTextDrawLetterSize(playerid, TextLogin[11][playerid], 0.449999, 1.600000);
    PlayerTextDrawAlignment(playerid, TextLogin[11][playerid], 1);
    PlayerTextDrawColor(playerid, TextLogin[11][playerid], -1);
    PlayerTextDrawSetShadow(playerid, TextLogin[11][playerid], 0);
    PlayerTextDrawSetOutline(playerid, TextLogin[11][playerid], 1);
    PlayerTextDrawBackgroundColor(playerid, TextLogin[11][playerid], 255);
    PlayerTextDrawFont(playerid, TextLogin[11][playerid], 2);
    PlayerTextDrawSetProportional(playerid, TextLogin[11][playerid], 1);
    PlayerTextDrawSetSelectable(playerid, TextLogin[11][playerid], true);
Jб tentei colocar com Box e o PlayerTextDrawTextSize do tamanho do mesmo, mas nгo deu certo.
Reply


Messages In This Thread
PlayerTextDrawLetterSize - by Welconha - 17.07.2018, 03:17
Re: PlayerTextDrawLetterSize - by HelderPT - 17.07.2018, 14:14
Re: PlayerTextDrawLetterSize - by Marllun - 17.07.2018, 17:13
Re: PlayerTextDrawLetterSize - by CALENZ021 - 17.07.2018, 21:39
Re: PlayerTextDrawLetterSize - by Welconha - 18.07.2018, 03:20

Forum Jump:


Users browsing this thread: 1 Guest(s)