Page MenuHomeFeedback Tracker

MakeDirectory don't worked
Closed, DuplicatePublic

Description

pc version 1.03.151507
MakeDirectory don't worked

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 7 x64
Operating System Version
6.1(7601)
Category
Modding
Steps To Reproduce
  1. 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");
  1. Start server with parameter -profile=MyProfileServer
  2. In directory MyProfileServer don't created any folders, and don't have any errors in script.log
  3. Test this in offline version in client, this problem is have same too
Additional Information

MakeDirectory don't worked

Event Timeline

AXEL7 created this task.May 20 2019, 5:16 PM
AXEL7 renamed this task from Meka directory don't worked to MakeDirectory don't worked.May 20 2019, 7:25 PM
AXEL7 updated the task description. (Show Details)
AXEL7 edited Additional Information. (Show Details)
Geez added a subscriber: rVn.