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



* Tutorial - VSxD - 31.07.2013

que que tem de errado aki tipo quando eu avanзo o tutorial era para ele parar mais tipo da pra passar rapidamente agradeзo des de agora
Quote:

if(GetTickCount() - TempoTutorial[playerid] < 20000)
{
format(string, sizeof(string), " Espere %d segundos para avanзar novamente!",20-(GetTickCount() - TempoTutorial[playerid])/1000);
SendClientMessage(playerid, COLOR_GRAD2, string);
}
new DialogInfoorg1[1500];
SetPlayerInterior(playerid,0);
GameTextForPlayer(playerid, "~w~~d~Inicio", 8000, 6);
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, "Proximo", "Cancelar");
SetPlayerPos(playerid, 1424.6486,-1020.7975,23.8281);
TempoTutorial[playerid] = GetTickCount();




Re: * Tutorial - Mteck - 31.07.2013

pawn Код:
if(GetTickCount() - TempoTutorial[playerid] < 20000)
{
format(string, sizeof(string), " Espere %d segundos para avanзar novamente!",20-(GetTickCount() - TempoTutorial[playerid])/1000);
Olha mo tempo ali 20000


Re: * Tutorial - VSxD - 31.07.2013

Quote:
Originally Posted by Mteck
Посмотреть сообщение
pawn Код:
if(GetTickCount() - TempoTutorial[playerid] < 20000)
{
format(string, sizeof(string), " Espere %d segundos para avanзar novamente!",20-(GetTickCount() - TempoTutorial[playerid])/1000);
Olha mo tempo ali 20000
an
man й que com isso tudo dб pra passar o tutorial rapidamente


Re: * Tutorial - VSxD - 01.08.2013

Up!@