On showroom exit

Triggered after the player exits the showroom

RegisterNetEvent("dealerships_creator:onShowroomExit", function()
    -- You can add anything that happens when the local player exits the showroom
    -- For example, showing your HUD again
end)

Last updated