| Anonymous | Login |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||||||
| 0007193 | [Multi Theft Auto : San Andreas] Client | minor | always | 2012-07-19 08:35 | 2012-07-19 11:36 | ||||||||
| Reporter | LeetWoovie | View Status | public | ||||||||||
| Assigned To | ccw | ||||||||||||
| Priority | normal | Resolution | fixed | Platform | |||||||||
| Status | resolved | OS | |||||||||||
| Projection | none | OS Version | |||||||||||
| ETA | none | Fixed in Version | 1.3.1 | Product Version | |||||||||
| Target Version | 1.3.1 | Product Build | |||||||||||
| Summary | 0007193: getPedMoveState returning incorrectly | ||||||||||||
| Description | I've noticed when jumping on top of a car, the value returned is whatever last occurred. It isn't changing with movement. | ||||||||||||
| Steps To Reproduce |
local gx, gy = guiGetScreenSize() function onRender() local pstate = getPedMoveState ( getLocalPlayer() ) dxDrawText ( pstate, ( gx - 128 ), ( gy - ( (gy / 2 ) - 100 ) ), gx, gy - ( (gy / 2 ) - 28 ), tocolor ( 255, 255, 255, 255 ), 1, "default", "center", "center", false, false, false ) end addEventHandler ( "onClientRender", getRootElement(), onRender ) |
||||||||||||
| Additional Information | |||||||||||||
| Tags | No tags attached. | ||||||||||||
| Attached Files | |||||||||||||
|
|
|||||||||||||
Notes |
|
|
(0017096) Ca11um (viewer) 2012-07-19 09:50 |
Fixed with 0007187 |
| Mantis 1.1.8[^] Copyright © 2000 - 2009 Mantis Group |