Y_INI Saving Issue
#5

I am pretty sure you have to create the file first with DEFAULT functions.(Miss that one ******?)

Try:

Код:
new File:file = fopen(YOUR_FORMATED_FILE, io_write);
fclose(file);
BEFORE you open the file with y_ini (When they register)

EDIT:

Quote:
Originally Posted by iRage
Посмотреть сообщение
Код:
INI_Int("Password",PlayerInfo[playerid][pPass]);
Shouldn't this be a string not an integer?
No, he is using a password hasher, which returns a integra, meaning if he used a string he will then have to use the strval function.
Reply


Messages In This Thread
Y_INI Saving Issue - by nmader - 01.05.2012, 04:58
Re: Y_INI Saving Issue - by nmader - 01.05.2012, 05:30
Re: Y_INI Saving Issue - by iRage - 01.05.2012, 05:34
Re: Y_INI Saving Issue - by nmader - 01.05.2012, 05:39
Re: Y_INI Saving Issue - by warcodes_ - 01.05.2012, 05:47
Re: Y_INI Saving Issue - by nmader - 01.05.2012, 05:57
Re: Y_INI Saving Issue - by warcodes_ - 01.05.2012, 06:06
Re: Y_INI Saving Issue - by nmader - 01.05.2012, 06:08
Re: Y_INI Saving Issue - by warcodes_ - 01.05.2012, 06:25

Forum Jump:


Users browsing this thread: 1 Guest(s)