[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
#2

Testa ai !

pawn Code:
if(response == 1)
    {
        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);
    }
    else if(response == 0)
    {
        SendClientMessage(playerid, -1,"Coloque seu Texto");
        return 0;
    }
Reply
#3

pawn Code:
else if(response == 0)
Olha Sei nгo kk Nen Compilei Mais Acho que isso ae Nгo tem Muito A Ver nгo

@Edit Como eu Disse
pawn Code:
error 029: invalid expression, assumed zero
C:\Users\Adejairjunior\Documents\SA-MP\gamemodes\Released.pwn(207) : warning 215: expression has no effect
Reply
#4

Quote:
Originally Posted by Adejair
View Post
pawn Code:
else if(response == 0)
Olha Sei nгo kk Nen Compilei Mais Acho que isso ae Nгo tem Muito A Ver nгo

@Edit Como eu Disse
pawn Code:
error 029: invalid expression, assumed zero
C:\Users\Adejairjunior\Documents\SA-MP\gamemodes\Released.pwn(207) : warning 215: expression has no effect
esse codigo ele e mais antigo se o outro nгo der certo tente ele !!!

ou desse jeito

pawn Code:
if(dialogid == 1)
    {
       
        if(response == 1)
        {
            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);
        }
        if(!response)
        {
            SendClientMessage(playerid, -1," ");
        }
    }
    return 1;
}
Reply
#5

Nгo Funcionou Continou Registrando o Jogador ao Clicar em Cancelar ou Apertar ESC (;
Reply
#6

pawn Code:
if(dialogid == 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");
            new escpass[100];
            mysql_real_escape_string(inputtext, escpass);
            MySQL_Register(playerid, escpass);
        }
        if(!response)
        {
            SendClientMessage(playerid, -1," ");
        }
    }
    return 1;
}
Reply
#7

Funcionou Myam Nгo posso dar Rep Agora Quando Puder Eu Te Dou Vlw De Coraзгo , Dieguinho Quando Puder Tambem Te Dou Por Tentar Ajudar Vlws ae
Reply
#8

Quote:
Originally Posted by Adejair
View Post
Funcionou Myam Nгo posso dar Rep Agora Quando Puder Eu Te Dou Vlw De Coraзгo , Dieguinho Quando Puder Tambem Te Dou Por Tentar Ajudar Vlws ae
kkk o meu dialago tava certo sу nгo sei muito de mslq


achei era outra funзгo
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)