Load from file y_ini problem [errors]
#1

Hi.

I'm doing saving system at the moment which doesn't work at the moment. Loading code from file is fine, but not saving. Code I'm using:

Code:
new INI:File = INI_Open("ServerInfo.ini");
INI_Int("CurrentRound",CurrentRound);
INI_Int("PlayersJoined",PlayersJoined);
INI_Close(File);
And errors I have are...
Code:
error 017: undefined symbol "name"
error 017: undefined symbol "value"
error 017: undefined symbol "name"
error 017: undefined symbol "value"
I have no idea how to fix them and a tutorial by someone which I used to do it didn't help me. Can anyone help me (it's important for me right now)?
Thanks for any anwsers.
Reply
#2

if you're using 0.3e, it's fucked and wont save anything in the .ini, live with it until y_less make it work
Reply
#3

Can you post the lines with errors?
You didn`t created name and value..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)