edit DZMSMinTimer.sqf,
add this
DZMSMinDone = false;
before
while {_run} do
and change this
DZMSMinDone = nil;
to this
DZMSMinDone = false;
same for DZMSMajDone variable in DZMSMajTimer.sqf
You're right Buttface, thanks. I'm going to migrate to new version soon. Anyway my 1.8.1.1 isn't really this version itself, I've made a lot of customisation and I've already implemented some of your fixes from newer versions :)
I’d like to take this opportunity to thank you for developing...
quickfix (to stop spamming rpt) for DZMSAISpawn.sqf
replace
switch (_skill) do {
case 0: {_aicskill = DZMSSkills0;};
case 1: {_aicskill = DZMSSkills1;};
case 2: {_aicskill = DZMSSkills2;};
case 3: {_aicskill = DZMSSkills3;};
};
with
switch (_skill) do {
case 0: {_aicskill =...
this simple .bat script (by Todd Vargo) works great for me
It's a little bit more complicated, requires removing ban time and comment columns before converting :)
Zed Free Zones
Hello everyone!
This simple script gives you a way to setup zed free zones in DayZ (1.8.0.3).
It works by changing zed spawn limit variables on-the-fly, preventing spawning them by client side mechanism.
This script may need changes in BE filters. I can not help with this since...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.