When you give a helicopter a "drop cargo" waypoint and test the mission in multiplayer with more then one client connected then the cargo is not unloaded. The helicopter moves down and the cargo touches the ground (or in the attached mission water) but the ropes are still connected to the cargo. {F25793}
Description
Description
Details
Details
- Legacy ID
- 113795892
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Sling Loading
Steps To Reproduce
- sling load assault boat to Huron via scripting command
- set "drop cargo" waypoint for Huron
- test it in editor/sp/mp with one client/mp with more then one client
(no dedicated server was used)
my results:
editor - working
sp - working
mp with one client - working
mp with more then one client - not working, helicopter goes down and boat touches water but is still sling loaded
see the attached mission
Event Timeline
Comment Actions
The same is also true for the command setSlingLoad. If you check with getSlingLoad afterwards it reports nullObject but the boat is still attached.
I use this as a workarround:
{
ropeCut [_x, 5];
} forEach ropes heli;
Comment Actions
It's also not working in singleplayer. I've attached a supply box to the Huron using the cargo lift module. However when reaching the drop cargo waypoint the chopper flies in huge circles around not dropping the cargo of course.