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.
Description
Description
Details
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
Comment Actions
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