GetAllProperties
Returns all the properties that are owned by the specified owner.
exports.nolag_properties:GetAllProperties(owner, ownerType, includeRented)Parameters
owner:
stringThe identifier of the owner (citizenid or job name)ownerType:
'user'or'society'The type of the ownerincludeRented?:
booleanWhether to include the rented properties too
Return Value
The following table, or an empty table if the owner doesn't have any rented properties or own any properties
id:
numberlabel:
stringprice:
numbertype:
stringdoorLocked:
booleancoords:
vector3orvector4hasKey:
boolean
Last updated