Jump to content
  • 0

[Fixed] Group Management block Building


freakystyle

Question

12 answers to this question

Recommended Posts

  • 0

I found the Problem thanks for the Client RPT.

 

This Thread: At the bottom of dayz_spaceInterrupt.sqf find the very last occurrence of _handled
Add right above that:

_handled if ((_dikCode == 0xDB) or (_dikCode == 0xDC)) then {
  if (tagname) then {tagname = false;} else {tagname = true;};
};

if (_dikCode in actionKeys "TacticalView") then {
  [] execVM "custom\dzgm\noTactical.sqf";
};

Wrong...I add this over _handled  not RIGHT above^^ This Right sucks :P

if ((_dikCode == 0xDB) or (_dikCode == 0xDC)) then {
  if (tagname) then {tagname = false;} else {tagname = true;};
};

if (_dikCode in actionKeys "TacticalView") then {
  [] execVM "custom\dzgm\noTactical.sqf";
};

_handled

I thank you for the help guys.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...