ACE3/addons/spectator/functions/fnc_handleRespawn.sqf
2015-07-26 13:12:58 +01:00

19 lines
294 B
Plaintext

/*
* Author: SilentSpike
* Start the interface on respawn
* Part of the basic spectator system
*
* Arguments:
* 0: New unit <OBJECT>
* 1: Old unit <OBJECT>
*
* Return Value:
* None <NIL>
*
* Public: No
*/
#include "script_component.hpp"
[_this select 0] call FUNC(setSpectator);