View Single Post
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 06-03-2013 , 14:25   Re: [TF2] Taunt Rate Limiter
Reply With Quote #4

The OnMapStart logic doesn't do much for you since you use OnClientPutInServer which would clear the array anyways. You don't really need to store global handles and use OnConfigsExecuted, instead you can sync the variables in OnPluginStart. Seems fine otherwise, nice hotfix.
KyleS is offline