sellProperty
Description
Payload Structure
{
source = playerId, -- The player's server ID
player = playerData, -- Player data object from framework
propertyId = propertyId, -- Property identifier
sellPrice = sellPrice, -- Calculated sale price
ownerType = ownerType, -- Current owner type (e.g., 'user', 'society')
ownerIdentifier = ownerId -- Current owner identifier
}Parameters
Usage Example
Return Values
Last updated