Skip to main content

bnl-housing:on:buyProperty

Event that gets triggerd when a player buys a property.

Server

RegisterNetEvent("bnl-housing:on:buyProperty", function(source, propertyId, price)
print(("player %s bought property %s for %s"):format(source, propertyId, price))
end)
  • source: number
  • propertyId: number
  • price: number