Ini things

Started by KAKAN, Sep 06, 2015, 06:21 AM

Previous topic - Next topic

KAKAN

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
oh no

KAKAN

And how to remove a particular line in Ini, is it ClearIni? If yes, tell its syntax too
oh no

Thijn

WriteIniString(filename, section, variable, value);
ReadIniString(filename, section, variable);
RemoveIniValue(filename, section, variable);
DeleteIniSection(filename, section);

Quote from: filename.ini[section]
variable=value

DizzasTeR

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.

KAKAN

Oh, That's why it wasn't working? Anyways Topic LOCKED
oh no