07.03.2018, 22:12
Use, params to check if the password is valid. Once it is, to save password
PHP код:
new INI:File = INI_Open(UserPath(playerid));
INI_SetTag(File,"data");
INI_WriteInt(File,"Password",udb_hash(params));
INI_Close(File);