mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Undefined Var
This commit is contained in:
@@ -23,9 +23,10 @@ if(_NVOn == "ON") exitwith
|
|||||||
player setvariable ["NV",["OFF",_oldAperture]];
|
player setvariable ["NV",["OFF",_oldAperture]];
|
||||||
s_pz_player1 = player addAction ["Vision", "\z\addons\dayz_code\actions\pzombie\pz_vision.sqf", [], 0, false, true, "nightVision", "_this == _target"];
|
s_pz_player1 = player addAction ["Vision", "\z\addons\dayz_code\actions\pzombie\pz_vision.sqf", [], 0, false, true, "nightVision", "_this == _target"];
|
||||||
};
|
};
|
||||||
|
if (!isnil "ppColor") then {
|
||||||
ppEffectDestroy ppColor;
|
ppEffectDestroy ppColor;
|
||||||
ppEffectDestroy ppBlur;
|
ppEffectDestroy ppBlur;
|
||||||
|
};
|
||||||
|
|
||||||
ppColor = ppEffectCreate ["ColorCorrections", 1999];
|
ppColor = ppEffectCreate ["ColorCorrections", 1999];
|
||||||
ppColor ppEffectEnable true;
|
ppColor ppEffectEnable true;
|
||||||
|
|||||||
Reference in New Issue
Block a user