Commit Graph

23 Commits

Author SHA1 Message Date
e4c8f29fb9 chat_command_info 1.2.0
Added listperks command
2023-10-28 15:12:58 +02:00
6663279c21 chat_command_info 1.1.0
Added listpowerups command to list available powerups in zombies (only lists powerups available on the map)
2023-10-27 13:53:34 +02:00
9677af1641 Update README.md 2023-10-09 07:39:51 +02:00
05fdd3c679 chat_command_ufo_mode 1.0.0 2023-07-03 16:47:38 +02:00
52820e82fc chat_commands 1.1.0
Added an alias system so that a command can be called with different names.
The alias commands respects the permission system and can be used seemingly with the help and alias command.
The commands command still only lists the original/full command name, it doesn't list aliases
CreateCommand now has an addition argument commands can use: commandAliases

Added a new !alias or !aliases command
With these commands you can get the available alias(es) of a command by its original name or one of its alias
For example !alias god or !alias godmode

Some refactor to make the ChatListener function easier to read along with some comments to separate each command logic (built-in commands and "any other command")

Added CommandAliasesDoesNotExistError

Added GetCommandNameFromAlias util function
2023-06-17 10:25:39 +02:00
b3dd62f64e Update README.md
chat_command_give
Added more examples
Added more detailed descriptions
Changed some examples to make it easier to read and understand
2023-06-16 20:13:57 +02:00
135a45f20b chat_command_give 1.0.0 2023-06-13 12:53:44 +02:00
45af4a60b0 chat_command_info 1.0.0 2023-06-13 12:22:35 +02:00
fb577ddcdd Update README.md 2023-04-03 16:20:58 +02:00
af2a1bf2d9 Update README.md 2023-03-31 02:29:06 +02:00
fdb479d6df chat_command_kick 1.0.0 2023-03-24 23:31:24 +01:00
f029c48373 chat_command_invisible 1.0.0 2023-03-24 20:29:48 +01:00
56a1d9e961 chat_command_freeze 1.0.0 2023-03-24 17:35:12 +01:00
359aa389df chat_command_text_help 1.0.0 2023-03-24 14:47:23 +01:00
d11f443a81 Update README.md 2023-03-24 01:22:01 +01:00
d8ab165e2d chat_command_unfair_aimbot 1.0.0 2023-03-24 01:13:08 +01:00
31702d9b73 chat_command_dvars 1.0.0 2023-03-23 22:02:23 +01:00
bde7055118 chat_command_permissions 1.0.0 2023-03-23 18:17:51 +01:00
6d3a7b41ed chat_command_god_mode 1.0.0 2023-03-22 02:53:46 +01:00
cab303f26a chat_command_teleport 1.0.0 2023-03-21 03:30:46 +01:00
053d060536 Update README.md 2023-03-21 03:10:09 +01:00
140b815000 chat_command_unlimited_ammo 1.0.0 2023-03-21 02:54:28 +01:00
4103a82fb2 chat_commands 1.0.0
This is a port of my MW3 chat_commands script (version 1.3.2)
ba1322b933

The array declarations such as array = ["value"] were changed to use the array function

The tell function (player chat) was changed IPrintLnBold. More explanation in the README

Support for clantags was added. Clantags were changing the player's name which would then make the script fail to find the player when typing his name. This has been tested and fixed. More explanation in the README

Errors and util functions related to camo were removed. The way camo works seems to be really different than MW3 so work is required to implement these again
2023-03-21 02:50:45 +01:00