Hello guys I was wondering if you could help me with adding a script to your missions
I am trying to add the bon_ieds script
what i have done is downloaded the script and then placed the bon_ieds folder in the mission root
I then added the game logic to the map on editor and called it Server
I then added this line into the init.sqf for the mission
but nothing happens and the ieds are not placed on the mapCode:#ifndef execNow #define execNow call compile preprocessfilelinenumbers #endif waitUntil{!isNil "BIS_fnc_init"}; diag_log format["MSO version: %1", "4.03"]; execNow "core\init.sqf"; execNow "ambience\init.sqf"; execNow "support\init.sqf"; execNow "enemy\init.sqf"; execNow "bon_ieds\init.sqf"; execNow "init-custom.sqf"; "Completed" call mso_core_fnc_initStat; execNow "core\scripts\intro.sqf";
any help would be fantastic thank you![]()
HOME






