mtasa-blue icon indicating copy to clipboard operation
mtasa-blue copied to clipboard

onClientPlayerDamage doesn't trigger for players doing driveby

Open MrDadosz opened this issue 2 years ago • 1 comments

Describe the bug

onClientPlayerDamage doesn't trigger for players doing driveby

Steps to reproduce

  1. use this code:
addEventHandler("onClientPlayerDamage", root, function()
	outputChatBox("HP down")
end)
  1. let other player shoot you - you will see "HP down"
  2. enter a car and use setPedDoingGangDriveby and set it to true
  3. 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.

MrDadosz avatar Dec 10 '23 13:12 MrDadosz

same as #555

Proxy-99 avatar Jun 27 '24 22:06 Proxy-99