Y_INI Invalid Password
#1

pawn Код:
if(!strlen(inputtext)) return ShowPlayerDialog(playerid, DIALOG_REGISTER_1, DIALOG_STYLE_INPUT, ""COLOR_WHITE"Registering...",""COLOR_RED"You have entered an invalid password.\n"COLOR_WHITE"Type your password below to register a new account.","Register","Quit");
                new INI:File = INI_Open(UserPath(playerid));
                INI_SetTag(File,"data");
                INI_WriteInt(File,"Password",udb_hash(inputtext));
                INI_WriteInt(File,"Money",0);
                INI_WriteInt(File,"Admin",0);
                INI_WriteInt(File,"Gender",0);
                INI_WriteInt(File,"Age",0);
                INI_Close(File);
Everytime i register and then the login dialog comes up and i try to login, i get the error invalid password.., what should i do? i dont know whats wrong
Reply


Messages In This Thread
Y_INI Invalid Password - by X|Dragon|X - 13.01.2015, 18:37
Re: Y_INI Invalid Password - by Ahmad45123 - 13.01.2015, 18:39
Re: Y_INI Invalid Password - by Sawalha - 13.01.2015, 18:44
Re: Y_INI Invalid Password - by nogh445 - 13.01.2015, 18:44
Re: Y_INI Invalid Password - by X|Dragon|X - 13.01.2015, 18:56
Re: Y_INI Invalid Password - by Ahmad45123 - 13.01.2015, 19:14
Re: Y_INI Invalid Password - by X|Dragon|X - 13.01.2015, 19:14
Re: Y_INI Invalid Password - by X|Dragon|X - 13.01.2015, 19:17
Re: Y_INI Invalid Password - by X|Dragon|X - 13.01.2015, 19:19
Re: Y_INI Invalid Password - by Threshold - 14.01.2015, 01:23
Re: Y_INI Invalid Password - by Camacorn - 16.01.2015, 04:37

Forum Jump:


Users browsing this thread: 1 Guest(s)