ed
This commit is contained in:
parent
510e3ffcf2
commit
f43cf424cf
305 changed files with 34683 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue