9 Commits

Author SHA1 Message Date
Resxt
d11f443a81
Update README.md 2023-03-24 01:22:01 +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
6d3a7b41ed chat_command_god_mode 1.0.0 2023-03-22 02:53:46 +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
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)
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