[Ajuda] Como converver texto em variavel?
#5

OnDialogResponse

pawn Код:
//OnDialogResponse

if (dialogid == DialogRegistro)
{
    if (response)
    {
        if (strlen(inputtext) > 0)
        {
            new Senha[100];
            format(Senha, sizeof Senha, "%s", inputtext);
        }
    }
}
Mais ou menos isso ai de cima
Reply


Messages In This Thread
Como converver texto em variavel? - by 8235Danilo - 13.08.2013, 23:45
Re: Como converver texto em variavel? - by 8235Danilo - 14.08.2013, 00:00
Re: Como converver texto em variavel? - by 8235Danilo - 14.08.2013, 00:03
Respuesta: Como converver texto em variavel? - by ViniKuliveguisky - 14.08.2013, 00:40
Re: Como converver texto em variavel? - by Juniiro3 - 14.08.2013, 00:48
Re: Como converver texto em variavel? - by PT - 14.08.2013, 00:54
Re: Como converver texto em variavel? - by 8235Danilo - 14.08.2013, 01:04
Re: Como converver texto em variavel? - by Juniiro3 - 14.08.2013, 01:07
Re: Como converver texto em variavel? - by 8235Danilo - 14.08.2013, 01:11

Forum Jump:


Users browsing this thread: 1 Guest(s)