TheWreckingCrewUK / Insurgency-Redux-Legacy

A collection of Insurgency Redux missions.
http://www.thewreckingcrew.eu/
4 stars 1 forks source link

ACE Cargo/Sling Rope Deployed Event + Handler #32

Closed Bosenator closed 5 years ago

Bosenator commented 7 years ago

The current insurgency mission has the sling load script server side, it houses a custom events system I wrote a while back to give a chance for attacks when they're off loaded outside of base.

As we're moving to using @twc_framework, this will need to be addressed. It will probably fire a CBA targetServer event, giving the same params as ACE cargo unloaded. This will also allow mission makers to capture the event in operations, if they wanted a special objective.

Bosenator commented 5 years ago

Will be handled in framework for sling load rewrite. Cargo event is already handled, IIRC.