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

Fix incorrect 3rd camera player death animations when frozen. #815

Merged
merged 2 commits into from
Mar 31, 2023
Merged

Fix incorrect 3rd camera player death animations when frozen. #815

merged 2 commits into from
Mar 31, 2023

Conversation

deprale
Copy link
Contributor

@deprale deprale commented Mar 20, 2023

Player dies with FL_FROZEN flag set

unfixed.mp4

fixed

fixed.mp4

edit:
granted, this can also be fixed with amxx itself, just reset FL_FROZEN on pre playerkilled, and there's no default weapon that freezes you (at least in cstrike), and a good coder would just remove that flag on death, but maybe it would be better to take care of that straight from regamedll?
Can map triggers set this flag to players? If yes, wouldn't it make sense to remove this flag on player killed?

Please share your thoughts.

@RauliTop
Copy link
Contributor

I realized it some years ago, and I fixed by the way you said in amxx.

but, of course, it will be a good addition to have it by default on regamedll
many coders don't know it

@s1lentq s1lentq merged commit d2ea0d3 into s1lentq:master Mar 31, 2023
@deprale deprale deleted the fix_frozenbots branch April 1, 2023 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants