For the complete documentation index, see llms.txt. This page is also available as Markdown.

Client-Side

if Config.Garages ~= 'vms_garagesv2' then
    return
end

function OpenGarage(propertyId, propertyData)
    exports['vms_garagesv2']:enterHouseGarage()
end

Last updated