CanOpenDoor hook not working for door without lock/codelock, this one (from api documentation):
Is i something wrong understand or it actually not working? I want to detect when player opens door without or with locks at all, for make automatic close it later in some special area. Right now i have to place locks to make my thing to work.
There is class Door : BuildingBlock and functions like RPC_CloseDoor RPC_KnockDoor RPC_OpenDoor. Can be also cool if added new hook for KnockDoor - you can inform player who knock to your door.
Solved CanOpenDoor hook not working for door without locks
Discussion in 'Rust Development' started by AlexALX_[rus-ua], Mar 14, 2015.
-
-
Thanks for adding OnDoorOpened and OnDoorClosed hooks.