View Single Post
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 01-06-2020 , 07:19   Re: l4d gives an error for AcceptEntityInput
Reply With Quote #2

AcceptEntityInput isn't the problem, it stems from here. There should be a [0] line where the error occurs, but since that's not the case the last the line before/where an error occurred is [1]. Without the code in that section we're unable to determine the problem. Post full plugin source or something.

Possible problems include:
1. Infinite recursion from a loop.
2. Declaring a string larger than the default pragma dynamic stack space (4096 I think).
__________________
Silvers is offline