mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
18 lines
269 B
Plaintext
18 lines
269 B
Plaintext
|
/*
|
||
|
* Author: SilentSpike
|
||
|
* Start the spectator camera spectator on respawn
|
||
|
*
|
||
|
* Arguments:
|
||
|
* 0: Corpse <OBJECT>
|
||
|
* 1: Killer <OBJECT>
|
||
|
*
|
||
|
* Return Value:
|
||
|
* None <NIL>
|
||
|
*
|
||
|
* Public: No
|
||
|
*/
|
||
|
|
||
|
#include "script_component.hpp"
|
||
|
|
||
|
[_this select 1] call FUNC(setSpectator);
|