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
the ttt_damageowner entity can set a "ScoreName" and many maps use this to make it easier to tell what killed a player
currently, this addon completely ignores it so a lot of map-related kills will have unknown causes of death in the logs
https://github.com/Facepunch/garrysmod/blob/3900d1cf25ff679b7594a3cfee450740910889b1/garrysmod/gamemodes/terrortown/entities/entities/ttt_damageowner.lua#L27
(make sure to check if it's an empty string though, since that's what it's set to if the field is left empty)
The text was updated successfully, but these errors were encountered:
Ah good spot! We'll possibly need to update the player damage event handler https://github.com/BadgerCode/tttdamagelogs/blob/master/lua/damagelogs/shared/events/damages.lua
And maybe the player death event handler https://github.com/BadgerCode/tttdamagelogs/blob/master/lua/damagelogs/shared/events/kills.lua
Sorry, something went wrong.
No branches or pull requests
the ttt_damageowner entity can set a "ScoreName" and many maps use this to make it easier to tell what killed a player
currently, this addon completely ignores it so a lot of map-related kills will have unknown causes of death in the logs
https://github.com/Facepunch/garrysmod/blob/3900d1cf25ff679b7594a3cfee450740910889b1/garrysmod/gamemodes/terrortown/entities/entities/ttt_damageowner.lua#L27
(make sure to check if it's an empty string though, since that's what it's set to if the field is left empty)
The text was updated successfully, but these errors were encountered: