ACE_fnc_startSpectator

Description

Start spectator script

Parameters

Optional Parameters

_unit [Object] _killer [Object] _bla [String]

Returns

Spectator scriptHandle

Examples

respawn = “seagull” In mission folder, create onPlayerRespawnAsSeagull.sqf inside it add:

_this spawn ace_fnc_startSpectator;

Wait for the moment you wish to run the spectator (e.g waituntil {!alive player};), then execute

[] spawn ace_fnc_startSpectator;

Author

© Sickboy 2010

Close