bnl-housing:on:rentProperty
Event that gets triggerd when a player rents a property.
Server
RegisterNetEvent("bnl-housing:on:rentProperty", function(source, propertyId, price)
print(("player %s rented property %s for %s"):format(source, propertyId, price))
end)
- source:
number
- propertyId:
number
- price:
number