πPhysical Keys
This guide explains how to set up physical keys for nolag_properties.
Requirements
Configuration
PhysicalKeys = {
Enabled = true, -- Enable physical key system
ItemName = 'housing_key', -- The item name for physical keys
MasterKeyItemName = 'housing_master_key', -- The item name for master keys
BittingCodeLength = 5, -- Length of the random bitting code portion
KeyTypes = {
MainEntrance = true, -- Keys for main property entrance (Shell/IPL)
InteractablePoints = true, -- Keys for individual interactable points
Doors = true, -- Keys for individual MLO doors
MasterKey = true, -- Master key that unlocks everything
},
AllowRekey = true, -- Allow changing lock cylinders
RekeyPrice = 500, -- Cost to re-key a lock
},Adding Items to ox_inventory
Key Types
Main Entrance Key (E)
Interactable Point Key (P)
Door Key (D)
Master Key (M)
Bitting Code Format
Re-keying
Managing Keys
Exports
Last updated