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