mtasa-blue
mtasa-blue copied to clipboard
onClientPlayerDamage doesn't trigger for players doing driveby
Describe the bug
onClientPlayerDamage doesn't trigger for players doing driveby
Steps to reproduce
- use this code:
addEventHandler("onClientPlayerDamage", root, function()
outputChatBox("HP down")
end)
- let other player shoot you - you will see "HP down"
- enter a car and use setPedDoingGangDriveby and set it to true
- let other player shoot you - you won't see "HP down"
Version
v1.6-release-22322
Additional context
No response
Relevant log output
No response
Security Policy
- [X] I have read and understood the Security Policy and this issue is not security related.
same as #555