[Ajuda] Como criar um Tutorial
#6

Quote:
Originally Posted by [O.z]Caroline
Посмотреть сообщение
pawn Код:
new meututorial[MAX_PLAYERS];
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
      }
      if(Meututorial[playerid] == 2)
      {
             // parte final
            return 1;
      }
       return SetTimerEx("Caroline", /*Tempo para mudar as mensagem*/  1000, false);
}
й sу seguir.
Vocк criou um SetTimerEx e nгo usou parametros. e tambйm й preciso da repetiзгo pois irб ter 3 partes.
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 )");
            Meututorial[playerid] = 1;//й preciso setar as variaveis para a continuiзгo das mensagens.
      }
      if(Meututorial[playerid] == 1)
      {
            Meututorial[playerid] = 2;
            // Parte 2
      }
      if(Meututorial[playerid] == 2)
      {
             // parte final
            Meututorial[playerid] = 3;
            KillTimer(tempotuto);//й preciso parar o tempo para a repetiзгo.
            return 1;
      }
      tempotuto = SetTimer("Caroline", /*Tempo para mudar*/, true);
}
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)