setPlayerRespawnTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {{uc:{{PAGENAME}}}}" to "")
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
Line 16: Line 16:
|descr= 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.
|descr= 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.


|s1= '''setPlayerRespawnTime''' interval
|s1= '''setPlayerRespawnTime''' interval


|p1= interval: [[Number]] - respawn time in seconds
|p1= interval: [[Number]] - respawn time in seconds

Revision as of 23:28, 19 June 2021

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:
playerRespawnTimerespawnVehicle

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