AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] Commands list (https://forums.alliedmods.net/showthread.php?t=280202)

Grey83 03-10-2016 16:31

[ANY] Commands list
 
4 Attachment(s)
Name: Commands list

Description: Saves list of commands and descriptions to a file or displays available commands and descriptions in console.

The plugin is based on the idea of the plugin [ANY] Get Cmds and advice of Mitchell.

Installation: Place compiled plugin (cmds_list.smx) into the plugins folder (../addons/sourcemod/plugins/).

Comands:
  • sm_storecmds (needs root flag) - Saves list of commands and descriptions to a file ./addons/sourcemod/CMDs_List.txt
    Attachment 152696
  • sm_cmds - Displays available commands and descriptions in console
    Attachment 152695

ToDo: Add display the necessary access to the commands Done

away000 02-11-2017 08:02

Re: [ANY] Commands list
 
Is it possible to use it as somekind of helper? To let players know about all the commands they have acess and what they do?

shanapu 02-11-2017 08:33

Re: [ANY] Commands list
 
Quote:

Originally Posted by away000 (Post 2494557)
Is it possible to use it as somekind of helper? To let players know about all the commands they have acess and what they do?

Yes seems like that.
If you don't like the console output, you can also use this. https://forums.alliedmods.net/showth...66#post2477566

away000 02-11-2017 09:06

Re: [ANY] Commands list
 
Quote:

Originally Posted by shanapu (Post 2494565)
Yes seems like that.
If you don't like the console output, you can also use this. https://forums.alliedmods.net/showth...66#post2477566

Oh no, console is fine for me, can u put a chat message to tell user to check the console for the list of avaliable commands?

PC Gamer 03-09-2020 13:16

Re: [ANY] Commands list
 
Thanks for sharing this!

It's very useful. I used it today to instantly generate a text file of all 615 commands available on my server.

:bacon!:

Change request for your plugin:
If possible, show the flag and/or flag label required for the command, taking into account Admin Overrides.

Current example output for command that requires ADMIN_SLAY ('f' flag):
1) Admin sm_laugh --Makes a client laugh

Desired output for command that requires ADMIN_SLAY ('f' flag):
1. Admin_Slay sm_laugh --Makes a client laugh

-or-

1. Flag: F sm_laugh --Makes a client laugh

Desired output for command that requires ADMIN_SLAY ('f' flag), but has Admin Override of ADMIN_RESERVATION ('a' flag):
1. Admin_Reservation sm_laugh --Makes a client laugh

-or-

1. Flag: A sm_laugh --Makes a client laugh

Grey83 03-10-2020 08:18

Re: [ANY] Commands list
 
PC Gamer, try version 1.1.0

PC Gamer 03-10-2020 13:26

Re: [ANY] Commands list
 
I downloaded and tested version 1.1.0 today. Works great!

You are a Rock Star. Thanks!

:bacon!:


All times are GMT -4. The time now is 07:32.

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