27.06.2013, 06:54
PHP Code:
new hashpass[129],string[200];
WP_Hash(hashpass,sizeof(hashpass),inputtext);
new INI:File = INI_Open(Path(playerid));
INI_SetTag(File,"Player's Info");
INI_WriteString(File,"Password", hashpass);
INI_Close(File);
SCM(playerid,COLOR_LIGHTBLUE,"You've successfully changed your password");
format(string,200,"[AdmWarn]: %s has changed his password",GetName(playerid));
SAM(string);

