Events
This page lists all cd_doorlock events, along with their purpose, parameters, and usage examples. All events are located in the [cd_doorlock/integrations] folder.
Client
Set Door State (Closest)
---@param state boolean Determines the door state (true = locked, false = unlocked).
---@example
local state = trueTriggerEvent('cd_doorlock:SetDoorState_closest', state)Set Door State (By Name)
Set Door State (By Unique ID)
Server
Lockdown Building
Set Door Permissions (By Unique ID)
Add Door Permissions (By Unique ID)
Last updated
Was this helpful?

