Comrades in Arms Discussion Board

Full Version: Mission Making tips and tricks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This is very useful. Thank you man!
Is it necessary to lock it? Same thing cannot work on unlocked vehicles?
It works without locking, but as soon as a player enters it is friendly again
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});
@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 
Pages: 1 2