Skip to content

Bug(Nui): Following the shutdown handler function, nui focus is set to false #8

@RockySouthpaw

Description

@RockySouthpaw

Causes issues of where the mouse should be in use but is disabled by the loading screen ending.

Related to:

local function shutdownHandler()

Current solution is to remove the thread:

local function shutdownHandler()
    SendLoadingScreenMessage(json.encode({fullyLoaded = true}))
    ShutdownLoadingScreenNui(true)
end

Requires additional testing with different pc specs though before making a pull request. Adding it here for issue tracking.

Do note, this wasn't tested with the shutdown export and no convars were set.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions