Page MenuHomeFeedback Tracker

Player still commits actions when typing in chat.
Closed, ResolvedPublic

Description

Player can press any movement key whilst typing in chat and then their character will commit the action. Example; Player type 'W' in chat and they move forward, or player types 'e' in chat and they lean right.

Details

Legacy ID
1159592771
Severity
None
Resolution
Duplicate
Reproducibility
Always
Category
Controls
Steps To Reproduce

Join server, press any movement key and they action will be happen.

Additional Information

I have already created a fix, it is below.

_key = _this select 1;
if (_key == 0x35) then {
disableUserInput = true;
if (_key == [0x1C,0x01]) then { d

		disableUserInput = false;

};
};

Event Timeline

CommanderRetra edited Additional Information. (Show Details)
CommanderRetra set Category to Controls.
CommanderRetra set Reproducibility to Always.
CommanderRetra set Severity to None.
CommanderRetra set Resolution to Duplicate.
CommanderRetra set Legacy ID to 1159592771.May 8 2016, 3:09 PM
R834 added a subscriber: R834.May 8 2016, 3:09 PM
R834 added a comment.May 28 2014, 2:08 PM

Hi,

Thanks for the feedback, however this has already been reported.

Closing as duplicate of #0000117: When you write for the chat, the keyboard controls are not disabled.

Please vote up the original issue to increase visibility, add any extra information in the notes section, and monitor it for further developments.

Thanks