Events can be requested at our discord! (https://discord.rxscripts.xyz/)
RegisterNetEvent('housing:onHouseBought', function(playerId, property) -- This event will be called whenever a player bought a house end)
RegisterNetEvent('housing:onHouseEntered', function(src, property, isBreakIn, isRaid) -- You can utilize this event for any custom needs end)
RegisterNetEvent('housing:onHouseExited', function(src, propertyId) -- You can utilize this event for any custom needs end)
Last updated 2 months ago