mirror of
https://github.com/Resxt/Plutonium-T6-Scripts.git
synced 2025-04-19 13:42:54 +00:00
chat_command_text_help 1.0.0
This commit is contained in:
parent
d11f443a81
commit
359aa389df
@ -132,6 +132,18 @@ Teleports a player to the position of another player.
|
||||
|---|
|
||||
| 2 |
|
||||
|
||||
## chat_command_text_help.gsc
|
||||
|
||||
Prints how to use the `commands` and the `help command` commands in the player's chat.
|
||||
|
||||
| Example |
|
||||
|---|
|
||||
| `!help` |
|
||||
|
||||
| Permission level |
|
||||
|---|
|
||||
| 1 |
|
||||
|
||||
## chat_command_unfair_aimbot.gsc
|
||||
|
||||
Toggles unfair aimbot 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.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);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user