SA-MP Forums Archive
[Ajuda] Tutorial com tempo - 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] Tutorial com tempo (/showthread.php?tid=448816)



Tutorial com tempo - VSxD - 05.07.2013

Coloquei meu Tutorial com Tempo mais quando vou avanзar ele some o tutorial e aparece Vocк precisa esperar um pouco para avanзar novamente!
Quote:

if(dialogid == 900)
{
if(response == 1)
{
if(Tempotutorial[playerid] == 1)
{
format(string,sizeof(string),"Vocк precisa esperar um pouco para avanзar novamente!");
SendClientMessage(playerid, COLOR_GRAD1, string);
return true;
}
SetPlayerInterior(playerid,0);
new DialogInfoorg1[1500];
Tempotutorial[playerid] = 1;
TutorialTempo = SetTimerEx("Tutorial", 20000, 0, "i", playerid);
format(string,sizeof(string),"Olб %s, Seja muito bem vindo ao Nosso Servidor\n",PlayerName(playerid));
strcat(DialogInfoorg1,string);
format(string,sizeof(string),"\nPreste muita atenзгo neste tutorial para que nгo tome futuras puniзхes\n");
strcat(DialogInfoorg1,string);
format(string,sizeof(string),"\nLembrando que esta serб a ultima vez que vocк verб este tutorial no jogo\n");
strcat(DialogInfoorg1,string);
format(string,sizeof(string),"\nIntгo preste o maximo de atenзгo pois й muito importante ler todo o tutorial\n");
strcat(DialogInfoorg1,string);
format(string,sizeof(string),"\nEste tutorial tambem te ajudarб a a entender melhor a jogabilidade do servidor\n");
strcat(DialogInfoorg1,string);
format(string,sizeof(string),"\nE nгo pule o tutorial rapidamente por favor, e seja atento em tudo que ler neste tutorial\n");
strcat(DialogInfoorg1,string);
ShowPlayerDialog(playerid,901, DIALOG_STYLE_MSGBOX, "Tutorial Parte [1/9]", DialogInfoorg1, "Avanзar", "Cancelar");
PlayerInfo[playerid][pEmprego] = 0;
return 0;
}
else if(response == 0)
{
Kick(playerid);
return 0;
}
return 0;
}




Re: Tutorial com tempo - StrondA_ - 05.07.2013

pawn Код:
if(dialogid == 900)
{
    if(response == 1)
    {
        if(Tempotutorial[playerid] == 1)
        {
            format(string,sizeof(string),"Vocк precisa esperar um pouco para avanзar novamente!"), SendClientMessage(playerid, COLOR_GRAD1, string);
        }
        SetPlayerInterior(playerid,0);
        new DialogInfoorg1[1500];
        Tempotutorial[playerid] = 1;
        TutorialTempo = SetTimerEx("Tutorial", 20000, 0, "i", playerid);
        format(string,sizeof(string),"Olб %s, Seja muito bem vindo ao Nosso Servidor\n",PlayerName(playerid));
        strcat(DialogInfoorg1,string);
        format(string,sizeof(string),"\nPreste muita atenзгo neste tutorial para que nгo tome futuras puniзхes\n");
        strcat(DialogInfoorg1,string);
        format(string,sizeof(string),"\nLembrando que esta serб a ultima vez que vocк verб este tutorial no jogo\n");
        strcat(DialogInfoorg1,string);
        format(string,sizeof(string),"\nIntгo preste o maximo de atenзгo pois й muito importante ler todo o tutorial\n");
        strcat(DialogInfoorg1,string);
        format(string,sizeof(string),"\nEste tutorial tambem te ajudarб a a entender melhor a jogabilidade do servidor\n");
        strcat(DialogInfoorg1,string);
        format(string,sizeof(string),"\nE nгo pule o tutorial rapidamente por favor, e seja atento em tudo que ler neste tutorial\n");
        strcat(DialogInfoorg1,string);
        ShowPlayerDialog(playerid,901, DIALOG_STYLE_MSGBOX, "Tutorial Parte [1/9]", DialogInfoorg1, "Avanзar", "Cancelar");
        PlayerInfo[playerid][pEmprego] = 0;
        return 0;
    }
    else if(response == 0)
    {
        Kick(playerid);
        return 0;
    }
    return 0;
}



Re: Tutorial com tempo - VSxD - 05.07.2013

Vlw mais da pra Avanзar Rapido Novamente


Re: Tutorial com tempo - VSxD - 10.07.2013

Up....