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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...