I just got 2x the Hive.init which is saying about the Time on my server
[Time]
;Possible values: Local, Custom, Static
Type = Static
;If using Custom type, offset from UTC in hours (can be negative as well)
Offset = 0
;If using Static type (Hour value always the same on every server start), the...
I changed it to this
//Server Cleanup
_missionObjs = allMissionObjects "";
_qty = count _missionObjs;
{
if ((local _x) or (_qty > 750)) then {
_keep = _x getVariable ["permaLoot",false]...
guess its just neccessary to change these lines in owcleanup
//Server Cleanup
_missionObjs = allMissionObjects "ReammoBox";
_qty = count _missionObjs;
{
if ((local _x) or (_qty > 750)) then {
_keep = _x...
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.