[Support] DZGM

When i right click on the radio and click group management, i see the players on the left side, but they have a check mark next to their name, and when i click on them i cant invite them, did i do somthing wrong? i have no error messages in the console
 
Last edited:
So I have followed everything to the T.. For some reason now though it broke my ESS from you ebay. The character select screen the models are red and no spawn menu actually pops up. What is wrong? Characters just sit in debug in a black box.

Also I have gone through my logs there are no errors at all about this stuff.
 
Last edited:
Ok here is a link to my pastebin.


http://pastebin.com/Vjf33CcT


I have no idea what the issue is. I even have ppl trying to test with me that are getting a init issue but I can log into the server just fine. I used my old pbo and the only thing I updated was your ESS and DZGM.

If you can send me a PM Ebay, I will give you a dropbox link to my entire server to see where I might of went wrong. I spent like 4 hours going over it all again and again step by step. Several times, I have no idea what I did wrong.
 
Last edited:
Yeah man I checked my RPT. There were no errors. I've done everything. I also did the infistar stuff. I started a convo with you and sent you all my files. I can't see anything wrong.
 
Last edited:
we can change the BHF ;-)
we had it also disabled
we can buy our own infistar version, and disable the gtx supported version, so its not needed to change server^^
maybe we buy IS next month to have better access ;-)

we will try then to install the DZGM :)

did you get it working? i am also on GTX but i do not want to purchase a different infistar version.
 
You have 3 options.
  1. Dont use Infistar. Its not imperitive (I have never used it on a server), it doesnt prevent the majority of hackers and its a pain in the ass to make all your scripts work with it.
  2. Send GTX a support ticket and ask them to fix their version of infistar so it works with scripts or can be edited.
  3. Dont use Group Management. Its not a big deal.
BUT, what problem are you having? You must have the AHconfig.sqf file access where you can add allowed menus and dialogs etc.
 
You have 3 options.
  1. Dont use Infistar. Its not imperitive (I have never used it on a server), it doesnt prevent the majority of hackers and its a pain in the ass to make all your scripts work with it.
  2. Send GTX a support ticket and ask them to fix their version of infistar so it works with scripts or can be edited.
  3. Dont use Group Management. Its not a big deal.
BUT, what problem are you having? You must have the AHconfig.sqf file access where you can add allowed menus and dialogs etc.


I'm using this step by step guide

http://opendayz.net/threads/release-dzgm-dayz-group-management.20293/

The problem is when i get to 11. If using infistar:

It says
1. In AHConfig.sqf add 55510 to allowed dialogs:
Code (Text):
_ALLOWED_Dialogs = [-1,106, ... ,55510];
2. In AH.sqf find and delete these statements:
playableUnits = [player]; (two occurrences)
lbsetpicture='no';
lbSetData='no';
createMarkerLocal='no';
setMarkerTextLocal='no';
setMarkerTypeLocal='no';
setMarkerColorLocal='no';

Find and delete these from the FNCRestored check (_FRC):
'lbsetpicture',
'lbSetData',
'createMarkerLocal',
'setMarkerTextLocal',
'setMarkerTypeLocal',
'setMarkerColorLocal',

3. In AH.sqf find this line:
Code (Text):
admin_fnc_esp = {
Add this directly above it:
#include "dzgmAdminESPicons.sqf"

Then put the dzgmAdminESPicons.sqf file in your dayz_server\init folder. Note these limitations of the above ESP.
12. In publicvariable.txt find the first line that starts with this (kicks for everything BUT exceptions, usually line 1):
Code (Text):
5 "" !...
or this:
Code (Text):
5 !...
Add to that line:
!="currentInvites"

Problem is i do not have AH.sqf or AHconfigs.sqf

All i have is AHconfigsAdmin.sqf
AHconfigsAdvanced.sqf
AHcongissettings.sqf
AHconfigWhitelist.sqf

non of them have the line of code i need from the other paste?
 
normally infistar consists of,ahconfig.sqf which is the config file and ah.sqf which is the antihack file itself. the hosting companies do not,give access,to the ah.sqf,because you do not actually own it. so you cant edit it.

so your options are to not use infistar or not use dzgm. i would remove dzgm as its a mostly useless script ported from wasteland.
 
Hello All,

So i tried to install this mod but i get the following error when starting the server (Well it almost starts the client gets stuck on Loading and Initializing DayZMod

Here is the error from the RPT:

23:41:15 Error in expression
,'setVehicleInit','processInitCommands']>
23:41:15 Error position: <,'setVehicleInit','processInitCommands']>
23:41:15 Error Invalid number in expression


Anyone has a clue what i can do to fix this?

Greatings, Frank

EDIT: Nvm, i had an extra , after removing the statements from AH.sqf My bad!
 
Know somebody the problem with you can invite somebody
but he that person that you invite get no option to accept
I have follow all the steps 4 times but i dont no anymore

Pleas help
Ps no RTP error
 
I had DZGM working great np at all until I added this script: http://opendayz.net/threads/adding-logo-overlay-to-screen.18759/

I got that image to work but now when I invite someone to the group it works but gives this error :

DZGMHud_Rsc not found

And ofcourse the image above the players heads to do not show. I know this has to do with description.ext

//------------------ Watermark Logo Space ----------------------------------------
class RscTitles {
class wm_disp {
idd = -1;
onLoad = "uiNamespace setVariable ['wm_disp', _this select 0]";
fadein = 0;
fadeout = 0;
duration = 10e10;
controlsBackground[] = {};
objects[] = {};
class controls {
class wm_text2 {
idc = 1;
x = safeZoneX+0.027;//safeZoneW*0.01;
y = safeZoneY+safeZoneH-0.16;
w = 0.151*safeZoneH;
h = 0.057*safeZoneH;
shadow = 2;
class Attributes
{
font = "EtelkaNarrowMediumPro";
color = "#24FFFFFF";
align = "left"; // put "center" here if you want some background
valign = "middle";
shadow = 2;
};
colorBackground[] = { 1, 0.3, 0, 0 }; // uncomment and increase 4th number to have a background
font = "EtelkaNarrowMediumPro";
size = 0.06*safeZoneH;
type = 13;
style = 0;
text="";
};
};
};
};
#include "custom\snap_pro\snappoints.hpp"

#include "dzgm\defines.hpp"
class RscTitles
{
#include "dzgm\icons.hpp"
};
#include "dzgm\groupManagement.hpp"
#include "Paint\defines.hpp"
#include "Paint\vehiclecolour.hpp"
#include "spawn\class.hpp"
#include "spawn\spawn.hpp"
#include "plotManagement\defines.hpp"
#include "plotManagement\plotManagement.hpp"
#include "doorManagement\defines.hpp"
#include "doorManagement\doorUnlock.hpp"
#include "doorManagement\doorManagement.hpp"
#include "doorManagement\ComboLockUI.hpp"

Any help how I can use them both would be MUCH appreciated. Also Ebay thanks so much for your helpful scripts.
 
Getting this error:
ErrorMessage: File mpmissions\__cur_mp.chernarus\extra_rc.hpp, line 12: '/ExtraRc/ItemRadio.': ':' encountered instead of '='

My Extra RC is:

Code:
class ExtraRc {
    class ItemToolbox {
        class ATV_US_EP1 {
            text = "Deploy ATV";
            script = "execVM 'deploy.sqf'";
        };
    };
    class ItemRadio {
     class GroupManagement {
        text = "Group Management";
        script = "execVM 'dzgm\loadGroupManagement.sqf'";
     }:
};

NM: FIXED. I'm a retard.
 
Last edited:
Back
Top