Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onClientPlayerDamage doesn't trigger for players doing driveby #3268

Open
1 task done
MrDadosz opened this issue Dec 10, 2023 · 1 comment
Open
1 task done

onClientPlayerDamage doesn't trigger for players doing driveby #3268

MrDadosz opened this issue Dec 10, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@MrDadosz
Copy link

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

  • I have read and understood the Security Policy and this issue is not security related.
@MrDadosz MrDadosz added the bug Something isn't working label Dec 10, 2023
@Proxy-99
Copy link
Contributor

same as #555

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants