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

Combat Hook Error #84

Open
MinIsMin opened this issue Oct 3, 2016 · 1 comment
Open

Combat Hook Error #84

MinIsMin opened this issue Oct 3, 2016 · 1 comment

Comments

@MinIsMin
Copy link

MinIsMin commented Oct 3, 2016

During a normal round:

[ULib] addons/dankdata/lua/ddd/main/hooks/sv_combathooks.lua:89: Tried to use a NULL entity!

  1. GetClass - [C]:-1
    1. trackDamage - addons/dankdata/lua/ddd/main/hooks/sv_combathooks.lua:89
    2. fn - addons/dankdata/lua/ddd/main/hooks/sv_combathooks.lua:99
      1. unknown - lua/ulib/shared/hook.lua:110
@DarkRedemption
Copy link
Owner

Possible duplicate of #70.

Explosive T-traps save who activated the T trap, but do not set an Inflictor in CTakeDamageInfo. This means that it is null/nil. DDD is trying to look for the weapon class name, but it doesn't exist, and so it freaks out a bit. However, it doesn't affect overall tracking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants