mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-04-19 12:42:54 +00:00
chat_command_text_help 1.0.2
Fix warnings in the console
This commit is contained in:
parent
9deeecc41e
commit
21b9498baa
@ -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);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user