Login / Register Bug
#3

You can always debug it..

pawn Код:
case DIALOG_LOGIN:
        {
            if(!response)
            {
                ShowPlayerDialog(playerid,DIALOG_REGISTER,DIALOG_STYLE_MSGBOX,"Kicked",""chat" You must login to play at "NAME"","Close","");
                Kick(playerid);
            }
            if(response)
            {
                new buf[129];
                WP_Hash(buf, sizeof(buf), inputtext);
                                printf("%s - %s", buf, pInfo[playerid][pPassword]);
                if(!strcmp(buf,pInfo[playerid][pPassword]))
                {
                    INI_ParseFile(UserPath(playerid), "LoadUser_data", .bExtra = true, .extra = playerid);
                    pInfo[playerid][pLogged] = 1;
                    playedtimer[playerid] = SetTimerEx("TimeOnServer", 1000, 1, "i", playerid);
                    SendClientMessage(playerid,-1,""chat""COL_LGREEN" Logged in!");
                    printf("%s",pInfo[playerid][pPassword]);
                }
                else
                {
                    new string[256];
                    format(string,sizeof(string),""chat" Welcome back %s",PlayerName(playerid));
                    ShowPlayerDialog(playerid, DIALOG_LOGIN,DIALOG_STYLE_PASSWORD,string,""chat" Our system have detected your username registered please login","Login","Quit");
                }
                return 1;
            }
And check if they show up the same inside cmd.
Reply


Messages In This Thread
Login / Register Bug - by ZaakWest - 21.08.2013, 20:28
Re : Login / Register Bug - by ZaakWest - 22.08.2013, 15:03
Re: Login / Register Bug - by BullseyeHawk - 22.08.2013, 17:14

Forum Jump:


Users browsing this thread: 2 Guest(s)