13.12.2016, 16:14
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б.
їAlguien sabe a que se puede deber?
Gracias desde ya.
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);
Gracias desde ya.