View Single Post
BloodyBlade
Senior Member
Join Date: Feb 2018
Old 02-26-2019 , 18:13   Re: [L4D & L4D2] Dissolve Infected (1.5) [10-Oct-2018]
Reply With Quote #39

Quote:
Originally Posted by Dragokas View Post
Probably, caused by this crash fix:
Code:
SDKHook(target, SDKHook_OnTakeDamage, OnCommonDamage);
due to the case you have more than MAX_DISSOLVE (3) simultaneous dissolves.

Perhaps, just misplaced position of SDKHook.
Fix: move it under the first scope.

But I also added entity kill code, just in case.
Untested.
Thanks for fixing it. I don't have a problem with him anymore.
BloodyBlade is offline