Login/Register help "+ REP"
#8

Quote:
Originally Posted by xMCx
Посмотреть сообщение
pawn Код:
//add this to the defines [on the top of the script!]
#define DIALOG_STYLE_PASSWORD PASSWORD

//under public OnPlayerConnect(...)

  if ( dialogid == Register1 )
    {
        if ( response )
        {
            ShowDialog( playerid, Register2, PASSWORD, "{FFFFFF}Enter Password", "{FFFFFF}Please enter your desired password:", "Enter", "");
        }
        if ( !response ) Kick( playerid );
    }
    if ( dialogid == Register4 )
    {
        if ( response )
        {
            ShowDialog( playerid, Register2, PASSWORD. "{FFFFFF}Enter Password", "{FFFFFF}Please enter your desired password:", "Enter", "");// change being done here, as we have defines DIALOG_STYLE_PASSWORD as PASSWORD we just put PASSWORD where you can see it
        }
    }

Still having the same error
Reply


Messages In This Thread
Login/Register help "+ REP" - by adios1 - 25.09.2012, 12:35
Re: Login/Register help "+ REP" - by rati555 - 25.09.2012, 12:37
Re: Login/Register help "+ REP" - by Socan - 25.09.2012, 12:38
Re: Login/Register help "+ REP" - by adios1 - 25.09.2012, 13:03
Re: Login/Register help "+ REP" - by Socan - 25.09.2012, 13:07
Re: Login/Register help "+ REP" - by xMCx - 25.09.2012, 13:21
Re: Login/Register help "+ REP" - by adios1 - 25.09.2012, 13:24
Re: Login/Register help "+ REP" - by adios1 - 25.09.2012, 13:27

Forum Jump:


Users browsing this thread: 2 Guest(s)