Commit Graph

27 Commits

Author SHA1 Message Date
Resxt 384b32f33a chat_command_give 1.0.1
Fixed weapon not given to the proper player in some scenarios

Fixed player not switching to the weapon automatically in some scenarios

Fixed multiple attachments not working
2023-06-16 20:00:20 +02:00
Resxt a4a714da47 chat_commands 1.0.4
Only create variables for the port currently in-use
For example: there's no need to create level.chat_commands["4977"] if the currently used port is 4976. This simply adds a bunch of variables and child variables for no reason, this was a flawed implementation that create an array per port on every server. Now it will only create an array for its own port as expected

Removed 3074 from the default ports
This port is not actively used by net_port, this was just a misunderstanding on my part
2023-06-15 13:34:04 +02:00
Resxt 135a45f20b chat_command_give 1.0.0 2023-06-13 12:53:44 +02:00
Resxt 45af4a60b0 chat_command_info 1.0.0 2023-06-13 12:22:35 +02:00
Resxt 6a7a518c73 chat_commands 1.0.3
Added 3074 to default ports

Added WeaponDoesNotExistError error

Added IsValidWeapon utils function
2023-06-12 21:13:03 +02:00
Resxt fb577ddcdd Update README.md 2023-04-03 16:20:58 +02:00
Resxt af2a1bf2d9 Update README.md 2023-03-31 02:29:06 +02:00
Resxt acb66df149 chat_command_rounds 1.0.0 2023-03-25 22:33:31 +01:00
Resxt 0e9181f188 chat_commands 1.0.2
Added default 1s wait time to TellPlayer in case no wait time is passed

Added TellAllPlayers util function

Added InvalidRoundError error
2023-03-25 22:32:58 +01:00
Resxt fdb479d6df chat_command_kick 1.0.0 2023-03-24 23:31:24 +01:00
Resxt f029c48373 chat_command_invisible 1.0.0 2023-03-24 20:29:48 +01:00
Resxt 56a1d9e961 chat_command_freeze 1.0.0 2023-03-24 17:35:12 +01:00
Resxt 58eece3441 chat_command_suicide 1.0.0 2023-03-24 14:55:51 +01:00
Resxt 359aa389df chat_command_text_help 1.0.0 2023-03-24 14:47:23 +01:00
Resxt d11f443a81 Update README.md 2023-03-24 01:22:01 +01:00
Resxt 3b2ca9405a chat_commands 1.0.1
Added IsMultiplayerMode utils function
2023-03-24 01:20:43 +01:00
Resxt d8ab165e2d chat_command_unfair_aimbot 1.0.0 2023-03-24 01:13:08 +01:00
Resxt 31702d9b73 chat_command_dvars 1.0.0 2023-03-23 22:02:23 +01:00
Resxt bde7055118 chat_command_permissions 1.0.0 2023-03-23 18:17:51 +01:00
Resxt 9d1fc4c63e chat_command_god_mode 1.0.1
Refactor
2023-03-22 02:55:28 +01:00
Resxt 6d3a7b41ed chat_command_god_mode 1.0.0 2023-03-22 02:53:46 +01:00
Resxt ceab91035f Update README.md 2023-03-21 17:25:41 +01:00
Resxt cab303f26a chat_command_teleport 1.0.0 2023-03-21 03:30:46 +01:00
Resxt 053d060536 Update README.md 2023-03-21 03:10:09 +01:00
Resxt 74db6e37c5 chat_command_points 1.0.0 2023-03-21 03:05:02 +01:00
Resxt 140b815000 chat_command_unlimited_ammo 1.0.0 2023-03-21 02:54:28 +01:00
Resxt 4103a82fb2 chat_commands 1.0.0
This is a port of my MW3 chat_commands script (version 1.3.2)
https://github.com/Resxt/Plutonium-IW5-Scripts/commit/ba1322b933e5afcbf9b7dd1348d26485ceae3afa

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