mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
stop some errors
This commit is contained in:
@@ -160,9 +160,11 @@ if (typename _this == typename objnull) then {
|
|||||||
bis_fnc_halo_soundLoop = time;
|
bis_fnc_halo_soundLoop = time;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if(_fpsCoef != 0) then {
|
||||||
//--- Effects
|
//--- Effects
|
||||||
bis_fnc_halo_ppRadialBlur ppEffectAdjust [0.02,0.02,0.3 - (bis_fnc_halo_vel/7)/_fpsCoef,0.3 - (bis_fnc_halo_vel/7)/_fpsCoef];
|
bis_fnc_halo_ppRadialBlur ppEffectAdjust [0.02,0.02,0.3 - (bis_fnc_halo_vel/7)/_fpsCoef,0.3 - (bis_fnc_halo_vel/7)/_fpsCoef];
|
||||||
bis_fnc_halo_ppRadialBlur ppEffectCommit 0.01;
|
bis_fnc_halo_ppRadialBlur ppEffectCommit 0.01;
|
||||||
|
};
|
||||||
sleep 0.01;
|
sleep 0.01;
|
||||||
};
|
};
|
||||||
//--- End
|
//--- End
|
||||||
|
|||||||
Reference in New Issue
Block a user