Dialog Doesn't Shows
#1

pawn Code:
if(dialogid == 2)
        {
            if ( !response ) return Kick ( playerid );
            if( response )
            {
                if(udb_hash(inputtext) == PlayerInfo[playerid][pPass])
                {
                    INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
                    GivePlayerMoney(playerid, PlayerInfo[playerid][pCash]);
                    Logged[playerid] = 1;
                }
                else
                {
                   /*  This One */ ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"",""Red"You Have Entered An Incorrect Password Please re-enter Your Password","Ok","Quit");
                }
                return 1;
            }
        }
        return 1;
}
They Are No Errors While compiling but The Dialog Doesn't shows when i Enter the Wrong Password.
Reply


Messages In This Thread
Dialog Doesn't Shows - by CSSI - 07.10.2011, 17:32
Re: Dialog Doesn't Shows - by [MWR]Blood - 07.10.2011, 17:35
Re: Dialog Doesn't Shows - by CSSI - 07.10.2011, 17:36
Re: Dialog Doesn't Shows - by [MWR]Blood - 07.10.2011, 17:45
Re: Dialog Doesn't Shows - by CSSI - 07.10.2011, 17:50

Forum Jump:


Users browsing this thread: 1 Guest(s)