| 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 | |||||||
| 0006750 | [New issues] Client | minor | sometimes | 2011-12-24 01:42 | 2012-01-03 18:55 | |||||||
| Reporter | John_Michael | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | Platform | ||||||||
| Status | feedback | OS | ||||||||||
| Projection | none | OS Version | ||||||||||
| ETA | none | Product Build | v1.2-release-3584 | |||||||||
| Summary | 0006750: isPedInVehicle(localPlayer) returns true, but getPedOccupiedVehicle(localPlayer) returns false. | |||||||||||
| Description | Sometimes, when isPedInVehicle() reports that the local player is in a vehicle, getPedOccupiedVehicle() will return false. | |||||||||||
| Steps To Reproduce |
Enter any vehicle while the following code snippet is running: local function bugTest() if isPedInVehicle(localPlayer) then if not getPedOccupiedVehicle(localPlayer) then outputDebugString("Bug reproduced!") end end end addEventHandler("onClientRender", root, bugTest) |
|||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| Mantis 1.1.8[^] Copyright © 2000 - 2009 Mantis Group |