25.05.2012, 19:07
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:
And errors I have are...
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.
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);
Code:
error 017: undefined symbol "name" error 017: undefined symbol "value" error 017: undefined symbol "name" error 017: undefined symbol "value"
Thanks for any anwsers.