Jump to content
Sign in to follow this  
alleycat

How to enable spectator mode?

Recommended Posts

What is required get dead players access to spectator mode and block them from respawning?

Share this post


Link to post
Share on other sites

I didn't get the memo about that feature; you learn something new everyday. Anyway, that page says it is enabled by default, so have you tested this and it is not working? To be sure, execute this statement somewhere:

RscSpectator_allowFreeCam = true;

Share this post


Link to post
Share on other sites

i am starting it with:

RscSpectator_allowFreeCam = true;
cutrsc ['RscSpectator','plain'];

Share this post


Link to post
Share on other sites

just in the mission's init.sqf

init.sqf

waitUntil {!(isNull (findDisplay 46))}; // not sure if this is absolutely necessary, it makes sure the display is initialized
RscSpectator_allowFreeCam = true;
cutrsc ['RscSpectator','plain'];

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×