Skip to main content

createProperty

Server

exports["bnl-housing"]:createProperty(location, model, propertyType, zipcode, streetName, buildingNumber)

Parameters

  • location: vector4
  • model: string
  • propertyType: string
  • zipcode: string
  • streetName: string
  • buildingNumber: number

Returns

  • PropertyData?:
    • id: integer
    • entranceLocation: vector4
    • location: vector3
    • propertyType: PropertyType
    • address: Address
    • model: string
    • keys: table
    • links: table
    • saleData: table
    • isForSale: boolean
    • rentData: table
    • isForRent: boolean
    • props: table