chat_command_text_help 1.0.2

Fix warnings in the console
This commit is contained in:
Resxt 2023-03-21 22:14:20 +01:00
parent 9deeecc41e
commit 21b9498baa

View File

@ -2,5 +2,5 @@
Init() Init()
{ {
CreateCommand(level.chat_commands["ports"], "help", "text", ["Type " + level.chat_commands["prefix"] + "commands to get a list of commands", "Type " + level.chat_commands["prefix"] + "help followed by a command name to see how to use it"], 1); 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);
} }