12 lines
No EOL
201 B
Lua
12 lines
No EOL
201 B
Lua
if Config.Garage ~= 'cs-garages' then
|
|
return
|
|
end
|
|
|
|
function TriggerAddHouseGarage(house, garageInfo)
|
|
end
|
|
|
|
function TriggerHouseUpdateGarage(garages)
|
|
end
|
|
|
|
function TriggerHouseRemoveGarage(house)
|
|
end |