mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Merge pull request #658 from vbawol/SkaroStuff
Add Var to addAction to fix the AntiHack ;)
This commit is contained in:
@@ -22,7 +22,7 @@ exitwith
|
|||||||
ppEffectDestroy ppColor;
|
ppEffectDestroy ppColor;
|
||||||
ppEffectDestroy ppBlur;
|
ppEffectDestroy ppBlur;
|
||||||
player setvariable ["NV",["OFF",_oldAperture]];
|
player setvariable ["NV",["OFF",_oldAperture]];
|
||||||
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"];
|
||||||
};
|
};
|
||||||
|
|
||||||
ppEffectDestroy ppColor;
|
ppEffectDestroy ppColor;
|
||||||
@@ -66,5 +66,5 @@ player setVariable ["NV2",_NV2];
|
|||||||
player setVariable ["NV3",_NV3];
|
player setVariable ["NV3",_NV3];
|
||||||
|
|
||||||
|
|
||||||
player addAction ["Vision", "\z\addons\dayz_code\actions\pzombie\pz_vision.sqf", [], 0, false, true, "nightVision", "_this == _target"];
|
s_pz_player2 = player addAction ["Vision", "\z\addons\dayz_code\actions\pzombie\pz_vision.sqf", [], 0, false, true, "nightVision", "_this == _target"];
|
||||||
exit;
|
exit;
|
||||||
Reference in New Issue
Block a user