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

SetRespawn

This is an old revision of this page, as edited 04-26-2012, 09:41 PM by foxtacles (contribs). It may differ significantly from the current revision.
Sets the default respawn time for Players.

[top]Declaration

Code cpp:
VAULTSCRIPT vaultmp::Void (*SetRespawn)(vaultmp::Interval);
native SetRespawn(interval);

[top]Parameters

vaultmp::Interval - the time after a Player shall respawn in milliseconds

[top]Return value

None.

[top]Related pages