Btw the damage on those explosives travel though epoch buildings so firing a rpg at a base even if it hits the outside could kill the people inside, main reason I disabled most of the high explosive stuff.
Hi, just wondering if anyone else has recently got a new wave of hackers, so far I know nothing about how they are doing it no logs no detection, anyone know about this or have any tips on stopping it.
I think its the antihack reverting the teleport.
if (!isDedicated) then {
//Conduct map operations
0 fadeSound 0;
waitUntil {!isNil "dayz_loadScreenMsg"};
dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");
//Run the player monitor
_id =...
I think you can set it to something like 5 or 6 pm to go from light to dusk to dark so change it to.
[Time]
Type = Static
Hour = 17
This might be wrong and I think you need 6 hour restarts to get full night but I dont use static I use local to get british time.
Just put it in a loop.
While {true} do {
setviewdistance 2000;
bis_fog = 0;
setviewdistance 2000;
0 setovercast 0;
0 setrain 1;
0 setfog bis_fog
Sleep 30;
};
You probably only need this though
While {true} do {
setviewdistance 2000;
Sleep 30;
};
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.