[AJUDA] Sistema de Tutorial
#1

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;
        }
    }
Reply
#2

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.
Reply
#3

Nгo funcionou, mais jб foi resolvido
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)