17.07.2014, 18:01
Quote:
it is not working, i stay on registering but in the end doesn't work.
|
Are you actually using this stuff? ( If you're using Y_INI );
pawn Код:
new INI:File = INI_Open(UserPath(playerid));
INI_SetTag(File,"data");
INI_WriteInt(File,"Password",udb_hash(inputtext));
INI_WriteInt(File,"Cash",0);
//Other stuff
//...
//...
//...
INI_Close(File);