chat_command_unfair_aimbot 1.0.2

Added alias
This commit is contained in:
Resxt 2023-06-17 11:13:18 +02:00
parent 18382c8f16
commit 2dc232b65a

View File

@ -2,7 +2,7 @@
Init()
{
CreateCommand(level.chat_commands["ports"], "unfairaimbot", "function", ::UnfairAimbotCommand, 4, ["default_help_one_player"]);
CreateCommand(level.chat_commands["ports"], "unfairaimbot", "function", ::UnfairAimbotCommand, 4, ["default_help_one_player"], ["aimbot"]);
}