Arma 3
Zombies and Demons ACE FIX
5 Comments
cwt416 Jul 31 @ 5:27am 
thank you
OPrados  [author] Jul 20 @ 7:33am 
I will update thast line asap Arstan. Thanks!
Arstan Jul 1 @ 10:00am 
There was an error in the code, fn_preInit.sqf at line 660. Error reports as type code, expected bool. I think this was due to the use of {} around the bool conditions.

From:
({_eatingSeconds > _maxEatingTime} || {{!isnull _target} && {_zombie distance _target < 20}} || {_damage != damage _zombie}) exitwith {

To:
if ((_eatingSeconds > _maxEatingTime) || (!isnull _target && _zombie distance _target < 20) || (_damage != damage _zombie)) exitwith {

fixes the errors in the editor
♡ RΞID ♡ Apr 22 @ 2:26am 
I just downloaded the zombie mod and found an error. But your add-on fixed it. Thank you very much.
SUSOVALORD Mar 26 @ 7:09pm 
This is just f king great man, thank you for your time and work!