SA-MP Forums Archive
[Ajuda] TextDrawSetSelectable... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] TextDrawSetSelectable... (/showthread.php?tid=554956)



TextDrawSetSelectable... - Junplid - 05.01.2015

Estou tentando criar um sistema em textdraws selecionaveis, mas por enquanto nгo consegui fazer nem uma textdraw de teste, alguйm pode ajudar?
pawn Код:
TextDrawShowForPlayer(playerid, Text:Teste[playerid]);

Teste[playerid] = CreatePlayerTextDraw(playerid, 264.371917, 175.249832, "Teste");

TextDrawColor(Text:Teste[playerid], -5963521);

TextDrawSetSelectable(Text:Teste[playerid], true);

SelectTextDraw(playerid, 0x63DC72FF);
As vezes a textdraw aparece, mas nгo selecionavel e as vezes nem aparece...
Sou grato desde jб!


Re: TextDrawSetSelectable... - Junplid - 05.01.2015

Mais eu to criando elas no comando, olhe na linha 2 e.e


Re: TextDrawSetSelectable... - Junplid - 05.01.2015

Vou trocar a primeira linha...

EDIT: A unica diferenзa do comando й o strcmp e o return '-'


Re: TextDrawSetSelectable... - PT - 05.01.2015

Voce esta a misturar as coisas esta a usar funcoes de textdraws normais em Player Textdraw

https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw

olha ai no fundo da pagina tem todas a funcoes ligadas a isso que voce precisa.


Re: TextDrawSetSelectable... - n0minal - 05.01.2015

Cara se vocк tiver indexando a textdraw nгo precisa criar ela como PlayerTextDraw, cria ela sу como TextDraw, vocк tб usando funзхes de TextDraws em PlayerTextDraws... Alйm disso й importante usar box com a coordenada x de forma que preencha a бrea do texto, e o Y em 12...