File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ restore a command back if it was removed or blocked.
6363RestoreCommand (" echo" ) -- echo is back
6464```
6565
66- ### _ RemoveCommand (command)
67- removes a command from the server. nobody can use it, not even console. ** Using this completely destroy the command and it cannot be restored. **
66+ ### DestroyCommand (command)
67+ destroy the command from everything including server console ( cannot be restored)
6868
6969``` lua
70- _RemoveCommand (" echo" ) -- echo command is gone completely
70+ DestroyCommand (" echo" ) -- echo command is gone completely
7171```
7272
7373### UncheatCommand(command)
@@ -86,10 +86,6 @@ restores the cheat requirement back to a command.
8686RecheatCommand (" sv_showlagcompensation" ) -- requires sv_cheats again
8787```
8888
89- ## Example usage
90-
91- in the provided lua file.
92-
9389## Notes
9490
9591- using RemoveCommand(cmd) and then BlockCommand(cmd) or vice versa will override each other.
You can’t perform that action at this time.
0 commit comments