SA-MP Forums Archive
Problema con TextDraw. - 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: Problema con TextDraw. (/showthread.php?tid=624264)



Problema con TextDraw. - AlexisBorgia - 13.12.2016

Buenas a todos.
Tengo el siguiente problema; Recientemente quise agregar un TextDraw y lo que sucede es que al loguear cuando carga aparece, y al momento de aparecer el dialog de inicio desaparece. Y al spawnear tampoco estб.

PHP код:
new Text:TextEsq
TextDrawShowForPlayerplayeridTextEsq); // Esto lo puse en OnPlayerConnect
TextEsq TextDrawCreate(506.399932425.600158" Holis"); // Todo este en OngamemodeInit junto a los demas TDS
TextDrawLetterSize(TextEsq0.3076001.719466);
TextDrawAlignment(TextEsq1);
TextDrawColor(TextEsq, -1);
TextDrawSetShadow(TextEsq0);
TextDrawSetOutline(TextEsq1);
TextDrawBackgroundColor(TextEsq51);
TextDrawFont(TextEsq1);
TextDrawSetProportional(TextEsq1); 
їAlguien sabe a que se puede deber?

Gracias desde ya.


Re: Problema con TextDraw. - BrianFaria - 13.12.2016

Pon esto:

Код:
TextDrawShowForPlayer( playerid, TextEsq);
En OnPlayerSpawn // esto seria para cuando spawnee

OnPlayerRequestClass // selecciуn de skin. Prueba.


Re: Problema con TextDraw. - AlexisBorgia - 13.12.2016

Quote:
Originally Posted by Speedpro
Посмотреть сообщение
Pon esto:

Код:
TextDrawShowForPlayer( playerid, TextEsq);
En OnPlayerSpawn // esto seria para cuando spawnee

OnPlayerRequestClass // selecciуn de skin. Prueba.
Anteriormente tambiйn probй ponerlos ahн, de cualquier manera lo volvн a hacer. Y nada... :_


Respuesta: Problema con TextDraw. - Parka - 13.12.2016

їde que hablas?





Re: Respuesta: Problema con TextDraw. - AlexisBorgia - 13.12.2016

Quote:
Originally Posted by Parka
Посмотреть сообщение
їde que hablas?


A mi no me carga, ahн la razуn del tуpico.


Re: Problema con TextDraw. - ElVenezolano3 - 18.12.2016

Prueba Asi:

Код:
TextDrawShowForPlayer(playerid, TextEsq);