Jump to content

dagg929

Member
  • Posts

    81
  • Joined

  • Last visited

Reputation Activity

  1. Like
    dagg929 got a reaction from frartombabogy in Plot Pole - Preview, shows zero objects?   
    Anyone else getting this?
     
    It was fine before the hotfix update and working as intended. Now it doesnt' seem to detect anything in the radius.
     
    Anyone know a fix? Is this a current epoch issue?
     
    Thanks for any help.
  2. Like
    dagg929 reacted to MGT in spawn as bird 1.0.2.1   
    Credit to b4r0n
     
    create dayz_server/init/cleaner.sqf:
    while {true} do { { if (count units _x==0) then { deleteGroup _x; //diag_log ("CUSTOM: GROUP CLEANUP"); }; } forEach allGroups; sleep 300; // run every 5min } add this line to the bottom of dayz_server/init/server_functions.sqf:
    [] execVM "\z\addons\dayz_server\init\cleaner.sqf"; What this does is clean groups every 5 mins so seagulls should last no longer than that. Can confirm it works on our server.
×
×
  • Create New...