17.07.2013, 22:12
You have USERPath not Path
#define UserPath "Users/%s.ini"
Should Be:
#define Path "Users/%s.ini"
Huge difference Between UserPath and Path.
#define UserPath "Users/%s.ini"
Should Be:
#define Path "Users/%s.ini"
Huge difference Between UserPath and Path.