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

DEFAULT_PLAYER_RESPAWN

A constant defined in the vaultmp namespace. It is the default Player respawn time if not overridden by SetRespawn.

[top]Definition

Code cpp:
Interval::DEFAULT_PLAYER_RESPAWN = 8000;
Code c:
const Interval: DEFAULT_PLAYER_RESPAWN = 8000;