View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007187 | New Feature Requests | General | public | 2012-07-17 14:15 | 2018-09-22 18:59 |
Reporter | LeetWoovie | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0007187: getPedMoveState returns false when moving in crouch state | ||||
Description | As the title says. Bind command below to Z and press it when crouch walking. | ||||
Steps To Reproduce | function getMoveState( command ) | ||||
Tags | No tags attached. | ||||
|
https://dl.dropbox.com/u/47984043/MTA/Patches/getPedMoveState.patch returns "crawl" when moving whilst crouching. Couldn't find any ways of detecting rolling (while crouching), or jumping/falling. |
|
Updated aforelinked patch. getPedMoveState now additionally returns "jump", "fall", and "climb" (and "crawl", as described in previous note). EDIT: Also fixed it returning the wrong value when standing on a vehicle, or other elements. |