example
I use a lua admin @ changeColor and other commands
and for example a person uses a long restart and I want to disable this command in my lua administrator specifies the person
use a ToTable to specify an id
they would use text [2] to specify
the command would look like
@disablecommand [id] [command]
@disablecommand ["..player(text [2]," USGN ").."] [command]
@disablecommand 1 @restart
@disablecommand [id = player(text[2],"usgn") or other] [command = @restart)
SORRY FOR MY BAD ENGLISH