rentProperty
Description
Payload Structure
{
source = playerId, -- The player's server ID
player = playerData, -- Player data object from framework
propertyId = propertyId,-- Property identifier
rentAs = rentAs, -- Rental type (e.g., 'society', 'user')
rentDays = rentDays, -- Number of days to rent
autoRenew = autoRenew
}Parameters
Usage Example
Return Values
Last updated