respawnVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|RESPAWNVEHICLE]]
[[Category:Scripting Commands ArmA|RESPAWNVEHICLE]]


<new command not populated>





Revision as of 21:57, 28 June 2006



vehicle respawnVehicle [delay = -1, count = 0]


Operand types:

vehicle: Object

[delay = -1, count = 0]: Array

Type of returned value:

Nothing

Compatibility:

Version 2.52 required.

Description: Set vehicle as respawnable in MP games. Delay is respawn delay, default respawnDelay from description.ext is used. Count tells how many respawns is processed (default unlimited).


Example:

car respawnVehicle [5.0, 3]