Detaljan opis problema: Skriptao sam Reg/Log sistem po Nikolinom tutu (http://balkan-samp.com/forum/index.php?topic=51652.0) ali mi ne pamti password kako treba. Zašto, ne znam.
Dio skripte: Evo register dialog:
case DIALOG_REG:
{
if(!response) return Kick(playerid);
if(response)
{
new INI:File = INI_Open(UserPath(playerid));
INI_SetTag(File,"data");
INI_WriteInt(File, "Password", udb_hash(inputtext));
INI_WriteInt(File,"Novac",0);
INI_WriteInt(File,"Admin",0);
INI_Close(File);
}
}