Posts: 551
Threads: 122
Joined: Nov 2009
Reputation:
0
I was playing with a few people in my server, and I noticed when you killed someone they didn't respawn. OnPlayerDeath get's called, I've saw that. But, I can't figure out what's cause them to not die.
Thanks,
ScottCFR
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Agree with Cyanide, some animations or fire can players cause to be still alive after OnPlayerDeath. They will die as soon as the animation/fire finished. Setting up their health to something > 0 will be recognized as respawn, so their old body is removed and fire/animations are reset, so the player really dies.
Posts: 551
Threads: 122
Joined: Nov 2009
Reputation:
0
Okay, hopefully this works. I've been having problems with deathmatch areas. None of them really involve animations, or fire. But, thanks for the help.
- ScottCFR