03.10.2009, 04:29
Quote:
Originally Posted by [mad
MLK (dino-host.net) ]
Well my login/register system works fine on my PC (Windows Vista) But i uploaded my files to my linux server and its randomly started saving all the files into the root of scriptfiles instead of Users folder in there heres a screenshot: Image It works fine on Windows :S, This is the code for the saving directories: Code:
format(file, sizeof(file), "\\Users\\%s.ini", pname); |
Code:
format(file, sizeof(file), "/Users/%s.ini", pname);
Code:
format(file, sizeof(file), "Users/%s.ini", pname);