View Single Post
Lee
AlliedModders Donor
Join Date: Feb 2006
Old 10-07-2007 , 16:30   Re: Psychostats 3 in-game stats (threaded SQLx)
Reply With Quote #8

Quote:
Originally Posted by GeroiN View Post
I see the only proper way to do this without recompiling statsx. Command functions must
Code:
return PLUGIN_HANDLED
except
Code:
return PLUGIN_CONTINUE
But then "say /rank" will not appear as a chat message visible for other players. If there is the way to make "say" message visible...
You could send the SayText message yourself and then return PLUGIN_HANDLED. You can look at AdminListen if you need an example of how to do this.
Lee is offline