View Single Post
lexzor
Veteran Member
Join Date: Nov 2020
Old 01-23-2023 , 10:35   Re: Overriding or disabling a command registered by another plugin
Reply With Quote #3

try using amx_statscfgmenu and put your plugin above stats in plugins.ini.


also, if the function from statsx it is still called, try to block user chat message hooking user say and say_team, check if the message from chat is the same with your command and use return PLUGIN_HANDLED;
lexzor is offline