mirror of
https://github.com/Resxt/Plutonium-T6-Scripts.git
synced 2025-04-20 14:05:44 +00:00
6 lines
278 B
Plaintext
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);
|
|
} |