[Ayuda] Tengo mi tutorial Bug -
Zafiro - 26.09.2011
Hola gente de SA:MP, hoy tengo un problema con un GameMode que vengo editando con un amigo de hace 7 meses y dejamos para lo ъltimo el tutorial.
Bueno paso a explicar, cuando
UN PLAYER solo hace el tutorial, anda perfecto, pero cuando
DOS PLAYER hacen el tutorial se bugea de la siguiente manera:
El tutorial empieza todo bien y cuando otra persona se pone a ver el tutorial el que lo estaba viendo se le reinicia el tutorial o ve los 2 tutoriales es decir, no ve lo que tiene que ver sino ve lo del otro.
Estas son las primeras lineas del tutorial espero que alguien me lo pueda solucionar, porfavor.
Код:
if(TutTime[i] >= 1)
{
TutTime[i] += 1;
switch (TutTime[i])
{
case 5:
{
SetPlayerCameraPos(i,0,0,0);
TogglePlayerControllable(i,0);
ClearChatbox(i, 10);
TextDrawShowForPlayer(i,tut0);
TextDrawShowForPlayer(i,tut1);
TextDrawShowForPlayer(i,tut2);
TextDrawShowForPlayer(i,tut3);
SetPlayerCameraPos(i, 1413.000,-866.000,48.000);
SetPlayerCameraLookAt(i, 1413.000,-861.000,49.000);
SetPlayerInterior(i, 0);
SetPlayerPos(i, 1422.5372,-811.9915,74.2336);
TextDrawSetString(tut0, "~W~TUTORIAL TUTORIAL");
TextDrawSetString(tut1, "~w~TUTORIAL TUTORIAL");
TextDrawSetString(tut2, "~w~TUTORIAL TUTORIAL");
TextDrawSetString(tut3, "~w~TUTORIAL TUTORIAL");
}
case 15:
{
ClearChatbox(i, 10);
SetPlayerCameraPos(i, 1524.6171,-1663.8403,14.9530);
SetPlayerPos(i, 1545.1742,-1667.3270,13.5654);
SetPlayerCameraLookAt(i, 1524.6171,-1663.8403,14.9530);
TextDrawSetString(tut0, "~W~TUTORIAL TUTORIAL");
TextDrawSetString(tut1, "~w~TUTORIAL TUTORIAL");
TextDrawSetString(tut2, "~w~TUTORIAL TUTORIAL");
TextDrawSetString(tut3, "~w~TUTORIAL TUTORIAL");
}
case 25:
{
ClearChatbox(i, 10);
SetPlayerCameraPos(i, 1516.000,-1732.000,14.000);
SetPlayerCameraLookAt(i, 1513.000,-1733.000,14.000);
TextDrawSetString(tut0, "~W~TUTORIAL TUTORIAL");
TextDrawSetString(tut1, "~w~TUTORIAL TUTORIAL");
TextDrawSetString(tut2, "~w~TUTORIAL TUTORIAL");
TextDrawSetString(tut3, "~w~TUTORIAL TUTORIAL");
}
Aclaraciуn: El gamemode utilizado es el "The Godfather" de Fear
Re: [Ayuda] Tengo mi tutorial Bug -
Sergio_team - 26.09.2011
Oye, no podrias poner el codigo entero del tutorial, porque no sabemos, de donde procede esa variable: i
Porque la has podido alterar perfectamente y tal vez este ahн el problema.
Respuesta: [Ayuda] Tengo mi tutorial Bug -
Zafiro - 26.09.2011
Okey en un rato lo pongo. Gracias por el comentario
Respuesta: [Ayuda] Tengo mi tutorial Bug -
Jovanny - 27.09.2011
tienes que crear los 3 textdraws para cada player