It looks like everybody is affected nearly simultaneously so I'm not sure why the order matters.
You probably need to fix the glitch that is allowing them to not die instead. That would be the correct way to go about this. My first guess is that sending the jump command doesn't work because if you are falling then you can't jump.
So, you'd likely replace sending the jump command with something else like setting their z velocity or something like that.