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;
TextDrawShowForPlayer( playerid, TextEsq); // Esto lo puse en OnPlayerConnect
TextEsq = TextDrawCreate(506.399932, 425.600158, " Holis"); // Todo este en OngamemodeInit junto a los demas TDS
TextDrawLetterSize(TextEsq, 0.307600, 1.719466);
TextDrawAlignment(TextEsq, 1);
TextDrawColor(TextEsq, -1);
TextDrawSetShadow(TextEsq, 0);
TextDrawSetOutline(TextEsq, 1);
TextDrawBackgroundColor(TextEsq, 51);
TextDrawFont(TextEsq, 1);
TextDrawSetProportional(TextEsq, 1);
ї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);