[Duda] Problema con Textdraw
#1

Bueno, tengo un problema con un textdraw de un tutorial. Antes no me lo presentaba pero ahora si.

Miren, en el tutorial, la linea para el Titulo es asi:
pawn Код:
TextDrawSetString(TituloT,"~r~Bienvenido A Prision Roleplay");
Bueno cuando este termina le puse las lineas:
pawn Код:
TextDrawHideForPlayer(i,TituloT);
TextDrawHideForPlayer(i,Linea1T);
TextDrawHideForPlayer(i,Linea2T);
TextDrawHideForPlayer(i,Linea3T);
Pero, cuando termina el TITULO, se queda pegado ahi, LA LINEA NO SE OCULTAN :llorar: , Necesito saber cual es el problema. Les dejo las lineas finales por si les sirven de algo
pawn Код:
else if(TutTime[i] == 127)
                {
                    ClearChatbox(i, 10);
                    SendClientMessage(i, COLOR_YELLOW2,"Bienvenido a la Prision de Maxima Seguridad.");
                    SendClientMessage(i, COLOR_GRAD1, "Se te han Dado llaves de Tus celdas de Baja Peligrosidad");
                    SendClientMessage(i, COLOR_GRAD1, "Empieza a Cuidarte Bastante.");
                    TutTime[i] = 0; PlayerInfo[i][pTut] = 1;
                    PlayerInfo[i][pAccount] = 1500;
                    gOoc[i] = 0; gNews[i] = 0; gFam[i] = 0;
                    TogglePlayerControllable(i, 1);
                    SetCameraBehindPlayer(i);
                    MedicBill[i] = 0;
                    AfterTutorial[i] = 1;
                    StopAudioStreamForPlayer(i);
                    TextDrawHideForPlayer(i,TituloT);
                    TextDrawHideForPlayer(i,Linea1T);
                    TextDrawHideForPlayer(i,Linea2T);
                    TextDrawHideForPlayer(i,Linea3T);
                    SetTimerEx("UnsetAfterTutorial", 2500, false, "i", i);
                    SetTimerEx("UnsetFirstSpawn", 5000, false, "i", i);
                    SetPlayerSpawn(i);
                }
Reply


Messages In This Thread
[Duda] Problema con Textdraw - by Roman_Torres - 29.01.2012, 17:57
Respuesta: [Duda] Problema con Textdraw - by Jovanny - 29.01.2012, 18:11
Respuesta: [Duda] Problema con Textdraw - by Roman_Torres - 29.01.2012, 18:16
Respuesta: [Duda] Problema con Textdraw - by Jovanny - 29.01.2012, 18:22
Respuesta: [Duda] Problema con Textdraw - by Roman_Torres - 29.01.2012, 18:26
Respuesta: [Duda] Problema con Textdraw - by Jovanny - 29.01.2012, 18:31
Respuesta: [Duda] Problema con Textdraw - by Roman_Torres - 29.01.2012, 18:43
Respuesta: [Duda] Problema con Textdraw - by Jovanny - 29.01.2012, 18:50
Respuesta: [Duda] Problema con Textdraw - by Roman_Torres - 29.01.2012, 19:00
Respuesta: [Duda] Problema con Textdraw - by Jovanny - 29.01.2012, 19:04

Forum Jump:


Users browsing this thread: 1 Guest(s)