18 Commits

Author SHA1 Message Date
Resxt
994e69632e chat_commands 1.2.1
Added DvarDoesNotExistError error
Added DvarIsInitialized util function
2023-02-16 16:27:49 +01:00
Resxt
e866fd5b26 chat_command_unlimited_ammo 1.0.0 2023-02-16 06:00:07 +01:00
Resxt
b308c84758 chat_command_god_mode 1.0.0 2023-02-16 05:33:07 +01:00
Resxt
1c2222443e chat_command_freeze 1.0.1
Fix the bug that was not targeting the player but was targeting the player calling the command instead
2023-02-16 05:25:21 +01:00
Resxt
ba97483c5d
Update README.md 2023-02-16 04:37:53 +01:00
Resxt
9f9ecf7f50 chat_command_text_help 1.0.0 2023-02-16 04:37:19 +01:00
Resxt
5fe50e216f Update README.md 2023-02-16 04:31:44 +01:00
Resxt
34f3535769 Update README.md 2023-02-16 04:30:00 +01:00
Resxt
760db1a2eb chat_command_freeze 1.0.0 2023-02-16 04:20:19 +01:00
Resxt
108b06962a chat_command_wallhack 1.0.0 2023-02-16 04:18:06 +01:00
Resxt
18938c2487 chat_command_invisible 1.0.0 2023-02-16 04:17:23 +01:00
Resxt
1a4c6a3cee chat_command_norecoil 1.0.0 2023-02-16 04:15:15 +01:00
Resxt
3384aef34f chat_command_teleport 1.0.0 2023-02-16 04:13:07 +01:00
Resxt
505b676e43 chat_command_change_team 1.0.0 2023-02-16 04:07:00 +01:00
Resxt
1ac9e89578 chat_command_map_mode 1.0.0 2023-02-16 04:03:33 +01:00
Resxt
da52be9cc7 chat_command_text_rules 1.0.0 2023-02-16 03:47:54 +01:00
Resxt
f1d6ce7c20 chat_command_suicide 1.0.0 2023-02-16 03:46:11 +01:00
Resxt
113424553d chat_commands 1.2.0
This is a refactor/dev that changes how the commands work but the usage stays the same for the end user. The only difference is that you now have to install each command as a separate file

[Refactor]
Moved all the commands to their respective file, just like a plugin system to easily allow the user to add/remove commands

If the server has no commands it will display a message when trying to run any command with the prefix

[Dev]
Added args comment for the CreateCommand function (commandValue and commandHelp)
2023-02-16 03:42:39 +01:00