From 7c369e6435316db1696055ccb673587c2d0a53ad Mon Sep 17 00:00:00 2001 From: nomisum <nomisum@googlemail.com> Date: Tue, 15 Mar 2016 00:06:30 +0100 Subject: [PATCH] force spec tfar --- GRAD_replay/playback/playback.sqf | 2 +- GRAD_replay/playback/preparePlayback.sqf | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/GRAD_replay/playback/playback.sqf b/GRAD_replay/playback/playback.sqf index 10a9b707..70da9f51 100644 --- a/GRAD_replay/playback/playback.sqf +++ b/GRAD_replay/playback/playback.sqf @@ -1,7 +1,7 @@ #include "\z\ace\addons\main\script_component.hpp" -[] execVM "CSSA3\exitCSSA3.sqf"; [] execVM "GRAD_replay\playback\preparePlayback.sqf"; +[player, true] call TFAR_fnc_forceSpectator; if (isServer || isDedicated) then { diff --git a/GRAD_replay/playback/preparePlayback.sqf b/GRAD_replay/playback/preparePlayback.sqf index 5e774d23..9486f341 100644 --- a/GRAD_replay/playback/preparePlayback.sqf +++ b/GRAD_replay/playback/preparePlayback.sqf @@ -5,9 +5,6 @@ forceRespawn player; CSSA3_forceClose = true; if (!isNull (findDisplay 7810)) then {closeDialog 0}; -if (!isNil {CSSA3_LMB}) then { - ['Exit'] call CSSA3_fnc_mainSpectateFunctions; -}; [{["Starting Replay."] call EFUNC(common,displayTextStructured);},"BIS_fnc_spawn",true,true] call BIS_fnc_MP;