-
-
Notifications
You must be signed in to change notification settings - Fork 490
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I upgraded the server to test if bullet sync was fixed, but it turns out it's still broken, just not as badly broken. Players report sometimes nobody is taking damage.
Sometimes when firing a weapon onPlayerWeaponFire is not triggering. Here is a video that shows it working sometimes, then sometimes, not, half way in I find a good spot to reproduce it:
Steps to reproduce
srun addEventHandler("onPlayerWeaponFire", me, function(wep, x, y, z) outputChatBox(wep.." "..x.." "..y.." "..z, source) end)
srun setElementPosition(me, -2954.279, 443.616, 2.727) -- location I used in video
Fire M4 and see sometimes messages come up, sometimes not.
Version
MTA:SA Server v1.6-release-23409
Multi Theft Auto v1.6-release-23441
Additional context
No response
Relevant log output
Security Policy
- I have read and understood the Security Policy and this issue is not security related.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working