This site has been archived and made available for preservation purposes. No edits can be made.

DEFAULT_PLAYER_RESPAWN

This is an old revision of this page, as edited 04-17-2012, 05:31 PM by foxtacles (contribs). It may differ significantly from the current revision.
A constant defined in the vaultmp namespace. It is the default Player respawn time if not overridden by SetRespawn.

[top]Definition

Code cpp:
static const Interval DEFAULT_PLAYER_RESPAWN = 8000;
Code c:
#define DEFAULT_PLAYER_RESPAWN 8000