[Support] DZGM

I installed this and now all my players are in the invisible skins and are getting banned by infistar.. 0.o aside from this MAJOR problem, it all works for admins...
 
When I attempt to connect to the server, I get to the player screen, hit continue, then it goes and times out at 120 seconds.
I would suggest going through your .rpt log file and looking for any errors as usually when you can't connect to the server there is some relevant information there.
 
I just installed this, and now I'm getting wait for host when trying to enter my servers lobby. I have tripple checked each step and it seems like everything is perfect. Any ideas where I can look for an error?


Edit, could the fact that I have an "extra_rc.hpp" in another script being called to? Would called to both cause an issue that would cause the waiting for host message?

I'm sorry for asking such a noob question but I'm pretty new to most of this.
 
Last edited:
Since updating to Infistar 335E/F the player list when trying to invite is empty. It works fine for admins though.

Theres also new new feature that needs to be disabled otherwise it spams warnings about restoring the removed functions:
playableUnits = [player];
lbSetData='no';
createMarkerLocal='no';
setMarkerTextLocal='no';
setMarkerTypeLocal='no';

If not disabled it will flood the logs causing the server to die a painful death.
Yeah, latest infistar update is incompatible with DZGM.
We managed to prevent AH from kicking everybody, but the player list comes up empty when you open the dialog (for non-admins).

Don't know about the RPT spam though, since all this is from secondhand experience.

Any ideas Ebay (or anybody else)?

EDIT: Ended up having to update to stop hackers :( No more DZGM till this gets sorted out.

EDIT 2: Running infistar 335F
EDIT 3: 336A still incompatible.
 
Last edited:
Hi guy's, great work.

Still new at this, all installed ok, just that when I tap right ctrl to open up the menu, it comes up but there is no option there to invite players to the group, if I hold down ctrl it quickly scrolls thru and pops up then disappears.

This has probably been asked somewhere in here already, as I have seen a similar post, but the reply didn't help me.

EDIT: worked it out, I missed the first step, as I was being interrupted by kids.

Just this one now...
And also is it possible to get the admin player icons back in? :D, Again has probably been asked before, and if so sry for repeating it.

Cheers.
 
Last edited:
I got an answer from Infistar regarding the matter with the flooding of messages for
playableUnits = [player];
lbSetData='no';
createMarkerLocal='no';
setMarkerTextLocal='no';
setMarkerTypeLocal='no';

He told me to set _BHF = false;
Not tested yet tough.
 
In regards to the instructions for Infistar, I have this:

Code:
                    if (isNil 'playableUnits') then {playableUnits = [player];} else {
                        if (typeName playableUnits != 'ARRAY') then {playableUnits = [player];YOLO = true;} else {

Am I supposed to delete these lines? The directions are a little unclear.
 
I have a Problem. I cant accept the invites. The message that i have an invite is very short and in the menu i cant accept, i can only press invite.
 
Last edited:
hey ebay,
I am going through the code and i am stuck in a little function in acceptGroupInvite.sqf
You got:

Code:
{
   if (getPlayerUID player == _x select 1) then {
     _inviterUID = _x select 0;
  currentInvites set [_forEachIndex,"REMOVETHISCRAP"];
  currentInvites = currentInvites - ["REMOVETHISCRAP"];
  publicVariableServer "currentInvites";
   };
} forEach currentInvites;

What is _forEachIndex ?
Its never declared and never used.
 
Hey guys,

i've followed the introductions and it works fine with one exception.

Sorry for my english but I'm german. Hope you can understand me :D


If I connect to the server and right clicking on the radio it opens the menu, if I invite a player and the player accept it it shows the message "This group no longer exists". And if they get the message it is "ANY send you a group invite". I'm the admin on this server and so i can see the players in the list if anyone else want to invite a player he can't see him in the list. I can see all players but other players can't see anyone in the list of the menu.

PS: I made the hotkey now and it works, not the script, hotkey works and i saw that the buttons in the middle had been vanished. The "kick" thing and so on. I only have the invite option
 
Last edited:
Okay guys,

i found the solution. If you have Nitrado and infiSTAR is running, you have to disable it if it's not the bought version. You can't get the infiSTAR folder if it's the version which is in Nitrado. So you have to disable it and install another Admin tool.
 
Still unable to get the dialogue to appear when I right click the radio (or when I press right CTRL for that matter). Any ideas?
 
Back
Top