[AJUDA]Dialog
#2

Tente Boy.
pawn Код:
if(fexist(string))
    {
       
        gPlayerConta[playerid] = 1;
        format(string, sizeof string, "Olб %s. Seja Bem Vindo ao Brasil Virtual Living RPG v2.8\nDigite sua Senha para Logar!!!", name);
        ShowPlayerDialog(playerid, 1, DIALOG_STYLE_INPUT, "Login", string, "Logar", "Sair","%s");
    }
    else
    {
        gPlayerConta[playerid] = 0;
        format(string, sizeof string, "Olб %s. Seja Bem Vindo ao Brasil Virtual Living RPG v2.8\nDigite sua Senha para Registrar!!!", name);
        ShowPlayerDialog(playerid, 2, DIALOG_STYLE_INPUT, "Registrar", string, "Registrar", "Sair");
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA]Dialog - by rene20 - 10.11.2010, 18:40
Re: [AJUDA]Dialog - by [FeK]Falcon_Sixe - 10.11.2010, 19:11
Re: [AJUDA]Dialog - by rene20 - 10.11.2010, 19:32
Re: [AJUDA]Dialog - by zSuYaNw - 10.11.2010, 19:35
Re: [AJUDA]Dialog - by rene20 - 10.11.2010, 19:41
Re: [AJUDA]Dialog - by roginho_97 - 10.11.2010, 19:45
Re: [AJUDA]Dialog - by rene20 - 10.11.2010, 19:49
Re: [AJUDA]Dialog - by zSuYaNw - 10.11.2010, 19:51
Re: [AJUDA]Dialog - by rene20 - 10.11.2010, 20:00

Forum Jump:


Users browsing this thread: 1 Guest(s)