pc version 1.03.151507
MakeDirectory don't worked
Description
Description
Details
Details
- Severity
- Major
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 7 x64
- Operating System Version
- 6.1(7601)
- Category
- Modding
Steps To Reproduce
- Add in init.c in main function in the end this code:
MakeDirectory("$profile://1234"); MakeDirectory(g_Game.GetMissionFolderPath() + "//1234"); MakeDirectory("$profile://1234//"); MakeDirectory(g_Game.GetMissionFolderPath() + "//1234//"); MakeDirectory("$profile:/1234/"); MakeDirectory(g_Game.GetMissionFolderPath() + "/1234/"); MakeDirectory("$profile:/1234"); MakeDirectory(g_Game.GetMissionFolderPath() + "/1234");
- Start server with parameter -profile=MyProfileServer
- In directory MyProfileServer don't created any folders, and don't have any errors in script.log
- Test this in offline version in client, this problem is have same too
Additional Information
MakeDirectory don't worked