You are actually on the right track. This would be the part where the server checks for the default skins and yours, if you tell it to.
See this:
if (!(_model in AllPlayers)) then {
_model = "Survivor2_DZ";
};
Tell it to look in your array that you establish with w/e other custom...
I just set my server start time to 4 pm and do 6 hour restarts and i get 4 hours day 1 hour dusk and 1 hour night. Maybe that would save someone trouble in the future :/
So what I have is this:
_delQtyAnimal = 0;
{
if (local _x && !((typeOf _x) in ["Pastor","Fin"])) then {
_x call sched_co_deleteVehicle;
_delQtyAnimal = _delQtyAnimal + 1;
};
} forEach entities "CAAnimalBase";
Looks to be the same. At first you...
[Release] DayZ Dynamic Dogs
author: Dango
credits: Pixel
I do not take credit for the creation of this feature. I only take credit for the modifications required to accomplish my goals. To my knowledge development was dropped for this feature long ago and that is why I am releasing this to the...
these dogs do not persist through logging out and restarts. I have been implementing a secondary database to save variables to allow for this to happen though. They are disappearing due to your server cleanup script. Open your sched_corpses.sqf in the server pbo in the scheduler folder and look...
Actually it has been so long since i used this version i couldnt tell you lol. I now run them a bit differently:
I run this script on a headless client now too, seems to still be very sluggish and "stupid" behavior, scripts just need some tweaking:
In the init.sqf add this and make sure it is...
Hello,
We are looking to expand our player base as well as our development group. If you are looking for a quality survival type server then I ask that you give us a shot. We do not allow bugs to plague our server and frequently monitor for issues and symptoms that can lead to issues. Our...
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.