SA-MP Forums Archive
[AJUDA] Sistema de Tutorial - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] Sistema de Tutorial (/showthread.php?tid=275749)



[AJUDA] Sistema de Tutorial - Lipe_Stronda - 10.08.2011

Bom, eu puis um sistema de tutorial no meu gm que estou fazendo, ai eu me basiei no do JFS, aquele gamemode zombie dele, ai tipo fiz um poco parecido mais estou editando , mais ai quando voce vai ver o tutorial pela primeira vez
ai ele ta te spawnando ,mais se voce tirar o spawnplayer, na prox vez que tu logar nao vai te spawnar

Codigo do Dialog de Escolher time

pawn Код:
if(dialogid == Escolha)
    {
        if(response == 0)
        {
             ShowPlayerDialog(playerid, Escolha, DIALOG_STYLE_LIST, "Escolha o Seu Time","Ladroes\nPolicia","Selecionar","Cancelar");
        }
        if(response == 1)
        {
            if(listitem == 0)
            {
                if(Tutorial[playerid] < 1)
                {
                    VerTutorial();
                    //SendClientMessage(playerid, -1, "Aperte Spawn й Divirta-se.");
                    SpawnPlayer(playerid);
                    return true;
                }
                if(Tutorial[playerid] < 1)
                Escolheu[playerid] = 1;
                SpawnPlayer(playerid);
                if(gTeam[playerid] == Ladrao)
                SendClientMessage(playerid,0x00C3FF7A,"Vocк Escolheu Ser Humano, Qualquer Coisa Use ( /ajuda )");
            }
            if(listitem == 1)
            {
                if(Tutorial[playerid] < 1)
                {
                    VerTutorial();
                //  SendClientMessage(playerid, -1, "Aperte Spawn й Divirta-se.");
                    SpawnPlayer(playerid);
                    return true;
                }
                if(Tutorial[playerid] < 1)
                SpawnPlayer(playerid);
                Escolheu[playerid] = 1;
                if(gTeam[playerid] == Policia)
                SendClientMessage(playerid,0x00C3FF7A,"Vocк Escolheu Ser Humano, Qualquer Coisa Use ( /ajuda )");
            }
            return true;
        }
    }



Re: [AJUDA] Sistema de Tutorial - Dolby - 10.08.2011

pawn Код:
if(dialogid == Escolha)
    {
        if(response == 0)
        {
             ShowPlayerDialog(playerid, Escolha, DIALOG_STYLE_LIST, "Escolha o Seu Time","Ladroes\nPolicia","Selecionar","Cancelar");
        }
        if(response == 1)
        {
            if(listitem == 0)
            {
                if(Tutorial[playerid] < 1)
                {
                    VerTutorial();
                    //SendClientMessage(playerid, -1, "Aperte Spawn й Divirta-se.");
                    return true;
                }
                if(Tutorial[playerid] < 1)
                Escolheu[playerid] = 1;
                SpawnPlayer(playerid);
                if(gTeam[playerid] == Ladrao)
                SendClientMessage(playerid,0x00C3FF7A,"Vocк Escolheu Ser Humano, Qualquer Coisa Use ( /ajuda )");
            }
            if(listitem == 1)
            {
                if(Tutorial[playerid] < 1)
                {
                    VerTutorial();
                //  SendClientMessage(playerid, -1, "Aperte Spawn й Divirta-se.");
                    return true;
                }
                if(Tutorial[playerid] < 1)
                SpawnPlayer(playerid);
                Escolheu[playerid] = 1;
                if(gTeam[playerid] == Policia)
                SendClientMessage(playerid,0x00C3FF7A,"Vocк Escolheu Ser Humano, Qualquer Coisa Use ( /ajuda )");
            }
            return true;
        }
    }
Nao intendi direito mais tenta.


Re: [AJUDA] Sistema de Tutorial - Lipe_Stronda - 10.08.2011

Nгo funcionou, mais jб foi resolvido