[Projeto] Colocando timer em toturial
#2

Mano, coisa mais simples..

pawn Код:
strcat(.....seutexto)
ShowPlayerDialog(........)
SetTimerEx("AvancarTuto", #tempo, false, "i", playerid);

//

forward AvancarTuto(playerid);
public AvancarTuto(playerid)
{
      //OutraDialog
      return SetTimerEx("AvancarTuto2", #tempo, false, "i", playerid);
}
E assim por diante.
Reply


Messages In This Thread
Colocando timer em toturial - by Pedro_Teixeira - 15.04.2013, 19:33
Re: Colocando timer em toturial - by Gleisson_. - 15.04.2013, 19:40
Re: Colocando timer em toturial - by Pedro_Teixeira - 16.04.2013, 16:55
Re: Colocando timer em toturial - by Gleisson_. - 16.04.2013, 21:19

Forum Jump:


Users browsing this thread: 1 Guest(s)