SA-MP Forums Archive
TextDraw Selecionable - 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: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: TextDraw Selecionable (/showthread.php?tid=415390)



TextDraw Selecionable - Dreyfuz - 12.02.2013

Hola.

Queria preguntarles como o que tengo que hacer para que esto me Sirva.

їQue Cosa? El TextDrawSetSelectable, porque yo lo tengo asi:

pawn Код:
//Ejemplo:
    Textdraw[24] = TextDrawCreate(157.000000, 299.000000, "_");
    TextDrawBackgroundColor(Textdraw[24], 255);
    TextDrawFont(Textdraw[24], 1);
    TextDrawLetterSize(Textdraw[24], 0.310000, 1.299999);
    TextDrawColor(Textdraw[24], -1);
    TextDrawSetOutline(Textdraw[24], 0);
    TextDrawSetProportional(Textdraw[24], 1);
    TextDrawSetShadow(Textdraw[24], 1);
    TextDrawSetSelectable(Textdraw[24], 1);//Aqui
pero el problema es que cuando quiero que el TextDraw aparesca y que tambien aparesca el Cursor para que seleccione, no aparese!!!

pawn Код:
TextDrawShowForPlayer(playerid, Textdraw[24]);
Por favor dнganme que estoy haciendo mal o que codigo me hace falta...


Respuesta: TextDraw Selecionable - spell - 13.02.2013

Estas usando SelectTextDraw(playerid) ? De no ser asн colocalo en la funciуn del script

Vas a tener problemas para qe se te muestre y lo puedas seleccionar, porque no estas utilizando TextDrawSize. Cuando crees el TextDraw (si usas Zamaroth) creale un box, indicando el area que serб utilizada "clickeable". Luego puedes desactivar el box al pegar el script


Respuesta: TextDraw Selecionable - Dreyfuz - 13.02.2013

Quote:
Originally Posted by spell
Посмотреть сообщение
Estas usando SelectTextDraw(playerid) ? De no ser asн colocalo en la funciуn del script

Vas a tener problemas para qe se te muestre y lo puedas seleccionar, porque no estas utilizando TextDrawSize. Cuando crees el TextDraw (si usas Zamaroth) creale un box, indicando el area que serб utilizada "clickeable". Luego puedes desactivar el box al pegar el script
Ohhh.. Gracias...

Ahora si me funca... xD

+rep.