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

On showroom enter

Triggered after the player enters the showroom

RegisterNetEvent("dealerships_creator:onShowroomEnter", function()
    -- You can add anything that happens when the local player enters the showroom
    -- For example, hiding your HUD
end)

Last updated