call compile preprocessFileLineNumbers giving cannot find file error

Drag0ntamer

New Member
Many of the scripting or addon tutorials I have seen use call compile preprocessFileLineNumbers to access a folder or file outside the init.sqf. However, when I use this method I get an error message saying it cannot find the file/folder. I have checked the spelling and location to ensure they are correct. Regardless of folder or file name it cannot find these.

Here is an example of one of the call compile lines I have added below the other call compile lines inside the init.sqf...

call compile preprocessFileLineNumbers "fixes\zombie_findTarget.sqf";
 
Back
Top