[Ajuda] Registro/Login
#4

Eu coloquei mas nгo adiantou. Eu acho que vocк nгo entendeu o que eu quiz dizer, entгo quando player conecta mostra isso:

pawn Код:
ShowPlayerDialog(playerid, AVISO, DIALOG_STYLE_MSGBOX, "Brasil Style Life RPG", "Seja Bem-vindo(a) \nVocк estб comeзando, curta sua 2Є vida aqui \nClique em Ok e comece a jogar", "Ok", "Sair");
PlayerPlaySound(playerid, 1185, 0.0, 0.0, 0.0);
PlayerPlaySound(playerid, 1076, 2808.1721, -1425.4561, 55.2740);
TogglePlayerSpectating(playerid, 1);
Ai eu aclico em "Ok" e й para mostrar isso:

pawn Код:
if(dialogid == AVISO)
{
if(response == 1)
{
new str[100];
new file[126];
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(file, sizeof(file), CONTAS, name);
if(DOF2_FileExists(file))
{
format(str, sizeof(str), "Bem-vindo(a): %s \n\nLogue-se em sua conta. \n\nDigite sua senha e clique em \"Logar\".", name);
ShowPlayerDialog(playerid, LOGIN, DIALOG_STYLE_PASSWORD, "Login:", str, "Logar", "Sair");
}
}
else
{
new str2[120];
new name[MAX_PLAYER_NAME];
format(str2, sizeof(str2), "Nick: %s \n\nVocк nгo tem uma conta registrada \n\nDigite uma senha e clique em \"Registrar\".", name);
ShowPlayerDialog(playerid, REGISTRO, DIALOG_STYLE_PASSWORD, "Registro:", str2, "Registrar-se", "Sair");
}
}
Mas isso nгo estб mostrando
Reply


Messages In This Thread
Registro/Login - by ZaturN - 26.04.2014, 23:02
Re: Registro/Login - by ZaturN - 27.04.2014, 01:42
Re: Registro/Login - by Douglas_prt - 27.04.2014, 01:46
Re: Registro/Login - by ZaturN - 27.04.2014, 01:58
Re: Registro/Login - by AndreOliveira - 27.04.2014, 02:39

Forum Jump:


Users browsing this thread: 1 Guest(s)