AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [Any] Command Dumper with Flag List (https://forums.alliedmods.net/showthread.php?t=163780)

eric0279 08-24-2013 08:54

Re: [Any] Command Dumper with Flag List
 
same....

and this :
Quote:

//Cleanup:
if (FileExists(TakeADump))
{
//ReplyToCommand(client, "%s already exists, deleting file!", TakeADump);
DeleteFile(TakeADump);
}
doesn't work on my server, this file is not deleted (chmod logs folder 777 & CommandDump.csv to 644 (tested 777 on this file and same).


I use SM 1.6.0...

canadianjeff 09-26-2016 13:09

Re: [Any] Command Dumper with Flag List
 
please add it so that it shows which plugin is using what command

[plugin.smx] [command] [description]

DigidyDOG 01-05-2017 01:19

Re: [Any] Command Dumper with Flag List
 
Quote:

Originally Posted by canadianjeff (Post 2457253)
please add it so that it shows which plugin is using what command

[plugin.smx] [command] [description]

[plugin.smx] [command] [description] [flag]

I Agree. but for what its worth the plugin worked great for me and saved my staff a hella lot of time.

Sreaper 08-28-2018 21:41

Re: [Any] Command Dumper with Flag List
 
1 Attachment(s)
For anyone who wants an output formatted for admin_overrides.cfg:

canadianjeff 10-22-2020 15:12

Re: [Any] Command Dumper with Flag List
 
I am curious if this could be used to find duplicate commands from 2 or more plugins

for example plugin 1 has the chat command !foobar (sm_foobar) and plugin 2 also has chat command !foobar (sm_foobar)


All times are GMT -4. The time now is 18:29.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.