Quote:
Originally Posted by Emp`
From amxmodx.cpp
Code:
if (access < 0) // is access is -1 then hide from listing
{
access = 0;
listable = false;
}
Setting the flags to -1 (leaving the default value) will cause it to not be shown.
|
Interesting. Too bad there is no way to do it from cmdaccess.ini.
So, in conclusion, the plugin which contains the command needs to be edited so that the third argument of the register command is -1.
__________________