Returns table with the key holders of a specificied property
exports.nolag_properties:GetKeyHolders(propertyId)
propertyId: number The property ID
number
The key holders of the specified property. The inner table maps lock IDs (as strings) to their access status (boolean). OR empty table if there are no keyholders
table<string, table<string, boolean>>
Last updated 9 months ago