GetCurrentProperty

Returns the current property data.

exports.nolag_properties:GetCurrentProperty()

Return Value

The following table, or nil if the player isn't in any property

  • id: number

  • owner: string

  • label: string

  • price: number

  • type: string

  • doorLocked: boolean

  • coords: vector3 or vector4

  • hasKey: function

  • isOwner: function

Last updated