setPlayerRespawnTime

From Bohemia Interactive Community
Revision as of 14:17, 5 May 2022 by Lou Montana (talk | contribs) (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Sets the time interval (in seconds) that the player must wait before respawn. It resets to mission default on mission start. In Single Player or when respawn type is GROUP or SIDE in Multiplayer, setting player respawn time has no effect, and playerRespawnTime will always return -1.
Groups:
Multiplayer

Syntax

Syntax:
setPlayerRespawnTime interval
Parameters:
interval: Number - respawn time in seconds
Return Value:
Nothing

Examples

Example 1:
setPlayerRespawnTime 5;

Additional Information

See also:
playerRespawnTime respawnVehicle

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note