AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Plugin which shows available player commands (https://forums.alliedmods.net/showthread.php?t=312609)

mr_cock 12-09-2018 11:21

Plugin which shows available player commands
 
What plugin do I use so that player can type !commands or !help so that they see the available commands?

shanapu 12-09-2018 12:06

Re: Plugin which shows available player commands
 
https://forums.alliedmods.net/showthread.php?t=249301

ghostofmybrain 12-09-2018 12:50

Re: Plugin which shows available player commands
 
But isn't !help a built in sourcemod command?

HvG Community 12-12-2018 11:18

Re: Plugin which shows available player commands
 
If you want to customize the commands shown its also possible with plugins like helpmenu.
Make it get triggered with !help and prevent default output that ghostofmybrain mentions.

I already posted this in another thread, let me know if u want it.

Bacardi 12-12-2018 11:57

Re: Plugin which shows available player commands
 
sm_searchcmd

mr_cock 12-12-2018 13:37

Re: Plugin which shows available player commands
 
How do I change the trigger to help instead of helpmenu?

HvG Community 12-13-2018 16:13

Re: Plugin which shows available player commands
 
https://forums.alliedmods.net/showthread.php?t=311560

In this thread in my second post i included the plugin that should block help output.

To change helpmenu to get triggered with help instead, go to helpmenu official thread, download script file and edit the RegConsoleCmd("sm_helpmenu") to sm_help instead. Then recompile.


All times are GMT -4. The time now is 05:00.

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