Jump to content

EzYDuziT

Member
  • Posts

    29
  • Joined

  • Last visited

Posts posted by EzYDuziT

    1. Create a custom folder in the server root directory (the one you have the @mod files in) and copy the contents of the Server folder in to it (you can merge them in to the dayz_server.pbo but need to change the default references).

    so what does this mean? stick a customs folder in my dayz_server.pbo abd then stick the server folder files into it? What do i have to merge? how do i merge?

  1. I went through my FN_SelfActions and everything seems fine. I really am at my wit's end trying to get this to work. 

     

    Would it have anything to do with 

     

    STEP 7 (Modifying player_build.sqf, player_upgrade.sqf, and player_buildingDowngrade.sqf)

    ALL THREE OF THESE FILES NEED THE SAME EDIT, MAKE SURE YOU DO ALL FILES!!!!
    Find

    _friendlies = player getVariable ["friendlyTo",[]];
    // check if friendly to owner
    if(_ownerID in _friendlies) then {
    _canBuildOnPlot = true;
    };


    Replace that with

    _friendlies = _nearestPole getVariable ["plotfriends",[]];
    _fuid = [];
    {
    _friendUID = _x select 0;
    _fuid = _fuid + [_friendUID];
    } forEach _friendlies;
    _builder = getPlayerUID player;
    // check if friendly to owner
    if(_builder in _fuid) then {
    _canBuildOnPlot = true;
    };

     

    ???

  2. So i have managed to install it after pulling my hair out with define errors but now when i log in and go to plot pole i do not get a scroll wheel. I have checked and double checked all files and do not seem to see anything untoward. I also copied the files in sheep repack to make sure i put everything in the correct place. Anyone have any idea's? read somewhere that it could be something to do with selfactions? Any help would be appreciated .

     

    P.S i know there is a thread for this but it's not at all active enough anymore.

     

     

  3. possibly step 7 or 8

    double check your description.ext

    you have in your description.ext.....

    #include "dzgm\groupManagement.hpp"

    is the path correct ???

     

    Thanks, it was a school boy error on my part :p I had 2 of the same file open in np++ one saved to the desktop the other saved to a folder. I put the unedited description.ext back into my customs folder lol. Thanks for the help.

  4. I have a slight problem, i click radio and group management but then it comes up Resource Group Management not found? :/ any idea?

     

    I am not getting any errors in the RPT and i have installed everything correctly (well atleast i think)

     

    I am running DZGM.

     

    1445pts.jpg

  5. Hi i have just installed the infistar pack for my arma 2 dayz server and 1 of my players got banned almost straight after logging in

    this is what the RPT is saying

    22:11:16 "infiSTAR.de Log: xHELLCATx(**************) - Left SafeZone @091115"
    22:11:16 "infiSTAR.de Log: xHELLCATx (***************) | BadVar 2: gmdadmin: 0"
    22:11:16 "["PVAHR_0_o635t4q7P854L4k5J6D0P1q",["xHELLCATx","***************","BAN",[66,97,100,86,97,114,32,50,58,32,103,109,100,97,100,109,105,110,58,32,48]]]"

    After looking at log it seems every player is getting banned apart from admins.

    Any ideas?

     

    Sorry if in wrong place.

  6. For some reason i am getting this when trying to log into my server, it has come straight out of the blue. I have reset my server and uninstalled all mods etc and it is still coming up? Anyone have an idea as to why this is happening?

     

     

    RPT is coming up with this

     

     1:40:36 Error in expression < _countr)];
    };
    _countr = _countr + 1;
    } count _objWpnTypes; 
     
     
    _objWpnTypes = (_>
     1:40:36   Error position: <count _objWpnTypes; 
     
     
    _objWpnTypes = (_>
     1:40:36   Error count: Type String, expected Array
     1:40:36 File z\addons\dayz_server\system\server_monitor.sqf, line 226
     1:40:36 Warning: z\addons\dayz_communityassets\models\compass.p3d:0 Error while trying to generate ST for points: 863, 853, 852
     
     1:40:17 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 0)! MoveName: amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon

     

    Sorry if wrong place.

  7. Where do you get the sqf files if you do not have a custom or fixes folder? 

     

    So most custom / fixes files have Variables, ui_selectSlot, fn_selfactions and compiles.sqf's but i do not have this folder.

     

    Any idea's?

     

     

    Thanks

  8.  

    Thanks for the help, i have copied the Compiles you have pasted above and i am still not getting any menu coming up on the plot pole other than the normal preview plot and maintain plot.

     

    i have these errors

     

    15:04:07 Error in expression <t_7 = objNull;
    if (true) then
    {
    _this = _group_0 createUnit ["BAF_Soldier_AA_W",>
    15:04:07   Error position: <_group_0 createUnit ["BAF_Soldier_AA_W",>
    15:04:07   Error setunitability: Undefined variable in expression: _group_0
     
    But i don't think that has anything to do with it does it?
  9. Hi, i have tried to install this lots of times but i am obviously doing something wrong.

     

     

    Here are some of the errors in the RPT

     

    Error in expression <"plotManagement\plotRemoveFriend.sqf";
     
    };
     
    initialized = true;>
     0:40:38   Error position: <};
     
    initialized = true;>
     0:40:38   Error Missing {
     0:40:38 File mpmissions\DayZ_Epoch_11.Chernarus\custom\compiles.sqf, line 630
     0:40:38 Error in expression <"plotManagement\plotRemoveFriend.sqf";
     
    };
     
    initialized = true;>
     0:40:38   Error position: <};
     
    initialized = true;>
     0:40:38   Error Missing {
     0:40:38 File mpmissions\DayZ_Epoch_11.Chernarus\custom\compiles.sqf, line 630
     
     
     Error position: <_intentory, true];
    };
     
    _lockable = 0;
    if>
     0:40:54   Error Undefined variable in expression: _intentory
     
     
    Any help would be much appreciated.
×
×
  • Create New...