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.0
This commit is contained in:
parent
5fe50e216f
commit
9f9ecf7f50
@ -125,6 +125,14 @@ Prints the server rules in the player's chat.
|
|||||||
|---|
|
|---|
|
||||||
| `!rules` |
|
| `!rules` |
|
||||||
|
|
||||||
|
## chat_command_text_help.gsc
|
||||||
|
|
||||||
|
Prints how to use the `commands` and the `help command` commands in the player's chat.
|
||||||
|
|
||||||
|
| Example |
|
||||||
|
|---|
|
||||||
|
| `!help` |
|
||||||
|
|
||||||
## chat_command_wallhack.gsc
|
## chat_command_wallhack.gsc
|
||||||
|
|
||||||
Toggles wallhack (red boxes) on the targeted player.
|
Toggles wallhack (red boxes) on the targeted player.
|
||||||
|
6
chat_commands/chat_command_text_help.gsc
Normal file
6
chat_commands/chat_command_text_help.gsc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#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"]);
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user