Inventory open hook?

Не могу сообразить, какой API отвечает за открытие инвентаря игрока? Нашёл лишь когда грабишь другого или открываешь инвентарь какого-либо предмета.

Can't figure out which API is responsible for opening a player's inventory? Found only when robbing another or opening the inventory of an item.
void OnOpenVendingShop(VendingMachine machine, BasePlayer player)
object CanLootEntity(BasePlayer player, DroppedItemContainer container)


Merged post

Подобное что-то...

Please, use English. There is no hook for opening an inventory I believe.

Perhaps it is in the .net files of the game?

xyvmvzCAAVeDh1U.jpg Volk8907

Perhaps it is in the .net files of the game?

I don't think there is a way to know if the player opens the inventory. There are existing threads about this as well.
UnDe6UXWUPX4PxP.png Wulf
I don't think there is a way to know if the player opens the inventory. There are existing threads about this as well.

Thanks. The issue is resolved.