housing und dj
This commit is contained in:
parent
112c7b1761
commit
10a5d168d4
731 changed files with 506993 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
if Config.Garage ~= 'qb-garages' then
|
||||
return
|
||||
end
|
||||
|
||||
function TriggerHouseUpdateGarage()
|
||||
if not Config.Houses[CurrentHouse] then
|
||||
return
|
||||
end
|
||||
local garage = Config.Houses[CurrentHouse].garage
|
||||
if not garage then
|
||||
return
|
||||
end
|
||||
TriggerEvent('qb-garages:client:setHouseGarage', CurrentHouse, CurrentHouseData.haskey)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue