Jump to content
  • 0

fn_selfActions.sqf not found? URGENT


MrFlopsy

Question

So I have an error which when loading in says fn_selfActions.sqf can not be found.

 

Here is my custom compiles.sqf

if (!isDedicated) then {
	fnc_usec_selfActions =			compile preprocessFileLineNumbers "fn_selfActions.sqf";
	player_selectSlot =				compile preprocessFileLineNumbers "ui_selectSlot.sqf";
};

it is located in a folder called custom. the custom folder is located in my dayz home dir.

Here is my init.sqf custom compiles load line.

call compile preprocessFileLineNumbers "custom\compiles.sqf";	//Compile custom functions

Screenshots that may help.

oE5XuD_JB2226OQyiSvN.pngky_8beHD040xqlXpad8R.png The right most is inside the custom folder.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...