Fn self actions

M0taL0v3r

New Member
hello, i am new to the site and to scripting, i however have been doing well but have ran into a problem. i currently am trying to install door management and enhanced spawn selection. but my problem is the fn self actions i cant path it over, to my mission. any help would be greatly appreciated, thanks for your time.
 
in your dayz_code.pbo

copy compiles.sqf to your mission , it is probably in the init folder. create a folder in your mission named fixes and put the compiles.sqf and your fn_selfactions.sqf there

in your missions init.sqf there is a line
call compile preprocessfillinenumbers "z\addons\dayz_code\init\compiles.sqf"
change that path to your mission, such as fixes\compiles.sqf .... whatever folder you place it in

in compiles.sqf is a line that points to the fn_selfactions path. change that to where the file is inside your mission folder

most people put all their files from dayz_code into a folder named fixes in the mission, but it doesnt matter as long as you have the correct path.
 
Back
Top