Jump to content
  • 0

Cannot cancel any actions (Trading, bandaging, etc.)


Spankimus

Question

3 answers to this question

Recommended Posts

  • 0

I do indeed, and that probably would have helped to avoid all this. Never even thought of replacing it. I did find that it was this line of code allowing for a toggle option for the debug monitor causing my issue...

dayz_spaceInterrupt = {
    private ["_dikCode", "_handled"];
    _dikCode = _this select 1;
    _handled = false;
 
    if (_dikCode == 0x44) then {
        if (debugMonitor) then {
            debugMonitor = false;
            hintSilent "";
        } else {[] spawn fnc_debug;};
    };
    _handled
};

After I removed that everything was just fine. Just don't have a toggle button anymore :P

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
  • Advertisement
  • Discord

×
×
  • Create New...