29.07.2014, 22:08
What saving system do you use? If it's MySQL/SQLite would you just use a query, "UPDATE .. WHERE `Username`='%s'". If it's a file based system, check if the named file exists. So, "%s.ini". %s = username. Then open it, and set the value.