mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
25 lines
386 B
Plaintext
25 lines
386 B
Plaintext
|
/*
|
||
|
Author:
|
||
|
voiper
|
||
|
|
||
|
Description:
|
||
|
Respawn EH for remote clients.
|
||
|
|
||
|
Arguments:
|
||
|
0: Unit <Object>
|
||
|
|
||
|
Example:
|
||
|
["Init", [false]] call ace_spectator_fnc_camera;
|
||
|
|
||
|
Return Value:
|
||
|
None
|
||
|
|
||
|
Public:
|
||
|
No
|
||
|
*/
|
||
|
|
||
|
#include "script_component.hpp"
|
||
|
|
||
|
_unit = _this select 0;
|
||
|
_unit setVariable [QGVAR(name), name _unit, true];
|
||
|
//_unit setVariable [QGVAR(listed), false];
|