hello guys,
i got a problem with spectator camera. i just need to have the simple spectator camera after death (and ONLY when dead).
seems to work only with certain respawn modes, and i need the "Custom respawn - select respawn location" system, with that sadly it does not work (in fact it open the spectator camera, but not let it move, so you are forced to just look the ground where you died, tragic) !

...anyway... i menaged to make it work using :
["Initialize", [player, [], true]] call BIS_fnc_EGSpectator;      (onPlayerKilled.sqf)
["Terminate"] call BIS_fnc_EGSpectator;                             (onPlayerRespaen.sqf)

...but...i still have a big problem....the evil "spectate" and "back to map" buttons. i tried, but i cannot disable spectate in mission attributes>multiplayer or even the scripted camera will not work.
...and if someone clicks on them, they lose spectator camera until they respawn.
i really need an hand on this....cannot figure what to do for a soo simple thing like get spectar camera working for the dead!



thanks for any help !