View Single Post
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 03-30-2019 , 22:31   Re: [ANY] Sourcemod-Misc Include [2000 lines of stocks]
Reply With Quote #30

Quote:
Originally Posted by KyleS View Post
You're going to need to define what you're seeing then. File a bug on GH once you have something.


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.
Code:
L 03/30/2019 - 20:16:37: [SM] Invalid timer handle 16040f2f (error 1) during timer end, displayed function is timer callback, not the stack trace
This is the error I'm referring to, this doesn't occur if I use KillTimerSafe but it occurs if I just delete the handle.
Drixevel is offline