10.03.2012, 13:18
First of all, try updating your sscanf to the plugin version or fix the string specifier. It doesn't have a size put between [ and ].
Example:
sscanf(params, "us[128]", OtherPlayer, Reason)
Example:
sscanf(params, "us[128]", OtherPlayer, Reason)