We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, thank you for mutant tank, just a suggestion https://github.com/Psykotikism/Mutant_Tanks/blob/master/addons/sourcemod/scripting/mutant_tanks/mutant_tanks.sp#L10229
Change
HookEventEx("player_death", vEventHandler, EventHookMode_Pre);
to
HookEventEx("player_death", vEventHandler, EventHookMode_Post);
Because some players use plugin to change attacker in player_death event For example: Kills Manager (26 FEB 2020)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, thank you for mutant tank, just a suggestion
https://github.com/Psykotikism/Mutant_Tanks/blob/master/addons/sourcemod/scripting/mutant_tanks/mutant_tanks.sp#L10229
Change
to
Because some players use plugin to change attacker in player_death event
For example: Kills Manager (26 FEB 2020)
The text was updated successfully, but these errors were encountered: