chat_command_text_help 1.0.0

This commit is contained in:
Resxt
2023-03-24 14:47:23 +01:00
parent d11f443a81
commit 359aa389df
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#include scripts\chat_commands;
Init()
{
CreateCommand(level.chat_commands["ports"], "help", "text", array("Type " + GetDvar("cc_prefix") + "commands to get a list of commands", "Type " + GetDvar("cc_prefix") + "help followed by a command name to see how to use it"), 1);
}