Jump to content

DrTauren

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by DrTauren

  1. 18 minutes ago, juandayz said:

    the only change in server_monitor used for plotmanagement is:

    STEP 8 This one is in your dayz_server.pbo (Modifying server_monitor.sqf)
    8 A
    Find

    
    _object setVariable ["ObjectID", _idKey, true];
    

    After that, add

    
    if (typeOf (_object) == "Plastic_Pole_EP1_DZ") then {
    _object setVariable ["plotfriends", _intentory, true];
    };
    

    8 B
    Find

    
    if (count _intentory > 0) then {
    

    Replace that with

    
    if ((count _intentory > 0) && !(typeOf( _object) == "Plastic_Pole_EP1_DZ")) then {
    

     

     

    check all of this.. and remember all _intentory variables must be _inventory

    All codes like in guide, man. It`s all right. I dont understand what wrong with tgat

  2. 5 hours ago, juandayz said:

    you have something wrong in

    
    5:46:18 File z\addons\dayz_server\system\server_monitor.sqf, line 105

     

    maybe this line?

    
    5:46:18 Error position: <count (_worldspace select 1) == 3) then > 

     

    5 hours ago, juandayz said:

    you have something wrong in

    
    5:46:18 File z\addons\dayz_server\system\server_monitor.sqf, line 105

     

    maybe this line?

    
    5:46:18 Error position: <count (_worldspace select 1) == 3) then > 

    Yeah, u right. But what wrong with this code? It`s clear EPOCH with Infi. When i setup Plot Management - this bug begins. I dont know what to do with it. Sry for my bad english

  3. Hey, guys. I`ve install this mod, but have same problems... I can spawn, always kick to the lobby. RPT:
     

    _dir = _worldspace select 0;
    if (count (_worldspace select 1) == 3) then > 
    5:46:18 Error position: <count (_worldspace select 1) == 3) then > 
    5:46:18 Error count: Type String, expected Array,Config entry 
    5:46:18 File z\addons\dayz_server\system\server_monitor.sqf, line 105 
    5:46:30 "infiSTAR.de - Player-Log: DrTauren(76561198024876010) - 0h 00min | ******ADMIN******" 
    5:46:49 "infiSTAR.de PlayerConnected: ["76561198024876010","DrTauren"]" 
    5:46:49 "infiSTAR.de PlayerConnected: ["","__SERVER__"]" 
    5:49:02 "infiSTAR.de PlayerDisconnected: _uid: 76561198024876010 _name: DrTauren" 
    5:49:02 "get: STRING (76561198024876010), sent: STRING (76561198024876010)" 
    5:49:02 "DISCONNECT: DrTauren (76561198024876010) Object: B 1-1-A:1 (DrTauren) REMOTE, _characterID: 0 at loc [-7244.94,19534.5,0]" 
    5:49:02 "ERROR: Cannot Sync Character DrTauren as no characterID" 
    5:49:02 Client: Remote object 2:9 not found 
    5:49:02 Client: Remote object 2:10 not found 
    5:49:02 Client: Remote object 2:11 not found 
    5:49:02 Warning: Cleanup player - person 2:0 not found

    Help me pls :dry:

×
×
  • Create New...