11 lines
No EOL
366 B
Lua
11 lines
No EOL
366 B
Lua
if GetResourceState('qb-appartments') == 'missing' then return end
|
|
|
|
Housing = Housing or {}
|
|
|
|
RegisterNetEvent('qb-apartments:server:SetInsideMeta', function(house, insideId, bool, isVisiting)
|
|
local src = source
|
|
insideId = bool and house .. '-' .. insideId or nil
|
|
TriggerEvent('community_bridge:Server:_OnPlayerInside', src, insideId)
|
|
end)
|
|
|
|
return Housing |