Comrades in Arms Discussion Board
Mission Making tips and tricks - Printable Version

+- Comrades in Arms Discussion Board (http://forum.ciahome.net)
+-- Forum: Comrades in Arms Life (http://forum.ciahome.net/forumdisplay.php?fid=3)
+--- Forum: Mission Making (http://forum.ciahome.net/forumdisplay.php?fid=8)
+--- Thread: Mission Making tips and tricks (/showthread.php?tid=3213)

Pages: 1 2


Re: Mission Making tips and tricks - alias - 06-23-2016

This is very useful. Thank you man!
Is it necessary to lock it? Same thing cannot work on unlocked vehicles?


Re: Mission Making tips and tricks - Alwarren - 06-23-2016

It works without locking, but as soon as a player enters it is friendly again


Re: Mission Making tips and tricks - Phantom - 07-21-2016

Credits to Varanon (copy and pasted from the Discord chat. I'm putting it here so its easier for me to find)

How to get rid of negative rating when killing friendlies:
Code:
{_x addEventHandler ["HandleRating", {0}];} foreach (if (isMultiplayer) then {playableUnits} else {switchableUnits});



Re: Mission Making tips and tricks - Brad - 07-29-2016

@Alwarren Very good to know, had this issue in Black hawk down mission, and ended up using the CUP Blackhawk wreck rather than the downed heli that needed destroying, ThanksÂ