[Ajuda] Dialog
#1

Estou Tendo um Problema Com Dialog , Quando Clico em Inserir Com os Devidos Padrхes nгo acontece nada Mais Quando eu Clico em Cancelar Ele й Registrado '
pawn Code:
{
if(dialogid == 1)
{
if(!response)
{
SendClientMessage(playerid,-1," ");
}
if(response)
{
if(!strlen(inputtext) || strlen(inputtext) > 16 || strlen(inputtext) < 4)
return ShowPlayerDialog(playerid,1, DIALOG_STYLE_PASSWORD, "Cadastro", "\t\t {FFFFFF}Roxi{FF0000}Nario\n *-{FFFFFF}Olб, Para Poder Cadastrar Sua Conta Digite Uma Senha Valнda\nCom No Mнnimo 4 Caracteres\n", "Inserir", "Cancelar");
}
else
{
new escpass[100];
mysql_real_escape_string(inputtext, escpass);
MySQL_Register(playerid, escpass);
}
}
return 1;
}
Reply


Messages In This Thread
Dialog - by Adejair - 08.03.2014, 16:29
Re: Dialog - by Dieguinho - 08.03.2014, 16:53
Re: Dialog - by Adejair - 08.03.2014, 16:57
Re: Dialog - by Dieguinho - 08.03.2014, 17:00
Re: Dialog - by Adejair - 08.03.2014, 17:04
Re: Dialog - by Myam - 08.03.2014, 17:05
Re: Dialog - by Adejair - 08.03.2014, 17:17
Re: Dialog - by Dieguinho - 08.03.2014, 18:10

Forum Jump:


Users browsing this thread: 1 Guest(s)