[AJUDA] problema com tuto
#1

quando se responde as perguntas de registro e tals ex : homem ou mulher... ai vem a mensagem obrigado pelas respostas agra o tutorial ira comeзar , so que nao ta comeзando o tuto . urgente
Reply
#2

E vocк acha que nуs somos videntes!?!?

Poste no mнnimo o seu cуdigo!!!!
Reply
#3

... sem o cуdigo, fica meio difнcil.

No fim do registro, tente adicionar isso:


RegistrationStep[playerid] = 0;
TutTime[playerid] = 1;
Reply
#4

que codigo eu iria pega ?
Reply
#5

if(RegistrationStep[playerid] > 0)
{
if(RegistrationStep[playerid] == 1)
{
new idx;
tmp = strtok(text, idx);
if((strcmp("homem", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("Homem")))
{
PlayerInfo[playerid][pSex] = 1;
SetPlayerSkin(playerid, 23);
PlayerInfo[playerid][pModel] = 23;
SendClientMessage(playerid, COLOR_YELLOW2, "Ok, Voce й Homem!.");
SendClientMessage(playerid, COLOR_LIGHTRED, "Qual sua origem? (Digite: Hospital, Estacao ou Prefeitura");
RegistrationStep[playerid] = 2;
return 0;
}
else if((strcmp("mulher", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("Mulher")))
{
PlayerInfo[playerid][pSex] = 2;
SetPlayerSkin(playerid, 193);
PlayerInfo[playerid][pModel] = 193;
SendClientMessage(playerid, COLOR_YELLOW2, "Ok, Vocк й uma Mulher");
SendClientMessage(playerid, COLOR_LIGHTRED, "Qual sua origem? (Digite: Hospital, Estacao ou Prefeitura");
RegistrationStep[playerid] = 2;
return 0;
}
else
{
SendClientMessage(playerid, COLOR_LIGHTRED, "Vocк й 'Homem' ou 'Mulher' (Digite).");
}
return 0;
}
else if(RegistrationStep[playerid] == 2)
{
new idx;
tmp = strtok(text, idx);
if((strcmp("Hospital", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("hospital")))
{
PlayerInfo[playerid][pOrigem] = 1;
SendClientMessage(playerid, COLOR_YELLOW2, "Ok, Vocк nasceu perto do Hospital.");
SendClientMessage(playerid, COLOR_LIGHTRED, "Obrigado pelas respostas !, Siga o tutorial");
RegistrationStep[playerid] = 0;
TutTime[playerid] = 1;
return 0;
}
else if((strcmp("Estacao", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("Estacao")))
{
PlayerInfo[playerid][pOrigem] = 2;
SendClientMessage(playerid, COLOR_YELLOW2, "Ok, Voce й da Estaзгo.");
SendClientMessage(playerid, COLOR_LIGHTRED, "Obrigado pelas respostas !, Siga o tutorial");
RegistrationStep[playerid] = 0;
TutTime[playerid] = 1;
return 0;
}
else if((strcmp("prefeitura", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("Prefeitura")))
{
PlayerInfo[playerid][pOrigem] = 3;
SendClientMessage(playerid, COLOR_YELLOW2, "Ok, vocк й da Prefeitura!.");
SendClientMessage(playerid, COLOR_LIGHTRED, "Obrigado pelas respostas !, Siga o tutorial");
RegistrationStep[playerid] = 0;
TutTime[playerid] = 1;
return 0;
}
else
{
SendClientMessage(playerid, COLOR_LIGHTRED, "Qual sua origem? (Digite: Hospital, Estacao ou Prefeitura)");
}
return 0;
}
return 0;
}
se fo esse ja tem o tutTime e o registration mesmo assim nao comeзa
Reply
#6

posta o gm inteiro...
Reply
#7

Quote:
Originally Posted by Canabis
Посмотреть сообщение
posta o gm inteiro...
kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)