View Single Post
Orangutanz
Veteran Member
Join Date: Apr 2006
Old 08-20-2008 , 11:53   Re: How To: Respawn a player
Reply With Quote #6

Quote:
Originally Posted by Alka View Post
I remember that setting the flag to DEAD_RESPAWNABLE and then use DLLFunc_Spawn didn't work properly, so DLLFunc_Think is just fine.
Yeah your right, your think flag gets cleared upon death. I think it gets set to -1.0 if I remember rightly.

Does that mean you can respawn instantly using that technique Alka?
DEAD_RESPAWNABLE
THINK

I know when I discovered this many moons ago, I had it worked out you could just call: DEAD_RESPAWNABLE after 3 seconds of death else you had to use DEAD_RESPAWNABLE and SPAWN. I know that was the technique we used in Soccer/Football Mod.
Orangutanz is offline