Quote:
Originally Posted by ConnorMcLeod
I think only some default commands are blocked, so if "say" is one of those commands, edit statx plugin.
After line
PHP Code:
register_clcmd("say /top15", "cmdTop15", 0, "- display top 15 players (MOTD)")
add :
PHP Code:
register_clcmd("top15", "cmdTop15", 0, "- display top 15 players (MOTD)")
And in the plugin, do :
PHP Code:
client_cmd(id, "top15");
|
Thank you so much for your helps.
But disagree with Valve why he blocked say command
__________________