Problema con TextDraw.
#1

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.
Reply
#2

Pon esto:

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

OnPlayerRequestClass // selecciуn de skin. Prueba.
Reply
#3

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... :_
Reply
#4

їde que hablas?


Reply
#5

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


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

Prueba Asi:

Код:
TextDrawShowForPlayer(playerid, TextEsq);
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)