Jump to content

archer3456789

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by archer3456789

  1. ok well that sovled that but when ever i go into my server it gets stuck at "waiting for server to start authentication"

    is this the same code?

    #ifdef OBJECT_DEBUG
        diag_log(format["Non-string Object: ID %1 UID %2", _objectID, _uid]);
    #endif
        //force fail
        _objectID = "0";
        _uid = "0";
    }; 
    if ((typeName _objectID != "string") || (typeName _uid != "string")) then
    { 
        diag_log(format["Non-string Object: ID %1 UID %2", _objectID, _uid]);
        //force fail
        _objectID = "0";
        _uid = "0";
    }; 

    like do they work the same way or do i paste that code somewhere else?

  2. Ok can someone help me with this its confusing me so at step 3 in this http://opendayz.net/threads/release-dayzchernarus-mission-system.12169/ it says to find this (fn_bases = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\fn_bases.sqf";) part of code but in the server functions.sqf its not there and it says to insert the next part of code after that. does it matter where i put that next code or no? Mind you this is the newest epoch patch 1.0.3 and the codes are different for some reason. if there is anything else i should know about trying to install this, it would be greatly appreciated 

×
×
  • Create New...