Er... What exactly is StatusInfo?
If you mean StatusValue, I've already tried that too, with the register_event() function, because I looked in statsx.sma in the CVS and saw that as an event registered.
If I can remember correctly, this was my code:
Code:
register_event("StatusValue", "hook_status", "b")
I ended up returning PLUGIN_HANDLED in hook_status() if it met the requirements, and that failed. I'll try register_message(), if you're still talking about StatusValue.
__________________