Triggering the Death Menu

From The DarkMod Wiki
Revision as of 13:06, 2 July 2008 by Greebo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Originally written by Ishtvan on http://forums.thedarkmod.com/topic/3764

To instantly trigger the menu that comes up when you die, this command is used:

gameLocal.sessioncommand("died")

In multiplayer, I believe you have to use this:

player->forceRespawn = true;

Because the server handles respawns or something, not the local game.