Plutonium-IW5-Scripts/chat_commands/chat_command_text_help.gsc
Resxt 21b9498baa chat_command_text_help 1.0.2
Fix warnings in the console
2023-03-21 22:14:20 +01:00

6 lines
273 B
Plaintext

#include scripts\chat_commands;
Init()
{
CreateCommand(level.chat_commands["ports"], "help", "text", ["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);
}