Triggering the Death Menu: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
No edit summary
(No difference)

Revision as of 15:41, 10 September 2006

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.