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; } |
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;
}