View Single Post
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 02-25-2013 , 17:04   Re: SourceBans 1.5.0 BETA game plugin
#28

When you use %t you need to call the native SetGlobalTransTarget before hand. There's also the %T modifier which takes a client with it, which will ~automagically~ set the translation target to that client.

It also looks like you don't close any Datapack handles Which would be responsible for the leak reported above. CompileRegex leaks in the main plugin, as well

Last edited by KyleS; 02-25-2013 at 17:06.
KyleS is offline