From 9ae0458dd863b76a619f95e1d6075b2c8f4200f1 Mon Sep 17 00:00:00 2001 From: IT07 Date: Sun, 28 Aug 2016 16:51:49 +0200 Subject: [PATCH] Tweaks --- a3_vemf_reloaded/missions/BaseAttack.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a3_vemf_reloaded/missions/BaseAttack.sqf b/a3_vemf_reloaded/missions/BaseAttack.sqf index 6ca272a..eca3779 100644 --- a/a3_vemf_reloaded/missions/BaseAttack.sqf +++ b/a3_vemf_reloaded/missions/BaseAttack.sqf @@ -89,8 +89,8 @@ if ( VEMFrAttackCount <= _s0 ) then [ "BaseAttack", 1, format [ "a para team is on the way to %1 @ %2's location!", _baseNm, name _nrPlyr ] ] ExecVM ( "log" call VEMFr_fnc_scriptPath ); _h = [ _nts, _mn ] ExecVM ( "killedMonitor" call VEMFr_fnc_scriptPath ); - _loop = [ _pos, _c ] spawn { - params [ "_pos", "_c" ]; + _loop = [ _pos, _c, _plyrs ] spawn { + params [ "_pos", "_c", "_plyrs" ]; while { true } do { [ "a", _plyrs ] ExecVM ( "warningToClient" call VEMFr_fnc_scriptPath );