Plutonium-IW5-Scripts/chat_commands/chat_command_text_help.gsc
2023-02-16 04:37:19 +01:00

6 lines
272 B
Plaintext

#include scripts\chat_commands;
Init()
{
CreateCommand(level.commands_servers_ports, "help", "text", ["Type " + level.commands_prefix + "commands to get a list of commands", "Type " + level.commands_prefix + "help followed by a command name to see how to use it"]);
}