Y_INI Invalid Password
#10

Did you read the Whirlpool thread at all?
https://sampforum.blast.hk/showthread.php?tid=65290

If nobody answers your thread, it's probably because you're asking questions that you can answer yourself.
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 buf[129];
                WP_Hash(buf, sizeof(buf), inputtext);
                new INI:File = INI_Open(UserPath(playerid));
                INI_SetTag(File, "data");
                INI_WriteString(File, "Password", buf);
                INI_WriteInt(File, "Money", 0);
                INI_WriteInt(File, "Admin", 0);
                INI_WriteInt(File, "Gender", 0);
                INI_WriteInt(File, "Age", 0);
                INI_Close(File);
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: 2 Guest(s)