Can anyone tell me the syntax and the use of this two functions?
1. WriteIniString
2. ReadIniString
I want this to save the skins, as i don't want my server full of DBs
And how to remove a particular line in Ini, is it ClearIni? If yes, tell its syntax too
WriteIniString(filename, section, variable, value);
ReadIniString(filename, section, variable);
RemoveIniValue(filename, section, variable);
DeleteIniSection(filename, section);
Quote from: filename.ini[section]
variable=value
INI's are not recommended personally from my side since any player having square bracket included in their name will fail to get his data saved.
Oh, That's why it wasn't working? Anyways Topic LOCKED