Plutonium-T6-Scripts/chat_commands/chat_command_text_help.gsc
2023-03-24 14:47:23 +01:00

6 lines
278 B
Plaintext

#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);
}