17.07.2018, 03:17
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 ?!
Jб tentei colocar com Box e o PlayerTextDrawTextSize do tamanho do mesmo, mas nгo deu certo.
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);