View Single Post
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 03-15-2019 , 15:51   Re: [ANY] Sourcemod-Misc Include [2000 lines of stocks]
Reply With Quote #29

Quote:
Originally Posted by Drixevel View Post
Roughly a year and a half ago, I was getting the errors like crazy with a mod I was working on so we're either thinking of two different errors here or it's still not fixed.
You're going to need to define what you're seeing then. File a bug on GH once you have something.


Quote:
Originally Posted by Drixevel View Post
As in something like FindAdminByIdentity? The code works so what's missing?
You're forever allocating memory; there's no scan before creating a new identity. Instead what you want to do is OnRebuildAdminCache(AdminCachePart:part) and mix that in with OnPluginStart.
KyleS is offline