Hi, How do I enable death to spectate for the whole duration? Currently I am using the one on the wiki and it works but only for 5 seconds then I need to click spectate manually. Thanks
Description.ext
respawn = 3;
respawnDelay = 60;
onPlayerKilled.sqf
["Initialize", [player, [], true ]] call BIS_fnc_EGSpectator;
onPlayerRespawn.sqf
["Terminate"] call BIS_fnc_EGSpectator;