1. 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.
     
  2. Yes. It working only with doors that have locks
     
  3. Thanks for adding OnDoorOpened and OnDoorClosed hooks.