[Ajuda] Como criar um Tutorial
#10

Enfim, estб aqui a minha conclusгo:

pawn Код:
new meututorial[MAX_PLAYERS], tempotuto;
forward Caroline(playerid);

public Caroline(playerid)
{
      if(Meututorial[playerid] == 0)
      {
            SendClientMessage(playerid, -1,"Vocк estб comeзando um tutorial da Caroline ( Form SA-MP )");
      }
      if(Meututorial[playerid] == 1)
      {
            // Parte 2
            return 1;
      }
      if(Meututorial[playerid] == 2)
      {
            // Parte 3
            return 1;
      }
      if(Meututorial[playerid] == 3)
      {
            // Parte 4
            return 1;
      }
      if(Meututorial[playerid] == 4)
      {
            // Parte 5
            return 1;
      }
      if(Meututorial[playerid] == 5)
      {
            // Parte 6
            return 1;
      }
      if(Meututorial[playerid] == 6)
      {
            // FIM - Adicione mais caso quiser
            KillTimer(tempotuto);
            return 1;
      }
      return Meututorial[playerid]++, tempotuto = SetTimerEx("Caroline", /*Tempo para mudar as mensagem*/, true, "i", playerid);
}
Indo pra escola... FUIZ.
Reply


Messages In This Thread
[Ajuda] Como criar um Tutorial - by Macedo_Storm - 24.10.2011, 19:19
Re: [Ajuda] Como criar um Tutorial - by Laercio - 24.10.2011, 19:30
Re: [Ajuda] Como criar um Tutorial - by Macedo_Storm - 24.10.2011, 19:33
Re: [Ajuda] Como criar um Tutorial - by [O.z]Caroline - 24.10.2011, 19:38
Re: [Ajuda] Como criar um Tutorial - by Jason` - 27.10.2011, 05:12
Re: [Ajuda] Como criar um Tutorial - by Lуs - 27.10.2011, 14:43
Re: [Ajuda] Como criar um Tutorial - by [O.z]Caroline - 27.10.2011, 19:21
Re: [Ajuda] Como criar um Tutorial - by Lуs - 27.10.2011, 20:21
Re: [Ajuda] Como criar um Tutorial - by [O.z]Caroline - 27.10.2011, 20:23
Re: [Ajuda] Como criar um Tutorial - by Lуs - 27.10.2011, 20:49

Forum Jump:


Users browsing this thread: 1 Guest(s)