ACE3/addons/spectator/functions/fnc_handleRespawn.sqf

18 lines
256 B
Plaintext
Raw Normal View History

2015-07-04 23:49:47 +00:00
/*
* Author: SilentSpike
2015-07-17 01:05:24 +00:00
* Start the interface on respawn
2015-07-04 23:49:47 +00:00
*
* Arguments:
2015-07-05 20:53:09 +00:00
* 0: New unit <OBJECT>
* 1: Old unit <OBJECT>
2015-07-04 23:49:47 +00:00
*
* Return Value:
* None <NIL>
*
* Public: No
*/
#include "script_component.hpp"
[_this select 0] call FUNC(setSpectator);