BudaTheNinja
Member
Every time I install a script with fn_selfActions involved it never works )
I dont know why. Nothing shows up in RPT and I follow all instructions for anything. I dont know can someone help?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
progressLoadingScreen 0.4;
call compile preprocessFileLineNumbers "fixes\compiles.sqf";
fnc_usec_selfActions = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_selfActions.sqf";
fnc_usec_selfActions = compile preprocessFileLineNumbers "fixes\fn_selfActions.sqf";
Do you have your compiles also in your main pbo? You would need to call your compiles in your init.sqf and in your compiles call your self actions.
Any rpt log errors?
cutText [format["Goodbye..."], "PLAIN DOWN"];